-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserChrome-simple.css
68 lines (56 loc) · 1.3 KB
/
userChrome-simple.css
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
/*
* Author: graffatcolmingov
*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
#TabsToolbar {
background: #ffffff !important;
-moz-box-shadow: none !important;
}
.tabbrowser-tabs {
background-color: #fff !important;
border: transparent !important;
color: #999 !important;
font-size: 12px;
font-weight: normal;
height: 12px !important;
margin: 0 !important;
min-height: 0 !important;
padding: 0 0.5ex !important;
-moz-appearance: none !important;
-moz-border-radius: 0 !important;
-moz-tab-size: 5 !important;
}
.tabbrowser-tabs:hover {
background: #999 !important;
color: #fff !important;
}
.tabbrowser-tabs[selected] {
background: #fff !important;
color: #000 !important;
font-weight: bold;
-moz-tab-size: 15 !important;
}
/* New tab button */
/*
.tabs-newtab-button {
display: none;
}
*/
/* Tab listing */
#alltabs-button {
-moz-appearance: none !important;
border: none !important;
}
#alltabs-button:hover {
background-color: #999999 !important;
}
/* Panorama button */
#tabview-button {
-moz-appearance: none !important;
border: none !important;
}
#tabview-button:hover {
background-color: #999999 !important;
}