mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +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;
|
border: transparent;
|
||||||
}
|
}
|
||||||
.linkseparator {
|
.linkseparator {
|
||||||
background: alpha(@borders, 0.75);
|
background: rgba(24,24,24,0.72);
|
||||||
min-width: 1px;
|
min-width: 1px;
|
||||||
}
|
}
|
||||||
.linkedleft image {
|
.linkedleft image {
|
||||||
|
Reference in New Issue
Block a user