input-remapper/data/style.css
2020-11-12 23:09:22 +01:00

20 lines
322 B
CSS

.changed {
background: @selected_bg_color;
}
list entry {
background-color: transparent;
border-radius: 4px;
}
list button:not(:focus) {
border-color: transparent;
background: transparent;
box-shadow: none;
}
list button {
border-color: transparent;
}
/* @theme_bg_color, @theme_fg_color */