Difference between revisions of "Foreground.css"
From Lrose Wiki
(Blanked the page) Tag: Blanking |
|||
Line 1: | Line 1: | ||
+ | /* Don't like the black top bar? Change the colors and uncomment | ||
+ | This is incomplete. It doesn't change the color of the pulldowns. | ||
+ | .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: #333333; | ||
+ | } | ||
+ | |||
+ | .top-bar-section > ul > .divider, | ||
+ | .top-bar-section > ul > [role="separator"] { | ||
+ | border-color: black; | ||
+ | } | ||
+ | |||
+ | */ |
Latest revision as of 21:51, 10 July 2019
/* Don't like the black top bar? Change the colors and uncomment This is incomplete. It doesn't change the color of the pulldowns. .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: #333333; } .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { border-color: black; } */