|
1 | | -:root:not([inFullscreen]) toolbar#nav-bar { |
2 | | - z-index: 1 !important; |
3 | | - position: relative !important; |
4 | | - margin-left: calc( |
5 | | - var(--wc-right-space) * 2 + 60px |
6 | | - ) !important; /* shift toolbar to the right based on initial width */ |
7 | | -} |
8 | | - |
9 | 1 | /*-min max close size*/ |
10 | 2 | .titlebar-button > .toolbarbutton-icon { |
11 | 3 | height: 14px !important; |
|
14 | 6 | min-width: 14px !important; |
15 | 7 | } |
16 | 8 |
|
17 | | -#TabsToolbar .toolbar-items{ |
18 | | - display: none !important; |
19 | | -} |
20 | | - |
21 | | -#titlebar{ |
| 9 | +#titlebar { |
22 | 10 | -moz-appearance: none !important; |
23 | 11 | } |
24 | 12 |
|
25 | 13 | .titlebar-button { |
26 | | - transition: all 0.3s ease !important; |
27 | | - padding: 0px 8px !important; |
28 | | - background: none !important; |
| 14 | + transition: all 0.3s ease !important; |
| 15 | + padding: 0px 8px !important; |
| 16 | + background: none !important; |
29 | 17 | -moz-context-properties: fill, fill-opacity !important; |
30 | 18 | } |
31 | 19 |
|
32 | 20 | .titlebar-buttonbox { |
33 | 21 | display: flex; |
34 | | - flex-direction: row-reverse; |
35 | 22 | -moz-context-properties: fill, fill-opacity !important; |
36 | 23 | } |
37 | 24 |
|
38 | 25 | /* close button */ |
39 | 26 | .titlebar-close { |
| 27 | + -moz-appearance: none !important; |
40 | 28 | fill: var(--red) !important; |
41 | 29 | opacity: 0.7 !important; |
42 | 30 | list-style-image: url(circle.svg) !important; |
|
48 | 36 |
|
49 | 37 | /* minimize button */ |
50 | 38 | .titlebar-min { |
| 39 | + -moz-appearance: none !important; |
51 | 40 | fill: var(--yellow) !important; |
52 | 41 | opacity: 0.7 !important; |
53 | 42 | list-style-image: url(circle.svg) !important; |
|
59 | 48 |
|
60 | 49 | /* maximize button */ |
61 | 50 | .titlebar-max { |
| 51 | + -moz-appearance: none !important; |
62 | 52 | fill: var(--green) !important; |
63 | 53 | opacity: 0.7 !important; |
64 | 54 | list-style-image: url(circle.svg) !important; |
|
70 | 60 |
|
71 | 61 | /* restore button */ |
72 | 62 | .titlebar-restore { |
| 63 | + -moz-appearance: none !important; |
73 | 64 | fill: var(--green) !important; |
74 | 65 | opacity: 0.7 !important; |
75 | 66 | list-style-image: url(circle.svg) !important; |
|
0 commit comments