Files
.dotfiles/.config/ulauncher/user-themes/Ulauncher-Essential-Light-Theme/theme-gtk-3.20.css
2023-01-01 12:06:49 +01:00

9 lines
155 B
CSS

@import url("theme.css");
.input {
caret-color: @caret_color;
}
.selected.item-box {
/* workaround for a bug in GTK+ < 3.20 */
border: none;
}