toolbar.css (1445B)
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 toolbox:-moz-lwtheme { 14 color: inherit; 15 text-shadow: inherit; 16 background-color: transparent; 17 } 18 19 /* ::::: menubar & toolbar ::::: */ 20 21 toolbar, menubar { 22 -moz-appearance: none; 23 color: #bfbbb6; 24 } 25 26 toolbar { 27 background-color: #181411; 28 min-width: 1px; 29 min-height: 19px; 30 border-top: 1px solid rgb(64,64,64); 31 border-bottom: 1px solid rgb(64,64,64); 32 } 33 34 toolbar:first-child, menubar { 35 min-width: 1px; 36 border-bottom: 1px solid rgb(75,75,75); 37 border-top: 0px !important; 38 } 39 40 menubar, toolbar[type="menubar"] { 41 -moz-appearance: none; 42 color: #bfbbb6; 43 min-width: 1px; 44 min-height: 20px; 45 padding: 1px 0px; 46 } 47 48 menubar:-moz-lwtheme, 49 toolbar:-moz-lwtheme { 50 -moz-appearance: none; 51 background-color: transparent; 52 border-top: none; 53 border-bottom: none; 54 color: inherit !important; 55 } 56 57 /* in browser.xul, the menubar is inside a toolbar... */ 58 toolbaritem > menubar { 59 -moz-appearance: none; 60 } 61 62 /* ::::: toolbar decorations ::::: */ 63 64 toolbarseparator { 65 -moz-appearance: none; 66 margin: 3px 4px; 67 background: url("chrome://global/skin/toolbar/toolbar-separator.png") transparent repeat-y; 68 padding: 0; 69 width: 1px !important; 70 } 71 72 toolbarspacer { 73 width: 15px; 74 }