Fix #14 black border in dash on Ubuntu

This commit is contained in:
Vladyslav Hroshev
2023-12-31 22:26:16 +02:00
parent 22126706e8
commit 70694411b8

View File

@@ -150,6 +150,7 @@
#dash .dash-background {
background-color: DASH-COLOR;
box-shadow: inset 0 0 0 1px BORDER-MENU-SHADOW;
border: none; /* remove black border on ubuntu */
padding: 4px 2px 4px 2px;
border-radius: 21px;
}