@define-color text-color rgb(255, 255, 255);
@define-color text-color-disabled rgb(150, 150, 150);
@define-color bg-selected rgb(0, 128, 255);
+
.notification-row {
outline: none;
}
.control-center {
/* The Control Center which contains the old notifications + widgets */
- background: alpha(@base01,0.97);
- color: @base05;
+ background: alpha(@base00,0.95);
+ color: @base01;
border-radius: 12px;
- border: 1px solid @base0D;
+ border: 1px solid @base02;
}
.control-center .control-center-list-placeholder {