clapper-gtk: seek-bar: Make custom markers colorful

This commit is contained in:
Rafał Dzięgiel
2025-06-19 08:34:46 +02:00
parent 1c0049ec2b
commit 266c588db9
2 changed files with 82 additions and 0 deletions

View File

@@ -129,6 +129,15 @@ clapper-gtk-seek-bar label {
margin-left: 2px;
margin-right: 2px;
}
clapper-gtk-seek-bar scale marks .custom1 indicator {
color: tomato;
}
clapper-gtk-seek-bar scale marks .custom2 indicator {
color: goldenrod;
}
clapper-gtk-seek-bar scale marks .custom3 indicator {
color: limegreen;
}
clapper-gtk-extra-menu-button popover .spinsidebutton {
min-width: 28px;