|
33 | 33 | /* Even More AppButton Icons: DevTools by Key */ |
34 | 34 |
|
35 | 35 | #PanelUI-developerItems toolbarbutton[key="key_toggleToolbox"]:not([checked=true]) > image.toolbarbutton-icon { |
36 | | - -moz-context-properties: fill; |
37 | | - list-style-image: url("chrome://browser/skin/toggle.svg"); |
| 36 | + -moz-context-properties: fill; |
| 37 | + list-style-image: url("chrome://browser/skin/toggle.svg"); |
38 | 38 | } |
39 | 39 |
|
40 | 40 | #PanelUI-developerItems toolbarbutton[key="key_inspector"] > image.toolbarbutton-icon { |
41 | | - -moz-context-properties: fill; |
42 | | - list-style-image: url("chrome://devtools/skin/images/tool-inspector.svg"); |
| 41 | + -moz-context-properties: fill; |
| 42 | + list-style-image: url("chrome://devtools/skin/images/tool-inspector.svg"); |
43 | 43 | } |
44 | 44 |
|
45 | 45 | #PanelUI-developerItems toolbarbutton[key="key_webconsole"] > image.toolbarbutton-icon { |
46 | | - -moz-context-properties: fill; |
47 | | - list-style-image: url("chrome://devtools/skin/images/tool-webconsole.svg"); |
| 46 | + -moz-context-properties: fill; |
| 47 | + list-style-image: url("chrome://devtools/skin/images/tool-webconsole.svg"); |
48 | 48 | } |
49 | 49 |
|
50 | 50 | #PanelUI-developerItems toolbarbutton[key="key_jsdebugger"] > image.toolbarbutton-icon { |
51 | | - -moz-context-properties: fill; |
52 | | - list-style-image: url("chrome://devtools/skin/images/tool-debugger.svg"); |
| 51 | + -moz-context-properties: fill; |
| 52 | + list-style-image: url("chrome://devtools/skin/images/tool-debugger.svg"); |
53 | 53 | } |
54 | 54 |
|
55 | 55 | #PanelUI-developerItems toolbarbutton[key="key_netmonitor"] > image.toolbarbutton-icon { |
56 | | - -moz-context-properties: fill; |
57 | | - list-style-image: url("chrome://devtools/skin/images/tool-network.svg"); |
| 56 | + -moz-context-properties: fill; |
| 57 | + list-style-image: url("chrome://devtools/skin/images/tool-network.svg"); |
58 | 58 | } |
59 | 59 |
|
60 | 60 | #PanelUI-developerItems toolbarbutton[key="key_styleeditor"] > image.toolbarbutton-icon { |
61 | | - -moz-context-properties: fill; |
62 | | - list-style-image: url("chrome://devtools/skin/images/tool-styleeditor.svg"); |
| 61 | + -moz-context-properties: fill; |
| 62 | + list-style-image: url("chrome://devtools/skin/images/tool-styleeditor.svg"); |
63 | 63 | } |
64 | 64 |
|
65 | 65 | #PanelUI-developerItems toolbarbutton[key="key_performance"] > image.toolbarbutton-icon { |
66 | | - -moz-context-properties: fill; |
67 | | - list-style-image: url("chrome://devtools/skin/images/tool-profiler.svg"); |
| 66 | + -moz-context-properties: fill; |
| 67 | + list-style-image: url("chrome://devtools/skin/images/tool-profiler.svg"); |
68 | 68 | } |
69 | 69 |
|
70 | 70 | #PanelUI-developerItems toolbarbutton[key="key_storage"] > image.toolbarbutton-icon { |
71 | | - -moz-context-properties: fill; |
72 | | - list-style-image: url("chrome://devtools/skin/images/tool-storage.svg"); |
| 71 | + -moz-context-properties: fill; |
| 72 | + list-style-image: url("chrome://devtools/skin/images/tool-storage.svg"); |
73 | 73 | } |
74 | 74 |
|
75 | 75 | #PanelUI-developerItems toolbarbutton[key="key_accessibility"] > image.toolbarbutton-icon { |
76 | | - -moz-context-properties: fill; |
77 | | - list-style-image: url("chrome://devtools/skin/images/tool-accessibility.svg"); |
| 76 | + -moz-context-properties: fill; |
| 77 | + list-style-image: url("chrome://devtools/skin/images/tool-accessibility.svg"); |
78 | 78 | } |
79 | 79 |
|
80 | 80 | #PanelUI-developerItems toolbarbutton[key="key_application"] > image.toolbarbutton-icon { |
81 | | - -moz-context-properties: fill; |
82 | | - list-style-image: url("chrome://devtools/skin/images/tool-application.svg"); |
| 81 | + -moz-context-properties: fill; |
| 82 | + list-style-image: url("chrome://devtools/skin/images/tool-application.svg"); |
83 | 83 | } |
84 | 84 |
|
85 | 85 | #PanelUI-developerItems toolbarbutton[key="key_dom"] > image.toolbarbutton-icon { |
86 | | - -moz-context-properties: fill; |
87 | | - list-style-image: url("chrome://devtools/skin/images/tool-dom.svg"); |
| 86 | + -moz-context-properties: fill; |
| 87 | + list-style-image: url("chrome://devtools/skin/images/tool-dom.svg"); |
88 | 88 | } |
89 | 89 |
|
90 | 90 | #PanelUI-developerItems toolbarbutton[key="key_browserConsole"] > image.toolbarbutton-icon { |
91 | | - -moz-context-properties: fill; |
92 | | - list-style-image: url("chrome://devtools/skin/images/tool-webconsole.svg"); |
| 91 | + -moz-context-properties: fill; |
| 92 | + list-style-image: url("chrome://devtools/skin/images/tool-webconsole.svg"); |
93 | 93 | } |
94 | 94 |
|
95 | 95 | #PanelUI-developerItems toolbarbutton[key="key_responsiveDesignMode"] > image.toolbarbutton-icon { |
96 | | - -moz-context-properties: fill, fill-opacity; |
97 | | - fill-opacity: 0; |
98 | | - list-style-image: url("chrome://devtools/skin/images/command-responsivemode.svg"); |
| 96 | + -moz-context-properties: fill, fill-opacity; |
| 97 | + fill-opacity: 0; |
| 98 | + list-style-image: url("chrome://devtools/skin/images/command-responsivemode.svg"); |
99 | 99 | } |
100 | 100 |
|
101 | 101 | #PanelUI-developerItems toolbarbutton[key="key_viewSource"] > image.toolbarbutton-icon { /* Re-using the DOM icon since I expect everyone uses the Inspector instead */ |
102 | | - -moz-context-properties: fill; |
103 | | - list-style-image: url("chrome://devtools/skin/images/tool-dom.svg"); |
| 102 | + -moz-context-properties: fill; |
| 103 | + list-style-image: url("chrome://devtools/skin/images/tool-dom.svg"); |
104 | 104 | } |
105 | 105 |
|
106 | 106 | #PanelUI-developerItems toolbarbutton[key="key_toggleToolbox"]:not([checked=true]) > label.toolbarbutton-text, |
|
117 | 117 | #PanelUI-developerItems toolbarbutton[key="key_browserConsole"] > label.toolbarbutton-text, |
118 | 118 | #PanelUI-developerItems toolbarbutton[key="key_responsiveDesignMode"] > label.toolbarbutton-text, |
119 | 119 | #PanelUI-developerItems toolbarbutton[key="key_viewSource"] > label.toolbarbutton-text { |
120 | | - |
121 | 120 | padding-inline-start: 8px !important; |
122 | 121 | } |
123 | 122 |
|
|
135 | 134 | #main-window:-moz-lwtheme:-moz-lwtheme-brighttext #PanelUI-developerItems toolbarbutton[key="key_browserConsole"] > image.toolbarbutton-icon, |
136 | 135 | #main-window:-moz-lwtheme:-moz-lwtheme-brighttext #PanelUI-developerItems toolbarbutton[key="key_responsiveDesignMode"] > image.toolbarbutton-icon, |
137 | 136 | #main-window:-moz-lwtheme:-moz-lwtheme-brighttext #PanelUI-developerItems toolbarbutton[key="key_viewSource"] > image.toolbarbutton-icon { |
138 | | - |
139 | 137 | fill: currentColor !important; |
140 | 138 | } |
141 | 139 |
|
142 | 140 | /* Eye Dropper & Get More Tools (by Name (English Only)) */ |
143 | 141 |
|
144 | 142 | #PanelUI-developerItems toolbarbutton image.toolbarbutton-icon[label="Eyedropper"] { |
145 | | - |
146 | | - -moz-context-properties: fill; |
147 | | - list-style-image: url("chrome://devtools/skin/images/command-eyedropper.svg"); |
| 143 | + -moz-context-properties: fill; |
| 144 | + list-style-image: url("chrome://devtools/skin/images/command-eyedropper.svg"); |
148 | 145 | } |
149 | 146 |
|
150 | 147 | #PanelUI-developerItems toolbarbutton image.toolbarbutton-icon[label="Get More Tools"] { |
151 | | - |
152 | | - -moz-context-properties: fill; |
153 | | - list-style-image: url("chrome://browser/skin/developer.svg"); |
| 148 | + -moz-context-properties: fill; |
| 149 | + list-style-image: url("chrome://browser/skin/developer.svg"); |
154 | 150 | } |
155 | 151 |
|
156 | 152 | #PanelUI-developerItems toolbarbutton > label.toolbarbutton-text[value="Eyedropper"], |
157 | 153 | #PanelUI-developerItems toolbarbutton > label.toolbarbutton-text[value="Get More Tools"] { |
158 | | - |
159 | 154 | padding-inline-start: 8px !important; |
160 | 155 | } |
161 | 156 |
|
162 | 157 | #main-window:-moz-lwtheme:-moz-lwtheme-brighttext #PanelUI-developerItems toolbarbutton > image.toolbarbutton-icon[label="Eyedropper"], |
163 | 158 | #main-window:-moz-lwtheme:-moz-lwtheme-brighttext #PanelUI-developerItems toolbarbutton > image.toolbarbutton-icon[label="Get More Tools"] { |
164 | | - |
165 | 159 | fill: currentColor !important; |
166 | 160 | } |
167 | 161 |
|
|
172 | 166 | /* Remote Debugging (by Name (English Only)) */ |
173 | 167 |
|
174 | 168 | #PanelUI-developerItems toolbarbutton image.toolbarbutton-icon[label="Remote Debugging"] { |
175 | | - |
176 | | - list-style-image: url("../../image/remote.png"); |
177 | | - filter: grayscale(100%) brightness(70%); |
178 | | - -moz-image-region: auto; |
| 169 | + list-style-image: url("../../image/remote.png"); |
| 170 | + filter: grayscale(100%) brightness(70%); |
| 171 | + -moz-image-region: auto; |
179 | 172 | } |
180 | 173 |
|
181 | 174 | #PanelUI-developerItems toolbarbutton > label.toolbarbutton-text[value="Remote Debugging"] { |
182 | | - |
183 | | - padding-inline-start: 8px !important; |
| 175 | + padding-inline-start: 8px !important; |
184 | 176 | } |
185 | 177 |
|
186 | 178 | #main-window:-moz-lwtheme:-moz-lwtheme-brighttext #PanelUI-developerItems toolbarbutton > image.toolbarbutton-icon[label="Remote Debugging"] { |
187 | | - |
188 | | - list-style-image: url("../../image/remote.png"); |
189 | | - filter: grayscale(100%) brightness(130%) !important; |
190 | | - -moz-image-region: auto; |
| 179 | + list-style-image: url("../../image/remote.png"); |
| 180 | + filter: grayscale(100%) brightness(130%) !important; |
| 181 | + -moz-image-region: auto; |
191 | 182 | } |
192 | 183 |
|
193 | 184 | /* Browser Toolbox (by Key) and Browser Content Toolbox (by Name (English Only)) */ |
194 | 185 |
|
195 | 186 | #PanelUI-developerItems toolbarbutton[key="key_browserToolbox"] > image.toolbarbutton-icon, |
196 | 187 | #PanelUI-developerItems toolbarbutton image.toolbarbutton-icon[label="Browser Content Toolbox"] { |
197 | | - |
198 | | - list-style-image: url("../../image/command-tilt.png"); |
199 | | - filter: grayscale(100%) brightness(10%); |
200 | | - -moz-image-region: rect(0px, 64px, 16px, 48px); |
| 188 | + list-style-image: url("../../image/command-tilt.png"); |
| 189 | + filter: grayscale(100%) brightness(10%); |
| 190 | + -moz-image-region: rect(0px, 64px, 16px, 48px); |
201 | 191 | } |
202 | 192 |
|
203 | 193 | #PanelUI-developerItems toolbarbutton[key="key_browserToolbox"] > label.toolbarbutton-text, |
204 | 194 | #PanelUI-developerItems toolbarbutton > label.toolbarbutton-text[value="Browser Content Toolbox"] { |
205 | | - |
206 | | - padding-inline-start: 8px !important; |
| 195 | + padding-inline-start: 8px !important; |
207 | 196 | } |
208 | 197 |
|
209 | 198 | #main-window:-moz-lwtheme:-moz-lwtheme-brighttext #PanelUI-developerItems toolbarbutton[key="key_browserToolbox"] > image.toolbarbutton-icon, |
210 | 199 | #main-window:-moz-lwtheme:-moz-lwtheme-brighttext #PanelUI-developerItems toolbarbutton > image.toolbarbutton-icon[label="Browser Content Toolbox"] { |
211 | | - |
212 | | - list-style-image: url("../../image/command-tilt.png"); |
213 | | - filter: grayscale(100%) brightness(220%) !important; |
214 | | - -moz-image-region: rect(0px, 64px, 16px, 48px); |
| 200 | + list-style-image: url("../../image/command-tilt.png"); |
| 201 | + filter: grayscale(100%) brightness(220%) !important; |
| 202 | + -moz-image-region: rect(0px, 64px, 16px, 48px); |
215 | 203 | } |
0 commit comments