input-remapper/data/style.css

28 lines
394 B
CSS
Raw Normal View History

2020-11-25 20:55:04 +00:00
row {
padding: 0;
}
.table-header, .row-box {
padding: 2px;
}
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 */