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