1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-09 15:40:45 +02:00

Bug fixes in dark theme css

This commit is contained in:
gysmo38
2020-05-28 08:31:27 +02:00
parent 20099c3980
commit cf8f04a9f3

View File

@@ -1,8 +1,9 @@
body { background-color: #121212; color:white}
div.w3-container { background-color: #444444;}
.w3-table-all { color: black}
.w3-container{ background-color: #444444;}
.w3-table-all { color: black;}
.w3-sidebar {background-color: #444444;}
.panel {color: black;}
#cam-control, #btn-ptz-left, #btn-ptz-right, #btn-ptz-up, #btn-ptz-down, #btn-ptz-calibrate { background-color: transparent;}
.w3-theme-l5 {color:#000 !important; background-color:#f6f6f6 !important}
.w3-theme-l4 {color:#000 !important; background-color:#dfdfdf !important}