Browse Source

added .top-bar.expanded .title-area to topbar color change selectors

Garrick van Buren 12 years ago
parent
commit
9556ea83b7
1 changed files with 4 additions and 3 deletions
  1. 4 3
      assets/stylesheets/foreground.css

+ 4 - 3
assets/stylesheets/foreground.css

@@ -453,12 +453,13 @@ body.page-Farm_Main_Page #siteSub {
 .top-bar-section ul,
 .top-bar-section ul,
 .top-bar-section ul li.active > a,
 .top-bar-section ul li.active > a,
 .top-bar-section li a:not(.button),
 .top-bar-section li a:not(.button),
-.top-bar-section .has-form {
-   background: black;
+.top-bar-section .has-form,
+.top-bar.expanded .title-area  {
+   background: orange;
    color: white;
    color: white;
 }
 }
 
 
 .top-bar-section > ul > .divider,
 .top-bar-section > ul > .divider,
 .top-bar-section > ul > [role="separator"] {
 .top-bar-section > ul > [role="separator"] {
-  border-color: black;
+  border-color: orange;
 }
 }