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