input-remapper/data/style.css

20 lines
322 B
CSS
Raw Normal View History

2020-11-12 22:09:22 +00:00
.changed {
background: @selected_bg_color;
}
2020-11-03 22:41:05 +00:00
list entry {
background-color: transparent;
2020-11-08 17:51:35 +00:00
border-radius: 4px;
}
list button:not(:focus) {
border-color: transparent;
2020-11-12 22:09:22 +00:00
background: transparent;
box-shadow: none;
2020-11-08 17:51:35 +00:00
}
list button {
border-color: transparent;
2020-11-03 22:41:05 +00:00
}
/* @theme_bg_color, @theme_fg_color */