elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

toolbar.css (731B)


      1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
      2 
      3 toolbar {
      4   -moz-appearance: none;
      5   background-color: #181411;
      6   color: #bfbbb6;
      7   min-width: 1px;
      8   min-height: 19px;
      9   border-top: 1px solid rgb(64,64,64);
     10   border-bottom: 1px solid rgb(64,64,64);
     11 }
     12 
     13 menubar:-moz-lwtheme,
     14 toolbar:-moz-lwtheme {
     15   -moz-appearance: none;
     16   background: none;
     17   border-style: none;
     18   color: inherit !important;
     19 }
     20 
     21 menubar {
     22   -moz-appearance: none;
     23   background-color: #181411;
     24   color: #bfbbb6;
     25   min-width: 1px;
     26 }
     27 
     28 toolbarseparator {
     29   -moz-appearance: none;
     30   margin: 3px 4px;
     31   background: url("chrome://global/skin/toolbar/toolbar-separator.png") transparent repeat-y;
     32   padding: 0;
     33   width: 1px !important;
     34 }