This repository has been archived on 2025-09-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
alsa-scarlett-gui/src/alsa-scarlett-gui.css
2022-03-27 15:38:56 +02:00

19 lines
303 B
CSS

.route-label {
font-size: smaller;
border-radius: 3px;
}
.route-label:hover {
background: @theme_selected_bg_color;
outline: 2px solid @theme_selected_bg_color;
}
.route-label:drop(active) {
box-shadow: none;
background: @theme_selected_bg_color;
}
button {
padding: 0px 5px 0px 5px;
}