input-remapper/data/style.css

42 lines
787 B
CSS
Raw Normal View History

2020-11-25 20:55:04 +00:00
row {
padding: 0;
}
2020-12-26 22:19:33 +00:00
.status_bar frame {
/* the status bar is ugly in elementary os otherwise */
border: 0px;
}
2020-12-27 12:43:02 +00:00
/* adds a bottom border for themes that don't add one in primary-toolbar
classes. Interestingly, those that do add a border ignore this separator,
which is perfect. */
.top_separator {
border: 0px; /* fixes light pixels on each end in arc-dark */
}
2020-11-25 20:55:04 +00:00
.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;
2020-12-26 22:19:33 +00:00
border: 0px;
2020-12-26 23:17:27 +00:00
box-shadow: none;
2020-11-08 17:51:35 +00:00
}
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 */