You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
input-remapper/data/style.css

24 lines
399 B
CSS

list entry {
background-color: transparent;
border-radius: 4px;
}
list button:not(:focus) {
border-color: transparent;
background-color: transparent;
}
list button {
border-color: transparent;
}
.button_container {
padding: 5px;
background-color: @content_view_bg;
}
.button_container > * {
background-color: transparent;
}
/* @theme_bg_color, @theme_fg_color */