소스 검색

Fixed css on desktop calender

Toby Chui 1 년 전
부모
커밋
007d8e003c
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      web/desktop.system

+ 5 - 1
web/desktop.system

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