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
+4 -5
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 {