elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

toolbar.css (1121B)


      1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
      2 
      3 /* ::::: toolbox ::::: */
      4 
      5 toolbox {
      6   -moz-appearance: none;
      7   background-color: #181411;
      8   border-top: 1px solid;
      9   -moz-border-top-colors: rgb(64,64,64);
     10   color: #bfbbb6;
     11 }
     12 
     13 /* ::::: toolbar & menubar ::::: */
     14 
     15 toolbar, menubar {
     16   -moz-appearance: none;
     17   color: #bfbbb6;
     18 }
     19 
     20 toolbar {
     21   background-color: #181411;
     22   min-width: 1px;
     23   min-height: 19px;
     24   border-top: 1px solid rgb(64,64,64);
     25   border-bottom: 1px solid rgb(64,64,64);
     26 }
     27 
     28 toolbar:first-child, menubar {
     29   min-width: 1px;
     30   border-bottom: 1px solid rgb(64,64,64);
     31   border-top: 0px !important;
     32 }
     33 
     34 /* ::::: lightweight theme ::::: */
     35 
     36 menubar:-moz-lwtheme,
     37 toolbox:-moz-lwtheme,
     38 toolbar:-moz-lwtheme {
     39   -moz-appearance: none;
     40   background: none;
     41   border-style: none;
     42   color: inherit !important;
     43 }
     44 
     45 /* ::::: toolbar decorations ::::: */
     46 
     47 toolbarseparator {
     48   -moz-appearance: none;
     49   margin: 3px 4px;
     50   background: url("chrome://global/skin/toolbar/toolbar-separator.png") transparent repeat-y;
     51   padding: 0;
     52   width: 1px !important;
     53 }
     54 
     55 toolbarspacer {
     56   width: 15px;
     57 }