aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-05-20 02:00:30 -0400
committertdro <tdro@users.noreply.github.com>2022-05-20 02:00:30 -0400
commitc2636a947389a370f383f057788da6ce24c92cd2 (patch)
tree96df74e9b7e61f0e205879611fcb1e092616679a
parentd0c294cd916976330ad7117b082ccbdeb6736ed7 (diff)
downloaddotfiles-c2636a947389a370f383f057788da6ce24c92cd2.tar.gz
dotfiles-c2636a947389a370f383f057788da6ce24c92cd2.tar.bz2
dotfiles-c2636a947389a370f383f057788da6ce24c92cd2.zip
.local/share/themes/Preless/gtk-3.0: Scope arrows to menu items
-rw-r--r--.local/share/themes/Preless/gtk-3.0/gtk.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/share/themes/Preless/gtk-3.0/gtk.css b/.local/share/themes/Preless/gtk-3.0/gtk.css
index 48b7931..3c4d536 100644
--- a/.local/share/themes/Preless/gtk-3.0/gtk.css
+++ b/.local/share/themes/Preless/gtk-3.0/gtk.css
@@ -210,11 +210,11 @@ arrow.right {
background-repeat: no-repeat;
}
-arrow {
+menuitem arrow {
background-image: url("../icons/arrow-down.svg");
}
-arrow.right {
+menuitem arrow.right {
background-image: url("../icons/arrow-right.svg");
}