Подкорректированы цвета

This commit is contained in:
2024-12-18 13:08:54 +03:00
parent 650e2ca9b9
commit 93aa92b906

View File

@@ -124,7 +124,7 @@ StScrollBar {
width: 50px; width: 50px;
height: 50px; height: 50px;
border-radius: 25px; border-radius: 25px;
background-color: rgba(221, 104, 42, 0.3); background-color: rgba(32, 28, 252, 0.3);
box-shadow: 0 0 2px 2px #201cfc; } box-shadow: 0 0 2px 2px #201cfc; }
.popup-slider-menu-item, .popup-slider-menu-item,
@@ -802,7 +802,7 @@ StScrollBar {
.calendar-today { .calendar-today {
color: #3D3D3D; color: #3D3D3D;
background-color: rgba(221, 104, 42, 0.4); background-color: rgba(32, 28, 252, 0.4);
border-width: 0; } border-width: 0; }
.calendar-today:selected { .calendar-today:selected {
font-weight: bold; } font-weight: bold; }
@@ -1292,7 +1292,7 @@ StScrollBar {
border-color: #201cfc; border-color: #201cfc;
background-color: rgba(61, 61, 61, 0.2); } background-color: rgba(61, 61, 61, 0.2); }
.window-list-item-box .progress { .window-list-item-box .progress {
background-color: rgba(221, 104, 42, 0.8); } background-color: rgba(32, 28, 252, 0.8); }
.window-list-item-demands-attention { .window-list-item-demands-attention {
background-gradient-direction: vertical; background-gradient-direction: vertical;
@@ -1345,7 +1345,7 @@ StScrollBar {
color: #3D3D3D; color: #3D3D3D;
border-color: #201cfc; } border-color: #201cfc; }
.grouped-window-list-item-box .progress { .grouped-window-list-item-box .progress {
background-color: rgba(221, 104, 42, 0.8); } background-color: rgba(32, 28, 252, 0.8); }
.grouped-window-list-item-demands-attention { .grouped-window-list-item-demands-attention {
background-gradient-direction: vertical; background-gradient-direction: vertical;
@@ -1538,7 +1538,7 @@ StScrollBar {
background-color: #201cfc; background-color: #201cfc;
color: #FFFFFF; } color: #FFFFFF; }
.workspace-button:outlined:hover { .workspace-button:outlined:hover {
background-color: rgba(221, 104, 42, 0.7); background-color: rgba(32, 28, 252, 0.7);
color: #FFFFFF; } color: #FFFFFF; }
.workspace-button:hover { .workspace-button:hover {
background-color: rgba(61, 61, 61, 0.2); background-color: rgba(61, 61, 61, 0.2);
@@ -1699,7 +1699,7 @@ StScrollBar {
padding-bottom: 6px; } padding-bottom: 6px; }
.desklet-drag-placeholder { .desklet-drag-placeholder {
border: 2px solid #201cfc; border: 2px solid #201cfc;
background-color: rgba(221, 104, 42, 0.3); } background-color: rgba(32, 28, 252, 0.3); }
.photoframe-box { .photoframe-box {
border: 1px solid #c7c7c7; border: 1px solid #c7c7c7;
@@ -1716,16 +1716,16 @@ StScrollBar {
max-height: 100px; } max-height: 100px; }
.tile-preview { .tile-preview {
background-color: rgba(221, 104, 42, 0.3); background-color: rgba(32, 28, 252, 0.3);
border: 1px solid #201cfc; } border: 1px solid #201cfc; }
.tile-preview.snap { .tile-preview.snap {
background-color: rgba(221, 104, 42, 0.6); } background-color: rgba(32, 28, 252, 0.6); }
.tile-hud { .tile-hud {
background-color: rgba(221, 104, 42, 0.3); background-color: rgba(32, 28, 252, 0.3);
border: 1px solid #201cfc; } border: 1px solid #201cfc; }
.tile-hud.snap { .tile-hud.snap {
background-color: rgba(221, 104, 42, 0.6); } background-color: rgba(32, 28, 252, 0.6); }
.tile-hud:top { .tile-hud:top {
border-top-width: 0px; } border-top-width: 0px; }
.tile-hud:bottom { .tile-hud:bottom {