mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
10 lines
156 B
CSS
10 lines
156 B
CSS
@import url("theme.css");
|
|
|
|
.input {
|
|
caret-color: @caret_color;
|
|
}
|
|
.selected.item-box {
|
|
/* workaround for a bug in GTK+ < 3.20 */
|
|
border: none;
|
|
}
|