MediaWiki:Foreground.css: Unterschied zwischen den Versionen

Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „.top-bar, .top-bar-section ul, .top-bar-section ul li, .top-bar-section ul li.active > a, .top-bar-section li a:not(.button), .top-bar-section .has-form {…“)
 
 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 12: Zeile 12:
 
.top-bar-section > ul > [role="separator"] {
 
.top-bar-section > ul > [role="separator"] {
 
   border-color: black;
 
   border-color: black;
 +
}
 +
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){
 +
background: inherit;
 
}
 
}

Aktuelle Version vom 5. November 2019, 17:50 Uhr

.top-bar, 
.top-bar-section ul,
.top-bar-section ul li,
.top-bar-section ul li.active > a, 
.top-bar-section li a:not(.button), 
.top-bar-section .has-form
{
    background: #CBA574;
}

.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
  border-color: black;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){
	background: inherit;
}