You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
input-remapper/data/style.css

35 lines
533 B
CSS

4 years ago
row {
padding: 0;
}
.status_bar frame {
/* the status bar is ugly in elementary os otherwise */
border: 0px;
}
4 years ago
.table-header, .row-box {
padding: 2px;
}
.changed {
background: @selected_bg_color;
}
list entry {
background-color: transparent;
border-radius: 4px;
border: 0px;
box-shadow: none;
}
list button:not(:focus) {
border-color: transparent;
background: transparent;
box-shadow: none;
}
list button {
border-color: transparent;
}
/* @theme_bg_color, @theme_fg_color */