mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user