We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d8a31 commit ab648bcCopy full SHA for ab648bc
content/skin/lightning.css
@@ -159,18 +159,25 @@ treenode-checkbox,
159
background-color: var(--background-color) !important;
160
}
161
162
-.today-subpane {
+.today-subpane,
163
+#tomorrow-header,
164
+#nextweek-header {
165
color: #fff;
166
167
168
+#todaypane-new-event-button:hover {
169
+ color: #fff !important;
170
+ cursor: pointer;
171
+}
172
+
173
#todaypane-new-event-button {
174
175
fill: #fff;
176
-moz-context-properties: fill, fill-opacity;
177
178
179
#agenda-listbox {
- background-color: var(--background-color);
180
+ background-color: var(--background-color) !important;
181
182
183
0 commit comments