Make buttons separator black on all themes

Using default @borders value causes it to be white even when all OSD buttons are half transparent black.
This commit is contained in:
Rafał Dzięgiel
2021-03-24 20:04:09 +01:00
parent 254aa538a5
commit 1f18796e0d

View File

@@ -25,7 +25,7 @@ radio {
border: transparent;
}
.linkseparator {
background: alpha(@borders, 0.75);
background: rgba(24,24,24,0.72);
min-width: 1px;
}
.linkedleft image {