mirror of
https://github.com/Cronocide/pro-dark-ulauncher.git
synced 2025-01-22 09:18:24 +00: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;
|
|
}
|