Actions

MediaWiki

Difference between revisions of "Foreground.css"

From Lrose Wiki

(Created page with ".top-bar, .top-bar-section ul, .top-bar-section ul li.active > a, .top-bar-section li a:not(.button), .top-bar-section .has-form { background: #0a6298; } .top-bar-section...")
 
Line 1: Line 1:
 +
/*
 
.top-bar,
 
.top-bar,
 
.top-bar-section ul,
 
.top-bar-section ul,
Line 11: Line 12:
 
   border-color: #0c7bc0;
 
   border-color: #0c7bc0;
 
}
 
}
 +
*/

Revision as of 21:24, 10 July 2019

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

.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
  border-color: #0c7bc0;
}
*/