-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserChrome.css
42 lines (37 loc) · 986 Bytes
/
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
/*
about:config
toolkit.legacyUserProfileCustomizations.stylesheets = true
about:support
~/.mozilla/firefox/<profile>/chrome/userChrome.css
*/
/*.downloadButton {
//transform: scale(2.7, 2.7);
min-width: 90px;
min-height: 52px;
}*/
#downloadsListBox .downloadButton{
height: unset !important;
margin-inline: 0 !important;
border-radius: 0 !important;
}
#downloadsListBox .downloadButton > .button-box{
border-left: 1px solid var(--panel-separator-color) !important;
padding-inline: 18px !important;
}
#downloadsListBox > richlistitem{
display: flex;
height: unset !important;
padding-inline: 0 !important;
border-radius: 0 !important;
}
#downloadsListBox .downloadMainArea{
flex-grow: 1;
padding: 1.2em 0 !important;
}
#downloadsPanel-mainView{
padding: 0 !important;
}
#downloadsFooterButtons > toolbarseparator{ margin: 0 !important; }
#downloadsFooterButtons > #downloadsHistory:not(:hover){
background: rgba(120,120,120,0.1) !important;
}