make network panel look decent even in current nightlies
[themes.git] / LCARStrek / devtools / images / commandline-icon.svg
CommitLineData
6f751fd1
RK
1<!-- This Source Code Form is subject to the terms of the Mozilla Public
2 - License, v. 2.0. If a copy of the MPL was not distributed with this
3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4<svg width="16px" height="16px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
5 <defs>
6 <style>
7 g {
8 display: none;
9 }
10
11 #light-theme:target,
12 #light-theme-focus:target ~ #light-theme,
13 #dark-theme:target,
14 #dark-theme-focus:target ~ #dark-theme {
15 display: inline;
16 }
17
18 #light-theme-focus:target ~ #light-theme {
19 fill: #FFCF00;
20 }
21 #dark-theme-focus:target ~ #dark-theme {
22 fill: #FFCF00;
23 }
24
25 /* Unfocused states */
26 #light-theme,
27 #dark-theme {
28 fill: #E7ADE7;
29 }
30 </style>
31 </defs>
32 <g id="light-theme-focus"/>
33 <g id="light-theme">
34 <path d="M7.29 13.907l7-5a.5.5 0 0 0 .033-.789l-6.5-5.5a.5.5 0 1 0-.646.764l6.5 5.5.032-.789-7 5a.5.5 0 1 0 .582.814z"/>
35 <path d="M2.29 13.907l7-5a.5.5 0 0 0 .033-.789l-6.5-5.5a.5.5 0 1 0-.646.764l6.5 5.5.032-.789-7 5a.5.5 0 1 0 .582.814z"/>
36 </g>
37 <g id="dark-theme-focus"/>
38 <g id="dark-theme">
39 <path d="M7.29 13.907l7-5a.5.5 0 0 0 .033-.789l-6.5-5.5a.5.5 0 1 0-.646.764l6.5 5.5.032-.789-7 5a.5.5 0 1 0 .582.814z"/>
40 <path d="M2.29 13.907l7-5a.5.5 0 0 0 .033-.789l-6.5-5.5a.5.5 0 1 0-.646.764l6.5 5.5.032-.789-7 5a.5.5 0 1 0 .582.814z"/>
41 </g>
42</svg>