Tooltips: add shadow & change background color

This commit is contained in:
Vladyslav Hroshev
2023-04-07 22:00:22 +03:00
parent 1f7238a69e
commit 9583fd2477
4 changed files with 12 additions and 12 deletions

View File

@@ -148,12 +148,11 @@
.dash-label {
background-color: BACKGROUND-COLOR;
background-color: SECTION-COLOR;
color: TEXT-PRIMARY-COLOR;
border-radius: 11px;
border: none;
/* ubuntu fix */
box-shadow: inset 0 0 0 1px BORDER-MENU-SHADOW;
border-radius: 12px;
border: 1px solid BORDER-MENU-SHADOW;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.app-well-app-running-dot {

View File

@@ -92,6 +92,7 @@
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
}
.calendar-today,
.calendar-today:selected {
background-color: ACCENT-COLOR;

View File

@@ -49,11 +49,12 @@ stage {
.window-caption {
spacing: 20px;
border-radius: 10px;
border-radius: 12px;
color: TEXT-PRIMARY-COLOR;
background-color: BACKGROUND-COLOR;
background-color: SECTION-COLOR;
border: 1px solid BORDER-SHADOW;
padding: 4px 8px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

View File

@@ -122,12 +122,11 @@
.screenshot-ui-tooltip {
color: TEXT-PRIMARY-COLOR;
background-color: BACKGROUND-COLOR;
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
border-radius: 10px;
background-color: SECTION-COLOR;
padding: 6px 12px;
text-align: center;
-y-offset: 24px;
border: 1px solid BORDER-SHADOW;
border-radius: 12px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.window-close,