mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-15 23:16:11 +01:00
11 lines
152 B
CSS
11 lines
152 B
CSS
|
|
@import url("theme.css");
|
|
|
|
.input {
|
|
caret-color: #d20f39;
|
|
}
|
|
.selected.item-box {
|
|
/* workaround for a bug in GTK+ < 3.20 */
|
|
border: none;
|
|
}
|