Skip to content

Commit 34696b9

Browse files
userChrome optimizations
1 parent b729b82 commit 34696b9

File tree

1 file changed

+5
-24
lines changed

1 file changed

+5
-24
lines changed

chrome/userChrome.css

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,78 +9,59 @@
99
padding-right: 4px !important;
1010
}
1111

12-
.titlebar-close > .toolbarbutton-icon{
13-
list-style-image: url("images/aeroClose.png") !important;
12+
.titlebar-close > .toolbarbutton-icon, .titlebar-close:hover > .toolbarbutton-icon, .titlebar-close:active > .toolbarbutton-icon, .titlebar-max > .toolbarbutton-icon, .titlebar-max:hover > .toolbarbutton-icon, .titlebar-max:active > .toolbarbutton-icon, .titlebar-min > .toolbarbutton-icon, .titlebar-min:hover > .toolbarbutton-icon, .titlebar-min:active > .toolbarbutton-icon, .titlebar-restore > .toolbarbutton-icon, .titlebar-restore:hover > .toolbarbutton-icon, .titlebar-restore:active > .toolbarbutton-icon{
1413
width: fit-content !important;
1514
height: fit-content !important;
1615
}
1716

17+
.titlebar-close > .toolbarbutton-icon{
18+
list-style-image: url("images/aeroClose.png") !important;
19+
}
20+
1821
.titlebar-close:hover > .toolbarbutton-icon{
1922
list-style-image: url("images/aeroCloseHover.png") !important;
20-
width: fit-content !important;
21-
height: fit-content !important;
2223
filter: drop-shadow(0px 0px 5px rgb(255, 50 ,0)) !important;
2324
}
2425

2526
.titlebar-close:active > .toolbarbutton-icon{
2627
list-style-image: url("images/aeroCloseActive.png") !important;
27-
width: fit-content !important;
28-
height: fit-content !important;
2928
}
3029

3130
.titlebar-max > .toolbarbutton-icon{
3231
list-style-image: url("images/aeroMax.png") !important;
33-
width: fit-content !important;
34-
height: fit-content !important;
3532
}
3633

3734
.titlebar-max:hover > .toolbarbutton-icon{
3835
list-style-image: url("images/aeroMaxHover.png") !important;
39-
width: fit-content !important;
40-
height: fit-content !important;
4136
filter: drop-shadow(0px 0px 5px rgb(0, 150, 255)) !important;
4237
}
4338

4439
.titlebar-max:active > .toolbarbutton-icon{
4540
list-style-image: url("images/aeroMaxActive.png") !important;
46-
width: fit-content !important;
47-
height: fit-content !important;
4841
}
4942

5043
.titlebar-min > .toolbarbutton-icon{
5144
list-style-image: url("images/aeroMin.png") !important;
52-
width: fit-content !important;
53-
height: fit-content !important;
5445
}
5546

5647
.titlebar-min:hover > .toolbarbutton-icon{
5748
list-style-image: url("images/aeroMinHover.png") !important;
58-
width: fit-content !important;
59-
height: fit-content !important;
6049
filter: drop-shadow(0px 0px 5px rgb(0, 150, 255)) !important;
6150
}
6251

6352
.titlebar-min:active > .toolbarbutton-icon{
6453
list-style-image: url("images/aeroMinActive.png") !important;
65-
width: fit-content !important;
66-
height: fit-content !important;
6754
}
6855

6956
.titlebar-restore > .toolbarbutton-icon{
7057
list-style-image: url("images/aeroRestore.png") !important;
71-
width: fit-content !important;
72-
height: fit-content !important;
7358
}
7459

7560
.titlebar-restore:hover > .toolbarbutton-icon{
7661
list-style-image: url("images/aeroRestoreHover.png") !important;
77-
width: fit-content !important;
78-
height: fit-content !important;
7962
filter: drop-shadow(0px 0px 5px rgb(0, 150, 255)) !important;
8063
}
8164

8265
.titlebar-restore:active > .toolbarbutton-icon{
8366
list-style-image: url("images/aeroRestoreActive.png") !important;
84-
width: fit-content !important;
85-
height: fit-content !important;
8667
}

0 commit comments

Comments
 (0)