Skip to content

Commit ab648bc

Browse files
committed
events sidebar bg fix (linux)
1 parent 13d8a31 commit ab648bc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

content/skin/lightning.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,18 +159,25 @@ treenode-checkbox,
159159
background-color: var(--background-color) !important;
160160
}
161161

162-
.today-subpane {
162+
.today-subpane,
163+
#tomorrow-header,
164+
#nextweek-header {
163165
color: #fff;
164166
}
165167

168+
#todaypane-new-event-button:hover {
169+
color: #fff !important;
170+
cursor: pointer;
171+
}
172+
166173
#todaypane-new-event-button {
167174
color: #fff;
168175
fill: #fff;
169176
-moz-context-properties: fill, fill-opacity;
170177
}
171178

172179
#agenda-listbox {
173-
background-color: var(--background-color);
180+
background-color: var(--background-color) !important;
174181
color: #fff;
175182
}
176183

0 commit comments

Comments
 (0)