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
+3 -2
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);
}