|
9 | 9 | padding-right: 4px !important; |
10 | 10 | } |
11 | 11 |
|
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{ |
14 | 13 | width: fit-content !important; |
15 | 14 | height: fit-content !important; |
16 | 15 | } |
17 | 16 |
|
| 17 | +.titlebar-close > .toolbarbutton-icon{ |
| 18 | + list-style-image: url("images/aeroClose.png") !important; |
| 19 | +} |
| 20 | + |
18 | 21 | .titlebar-close:hover > .toolbarbutton-icon{ |
19 | 22 | list-style-image: url("images/aeroCloseHover.png") !important; |
20 | | - width: fit-content !important; |
21 | | - height: fit-content !important; |
22 | 23 | filter: drop-shadow(0px 0px 5px rgb(255, 50 ,0)) !important; |
23 | 24 | } |
24 | 25 |
|
25 | 26 | .titlebar-close:active > .toolbarbutton-icon{ |
26 | 27 | list-style-image: url("images/aeroCloseActive.png") !important; |
27 | | - width: fit-content !important; |
28 | | - height: fit-content !important; |
29 | 28 | } |
30 | 29 |
|
31 | 30 | .titlebar-max > .toolbarbutton-icon{ |
32 | 31 | list-style-image: url("images/aeroMax.png") !important; |
33 | | - width: fit-content !important; |
34 | | - height: fit-content !important; |
35 | 32 | } |
36 | 33 |
|
37 | 34 | .titlebar-max:hover > .toolbarbutton-icon{ |
38 | 35 | list-style-image: url("images/aeroMaxHover.png") !important; |
39 | | - width: fit-content !important; |
40 | | - height: fit-content !important; |
41 | 36 | filter: drop-shadow(0px 0px 5px rgb(0, 150, 255)) !important; |
42 | 37 | } |
43 | 38 |
|
44 | 39 | .titlebar-max:active > .toolbarbutton-icon{ |
45 | 40 | list-style-image: url("images/aeroMaxActive.png") !important; |
46 | | - width: fit-content !important; |
47 | | - height: fit-content !important; |
48 | 41 | } |
49 | 42 |
|
50 | 43 | .titlebar-min > .toolbarbutton-icon{ |
51 | 44 | list-style-image: url("images/aeroMin.png") !important; |
52 | | - width: fit-content !important; |
53 | | - height: fit-content !important; |
54 | 45 | } |
55 | 46 |
|
56 | 47 | .titlebar-min:hover > .toolbarbutton-icon{ |
57 | 48 | list-style-image: url("images/aeroMinHover.png") !important; |
58 | | - width: fit-content !important; |
59 | | - height: fit-content !important; |
60 | 49 | filter: drop-shadow(0px 0px 5px rgb(0, 150, 255)) !important; |
61 | 50 | } |
62 | 51 |
|
63 | 52 | .titlebar-min:active > .toolbarbutton-icon{ |
64 | 53 | list-style-image: url("images/aeroMinActive.png") !important; |
65 | | - width: fit-content !important; |
66 | | - height: fit-content !important; |
67 | 54 | } |
68 | 55 |
|
69 | 56 | .titlebar-restore > .toolbarbutton-icon{ |
70 | 57 | list-style-image: url("images/aeroRestore.png") !important; |
71 | | - width: fit-content !important; |
72 | | - height: fit-content !important; |
73 | 58 | } |
74 | 59 |
|
75 | 60 | .titlebar-restore:hover > .toolbarbutton-icon{ |
76 | 61 | list-style-image: url("images/aeroRestoreHover.png") !important; |
77 | | - width: fit-content !important; |
78 | | - height: fit-content !important; |
79 | 62 | filter: drop-shadow(0px 0px 5px rgb(0, 150, 255)) !important; |
80 | 63 | } |
81 | 64 |
|
82 | 65 | .titlebar-restore:active > .toolbarbutton-icon{ |
83 | 66 | list-style-image: url("images/aeroRestoreActive.png") !important; |
84 | | - width: fit-content !important; |
85 | | - height: fit-content !important; |
86 | 67 | } |
0 commit comments