Jump to content

MediaWiki:Common.css: Difference between revisions

better colors
(attempting to fix it once and for all, probably will fail)
(better colors)
Line 47:
}
.vector-feature-zebra-design-disabled .vector-dropdown .vector-dropdown-content {
position: absolute;
top: 100%;
left: -1px;
opacity: 0;
height: 0;
visibility: hidden;
overflow: hidden;
margin: 0;
padding: 4px 0;
z-index: 50;
background-color: #211e1e;
border: 1px solid #ffffff;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
transition-property: opacity;
transition-duration: 100ms;
width: max-content;
max-width: 200px;
}
 
/* Overrides default mediawiki colors and applies the dark bg and white text */
Line 174 ⟶ 194:
background-color: var(--bg-color);
border-color: var(--border-color);
color: var(--bg-color)#f5f5f5;
}
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.