Add files via upload
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
"cssPriority": "application",
|
"cssPriority": "application",
|
||||||
"control-center-margin-top": 16,
|
"control-center-margin-top": 16,
|
||||||
"control-center-margin-bottom": 16,
|
"control-center-margin-bottom": 16,
|
||||||
"control-center-margin-right": 6,
|
"control-center-margin-right": 8,
|
||||||
"control-center-margin-left": 0,
|
"control-center-margin-left": 8,
|
||||||
"notification-icon-size": 64,
|
"notification-icon-size": 64,
|
||||||
"notification-body-image-height": 100,
|
"notification-body-image-height": 100,
|
||||||
"notification-body-image-width": 200,
|
"notification-body-image-width": 200,
|
||||||
|
|||||||
@@ -2,9 +2,10 @@
|
|||||||
* vim: ft=less
|
* 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 rgba(0, 0, 48, 0.3);
|
||||||
@define-color noti-bg-darker rgba(0, 0, 38, 0.4);
|
@define-color noti-bg-darker rgba(0, 0, 38, 0.4);
|
||||||
@define-color noti-bg-hover rgba(0, 0, 56, 0.5);
|
@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 rgba(0, 0, 255, 0.4);
|
||||||
@define-color noti-close-bg-hover rgba(0, 0, 255, 0.7);
|
@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 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 {
|
.notification-row {
|
||||||
@@ -190,7 +191,8 @@
|
|||||||
.control-center {
|
.control-center {
|
||||||
background: @cc-bg;
|
background: @cc-bg;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
color: rgb(0, 230, 255);
|
border: 2px solid @border-color;
|
||||||
|
color: @text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-center-list {
|
.control-center-list {
|
||||||
@@ -221,8 +223,8 @@
|
|||||||
}
|
}
|
||||||
.widget-title > button {
|
.widget-title > button {
|
||||||
font-size: initial;
|
font-size: initial;
|
||||||
/*color: @text-color;*/
|
color: @text-color;
|
||||||
color: rgb(0, 230, 255);
|
/*color: rgb(0, 230, 255)*/;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
background: @noti-bg;
|
background: @noti-bg;
|
||||||
border: 1px solid @noti-border-color;
|
border: 1px solid @noti-border-color;
|
||||||
@@ -235,7 +237,7 @@
|
|||||||
|
|
||||||
/* DND widget */
|
/* DND widget */
|
||||||
.widget-dnd {
|
.widget-dnd {
|
||||||
margin: 8px;
|
margin: 15px 8px 8px;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
.widget-dnd > switch {
|
.widget-dnd > switch {
|
||||||
|
|||||||
Reference in New Issue
Block a user