11 lines
225 B
CSS
11 lines
225 B
CSS
@import url("/usr/share/ulauncher/themes/light/theme-gtk-3.20.css");
|
|
|
|
@import url("theme.css");
|
|
|
|
.input {
|
|
caret-color: @caret_color;
|
|
}
|
|
.selected.item-box {
|
|
/* workaround for a bug in GTK+ < 3.20 */
|
|
border: none;
|
|
} |