summaryrefslogtreecommitdiff
path: root/src/chrome/os/linux/toolbar.css
blob: 5e15d95d2dbe0e86c1b8984089a9fc40a973be19 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* ::::: toolbox ::::: */

toolbox {
  -moz-appearance: none;
  background-color: #181411;
  border-top: 1px solid;
  -moz-border-top-colors: rgb(64,64,64);
  color: #bfbbb6;
}

toolbox:-moz-lwtheme {
  color: inherit;
  text-shadow: inherit;
  background-color: transparent;
}

/* ::::: menubar & toolbar ::::: */

toolbar, menubar {
  -moz-appearance: none;
  color: #bfbbb6;
}

toolbar {
  background-color: #181411;
  min-width: 1px;
  min-height: 19px;
  border-top: 1px solid rgb(64,64,64);
  border-bottom: 1px solid rgb(64,64,64);
}

toolbar:first-child, menubar {
  min-width: 1px;
  border-bottom: 1px solid rgb(75,75,75);
  border-top: 0px !important;
}

menubar, toolbar[type="menubar"] {
  -moz-appearance: none;
  color: #bfbbb6;
  min-width: 1px;
  min-height: 20px;
  padding: 1px 0px;
}

menubar:-moz-lwtheme,
toolbar:-moz-lwtheme {
  -moz-appearance: none;
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  color: inherit !important;
}

/* in browser.xul, the menubar is inside a toolbar... */
toolbaritem > menubar {
  -moz-appearance: none;
}

/* ::::: toolbar decorations ::::: */

toolbarseparator {
  -moz-appearance: none;
  margin: 3px 4px;
  background: url("chrome://global/skin/toolbar/toolbar-separator.png") transparent repeat-y;
  padding: 0;
  width: 1px !important;
}

toolbarspacer {
  width: 15px;
}