Przeglądaj źródła

Fixed css on desktop calender

Toby Chui 1 rok temu
rodzic
commit
007d8e003c
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5 1
      web/desktop.system

+ 5 - 1
web/desktop.system

@@ -667,7 +667,7 @@
 
 
         .notificationbar .content{
         .notificationbar .content{
             position: fixed;
             position: fixed;
-            background-color:white;
+            background-color:var(--body_background_secondary);
             margin-top:6px;
             margin-top:6px;
             width:30%;
             width:30%;
             right: 1em;
             right: 1em;
@@ -690,6 +690,10 @@
             height: calc(100% - 12px);
             height: calc(100% - 12px);
         }
         }
 
 
+        body.darkTheme .notificationbar .jsCalendar div:not(.ui.message *):not(.ui.label *):not(.ui.dropdown *){
+            color:#242424 !important;
+        }
+
         .notificationbar .cover{
         .notificationbar .cover{
             backdrop-filter: blur(0.5px);
             backdrop-filter: blur(0.5px);
             -webkit-backdrop-filter: blur(0.5px);
             -webkit-backdrop-filter: blur(0.5px);