mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
fix timetable quickbar buttons being the wrong colours
This commit is contained in:
@@ -1584,11 +1584,13 @@ ul {
|
|||||||
}
|
}
|
||||||
.entry[data-yiq="light"],
|
.entry[data-yiq="light"],
|
||||||
.quickbar[data-yiq="light"] .title,
|
.quickbar[data-yiq="light"] .title,
|
||||||
|
.quickbar[data-yiq="dark"] .actions button svg,
|
||||||
.entry[data-yiq="light"] .title {
|
.entry[data-yiq="light"] .title {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
.entry[data-yiq="dark"],
|
.entry[data-yiq="dark"],
|
||||||
.quickbar[data-yiq="dark"] .title,
|
.quickbar[data-yiq="dark"] .title,
|
||||||
|
.quickbar[data-yiq="dark"] .actions button svg,
|
||||||
.entry[data-yiq="dark"] .title {
|
.entry[data-yiq="dark"] .title {
|
||||||
color: #000 !important;
|
color: #000 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user