-
Notifications
You must be signed in to change notification settings - Fork 0
/
userChrome.css
138 lines (114 loc) · 2.71 KB
/
userChrome.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
#PersonalToolbar, #PersonalToolbar menuitem, #PersonalToolbar menu {
font-size: 12px;
height: 30px;
}
#PlacesToolbarItems .bookmark-item {
margin-right: 10px !important;
}
#TabsToolbar .tab-background {
/* border-right: 0px; */
/* border-left: 0px; */
}
/* Style the navigation bar (back and forward buttons, address bar, et. al.) */
#nav-bar-customization-target {
padding-left: 5px !important;
}
/* Hide overflow menu */
#nav-bar-overflow-button {
display: none !important;
}
/* Hide page actions menu */
#pageActionButton {
display: none;
}
#titlebar {
border: 0 !important;
}
#urlbar {
border-radius: 15px !important;
}
/* The border between the address bar and the tab row */
.browser-toolbar {
box-shadow: none !important;
}
/* Rounded Tabs */
.tab-background {
border-image: none;
border-radius: 4px 4px 0px 0px !important;
border-left: solid 0px #aaaaaa !important;
border-right: solid 0px #aaaaaa !important;
border-top: solid 0px #aaaaaa !important;
}
/* Tab divider */
/* (Set display to none for rounded tabs.) */
.tabbrowser-tab::before, .tabbrowser-tab::after {
/* margin-top: 1px !important; */
display: none !important;
}
/* Tab label display settings */
.tabbrowser-tab .tab-label {
font-size: 12px;
height: 34px;
padding-top: 7px;
/* padding-left: 3px; */
}
/* Close tab button dispaly and opacity */
.tabbrowser-tab .tab-close-button {
/* display: none; */
opacity: .1;
}
/* Non-selected tabs hover state */
.tabbrowser-tab:hover .tab-content:not([selected="true"]) {
border-image: none;
border-radius: 4px 4px 0px 0px !important;
border-left: solid 0px #aaaaaa !important;
border-right: solid 0px #aaaaaa !important;
border-top: solid 0px #aaaaaa !important;
/*background-color: #eee !important;*/
}
/* Close tab button hover opacity */
.tabbrowser-tab:hover .tab-close-button {
opacity: .6;
}
.tabbrowser-tab {
min-width: 1em;
clip-width: 1em;
}
/* FavIcon in Tab */
.tab-icon-image {
/* display: none; */
/* clip-path: circle(8px at center); */
/* margin-top: 5px !important; */
margin-left: 3px !important;
}
/* Center tab label text */
.tab-label {
/* -moz-box-flex: 1; */
/* text-align: center; */
}
.tab-line {
display: none !important;
}
.tab-line[selected="false"] {
display: none;
}
.tab-line[selected="true"] {
display: none;
/* background-color: #333 !important; */
}
.titlebar-placeholder {
border-right: none;
}
/* Style the divider line before the first tab */
.titlebar-spacer[type="pre-tabs"] {
border-right: none !important;
width: 10px !important;
}
.toolbarbutton-text {
margin-left: 5px !important;;
}
/* Back/forward button styling */
.toolbarbutton-icon {
background-color: unset !important;
border: none !important;
}