Fix calendar dark theme
This commit is contained in:
parent
80e3d8551d
commit
343eec09ad
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@
|
||||||
.ui.ui.ui.ui.table tr.active {
|
.ui.ui.ui.ui.table tr.active {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background-color: #1f1f1f;
|
background-color: #1f1f1f;
|
||||||
box-shadow: rgba(123, 105, 105, 0.05) 255, 255, 0.87) inset;
|
box-shadow: 0 0 0 rgba(255, 255, 255, 0.87) inset;
|
||||||
}
|
}
|
||||||
.ui.bottom.popup::before {
|
.ui.bottom.popup::before {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
|
|
Loading…
Reference in a new issue