Add files via upload

This commit is contained in:
FURK4NGG
2025-09-02 23:41:03 +03:00
committed by GitHub
parent 782bd2c06a
commit 324745a76b
2 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
"cssPriority": "application",
"control-center-margin-top": 16,
"control-center-margin-bottom": 16,
"control-center-margin-right": 6,
"control-center-margin-left": 0,
"control-center-margin-right": 8,
"control-center-margin-left": 8,
"notification-icon-size": 64,
"notification-body-image-height": 100,
"notification-body-image-width": 200,
+10 -8
View File
@@ -2,9 +2,10 @@
* vim: ft=less
*/
@define-color cc-bg rgba(0, 0, 70, 0.3);
@define-color cc-bg rgba(50, 50, 79, 0.5);
@define-color noti-border-color rgba(0, 0, 55, 0.1);
@define-color border-color rgb(83, 86, 133);
@define-color noti-border-color rgba(0, 0, 50, 0.6);
@define-color noti-bg rgba(0, 0, 48, 0.3);
@define-color noti-bg-darker rgba(0, 0, 38, 0.4);
@define-color noti-bg-hover rgba(0, 0, 56, 0.5);
@@ -12,10 +13,10 @@
@define-color noti-close-bg rgba(0, 0, 255, 0.4);
@define-color noti-close-bg-hover rgba(0, 0, 255, 0.7);
@define-color text-color rgb(0, 230, 255);
@define-color text-color rgba(145, 200, 228, 255);
@define-color text-color-disabled rgb(0, 0, 150);
@define-color bg-selected rgba(0, 0, 255, 0.5);
@define-color bg-selected rgba(145, 200, 228, .8);
.notification-row {
@@ -190,7 +191,8 @@
.control-center {
background: @cc-bg;
border-radius: 24px;
color: rgb(0, 230, 255);
border: 2px solid @border-color;
color: @text-color;
}
.control-center-list {
@@ -221,8 +223,8 @@
}
.widget-title > button {
font-size: initial;
/*color: @text-color;*/
color: rgb(0, 230, 255);
color: @text-color;
/*color: rgb(0, 230, 255)*/;
text-shadow: none;
background: @noti-bg;
border: 1px solid @noti-border-color;
@@ -235,7 +237,7 @@
/* DND widget */
.widget-dnd {
margin: 8px;
margin: 15px 8px 8px;
font-size: 1.2rem;
}
.widget-dnd > switch {