Fix calendar dark theme

This commit is contained in:
grandeljay 2022-09-30 16:13:59 +02:00
parent 80e3d8551d
commit 343eec09ad

View file

@ -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;