input-remapper/data/style.css

24 lines
399 B
CSS
Raw Normal View History

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;
background-color: transparent;
}
list button {
border-color: transparent;
2020-11-03 22:41:05 +00:00
}
.button_container {
padding: 5px;
background-color: @content_view_bg;
}
.button_container > * {
background-color: transparent;
}
2020-11-03 22:41:05 +00:00
/* @theme_bg_color, @theme_fg_color */