-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathuserChrome.css
84 lines (65 loc) · 1.62 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
/* to remove elements you can use keybinds with, uncomment the line below */
/* @import "powerUser.css"; */
/* changed tabs */
.titlebar-spacer{
display: none;
}
.titlebar-buttonbox-container{
margin-right: 4px !important;
}
#tabbrowser-tabs{
padding: 3px !important;
margin-left: 2px !important;
margin-right: 2px !important;
}
:root {
--tab-min-height: 20px !important;
--tab-max-height: 20px !important;
}
.tab-close-button{
height: 15px !important;
width: 15px !important;
padding: 2px !important;
}
.tab-throbber-tabslist, .tab-throbber, .tab-icon-pending, .tab-icon-image, .tab-sharing-icon-overlay, .tab-icon-overlay {
height: 14px !important;
width: 14px !important;
}
.tab-background:-moz-lwtheme-brighttext{
background-color: rgba( 66, 65, 76, 0.4) !important;
}
.tabbrowser-tab:-moz-lwtheme-brighttext:hover > .tab-stack > .tab-background{
background-color: rgba( 66, 65, 76, 0.7) !important;
}
.tab-background{
background-color: rgba( 255, 255, 255, 0.9) !important;
}
.tabbrowser-tab:hover > .tab-stack > .tab-background{
background-color: rgba( 255, 255, 255, 0.4) !important;
}
/* navbar size */
#urlbar-input {
height: 15px !important;
}
#urlbar{
min-height: 23px !important;
}
.toolbarbutton-badge {
/* min-width: 10px !important; */
}
#nav-bar > .toolbarbutton-1{
padding: 0px !important;
}
.urlbar-page-action{
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.notification-anchor-icon{
padding-top: 0px !important;
padding-bottom: 0px !important;
}
/* bookmarks size */
.bookmark-item{
padding-top: 1px !important;
padding-bottom: 1px !important;
}