|
7 | 7 | transform: translateX(-25%) !important; |
8 | 8 | } |
9 | 9 |
|
10 | | -.dark #themedropdown { |
11 | | - background-color: transparent !important; |
12 | | -} |
13 | | - |
14 | | -.dark #themedropdown li { |
15 | | - background-color: transparent !important; |
16 | | -} |
17 | | - |
18 | | -.dark #themedropdown li a { |
19 | | - background-color: transparent !important; |
20 | | -} |
21 | | - |
22 | 10 | #themedropdown a { |
23 | 11 | color: #2196f3; |
24 | 12 | transition: all 0.3s ease; |
|
44 | 32 | background-color: #01143b !important; |
45 | 33 | } |
46 | 34 |
|
47 | | -<<<<<<< HEAD |
48 | | -.dark #floatingWindows>.windowFrame { |
49 | | - border: 2px solid var(--border); |
50 | | - background-color: var(--bg); |
51 | | -======= |
52 | 35 | .dark #floatingWindows > .windowFrame { |
53 | | - border: 2px solid #000000; |
54 | | - background-color: #454545; |
55 | | ->>>>>>> 8d08ec0a (fix: improve dark mode contrast for tooltips and theme dropdown) |
| 36 | + border: 2px solid var(--border); |
| 37 | + background-color: var(--bg); |
56 | 38 | } |
57 | 39 |
|
58 | 40 | .dark .wfbtItem { |
|
63 | 45 | color: #e8e8e8; |
64 | 46 | } |
65 | 47 |
|
66 | | -.dark #floatingWindows>.windowFrame>.wfWinBody .wfbWidget { |
67 | | - color: #ccc !important; |
68 | | - background-color: #3f3f44 !important; |
| 48 | +.dark #floatingWindows > .windowFrame > .wfWinBody .wfbWidget { |
| 49 | + color: #ccc !important; |
| 50 | + background-color: #3f3f44 !important; |
69 | 51 | } |
70 | 52 |
|
71 | 53 | .dark .popupMsg { |
|
78 | 60 | } |
79 | 61 |
|
80 | 62 | .dark #loading-image-container { |
81 | | -<<<<<<< HEAD |
82 | | - background-color: var(--bg) !important; |
83 | | -======= |
84 | | - background: #1a1a1a !important; |
85 | | - background-color: #1a1a1a !important; |
86 | | ->>>>>>> 8d08ec0a (fix: improve dark mode contrast for tooltips and theme dropdown) |
| 63 | + background-color: var(--bg) !important; |
87 | 64 | } |
88 | 65 |
|
89 | 66 | .dark #loadingText { |
|
94 | 71 | color: #fff; |
95 | 72 | } |
96 | 73 |
|
97 | | -<<<<<<< HEAD |
98 | 74 | .modal-content { |
99 | | - background-color: var(--panel-bg); |
100 | | - color: var(--fg); |
101 | | -======= |
102 | | -.dark .modal-content { |
103 | | - background-color: #1c1c1c; |
104 | | - color: #fff; |
105 | | ->>>>>>> 8d08ec0a (fix: improve dark mode contrast for tooltips and theme dropdown) |
| 75 | + background-color: var(--panel-bg); |
| 76 | + color: var(--fg); |
106 | 77 | } |
107 | 78 |
|
108 | 79 | .dark #submitLilypond { |
109 | 80 | background-color: rgb(0, 102, 255); |
110 | 81 | } |
111 | 82 |
|
112 | 83 | .dark #search, |
113 | | -<<<<<<< HEAD |
114 | 84 | .dark #helpfulSearch, |
115 | 85 | .dark .ui-autocomplete { |
116 | | - background-color: #1c1c1c !important; |
117 | | - color: #fff !important; |
118 | | -======= |
119 | | -#helpfulSearch, |
120 | | -.ui-autocomplete { |
121 | 86 | background-color: #1c1c1c !important; |
122 | 87 | color: #fff !important; |
123 | | ->>>>>>> 8d08ec0a (fix: improve dark mode contrast for tooltips and theme dropdown) |
124 | 88 | } |
125 | 89 |
|
126 | 90 | .dark .ui-autocomplete li:hover { |
|
178 | 142 | .dark #confirmation-message { |
179 | 143 | color: #e2e2e2; |
180 | 144 | } |
| 145 | + |
181 | 146 | body { |
182 | | - --border: #cccccc; |
183 | | - --bg: #ffffff; |
184 | | - --fg: #666666; |
185 | | - --panel-bg: #f5f5f5; |
186 | | - --accent: #2196F3; |
| 147 | + --border: #cccccc; |
| 148 | + --bg: #ffffff; |
| 149 | + --fg: #666666; |
| 150 | + --panel-bg: #f5f5f5; |
| 151 | + --accent: #2196f3; |
187 | 152 | } |
188 | 153 |
|
189 | 154 | body.dark { |
190 | | - --border: #000000; |
191 | | - --bg: #1d1d20; |
192 | | - --fg: #e8e8e8; |
193 | | - --panel-bg: #1c1c1c; |
194 | | - --accent: #3fe0d1; |
| 155 | + --border: #000000; |
| 156 | + --bg: #1d1d20; |
| 157 | + --fg: #e8e8e8; |
| 158 | + --panel-bg: #1c1c1c; |
| 159 | + --accent: #3fe0d1; |
195 | 160 | } |
196 | 161 |
|
197 | 162 | /* Your Custom Theme can go here if you don't want to modify the existing dark mode */ |
|
0 commit comments