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...") |
|||
(2 intermediate revisions by the same user not shown) | |||
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, | ||
.top-bar-section ul, | .top-bar-section ul, | ||
Line 4: | Line 7: | ||
.top-bar-section li a:not(.button), | .top-bar-section li a:not(.button), | ||
.top-bar-section .has-form { | .top-bar-section .has-form { | ||
− | background: # | + | background: #333333; |
} | } | ||
.top-bar-section > ul > .divider, | .top-bar-section > ul > .divider, | ||
.top-bar-section > ul > [role="separator"] { | .top-bar-section > ul > [role="separator"] { | ||
− | border-color: | + | 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; } */