Ver Fonte

Added themeing to missing "category" -icon (#4409)

* Color category icon, too
Miika Launiainen há 3 anos atrás
pai
commit
a398a135f5
2 ficheiros alterados com 4 adições e 2 exclusões
  1. 2 1
      p/themes/Dark-pink/pinkdark.css
  2. 2 1
      p/themes/Dark-pink/pinkdark.rtl.css

+ 2 - 1
p/themes/Dark-pink/pinkdark.css

@@ -117,7 +117,8 @@ input:focus {
 .icon[src*="/sort-up"],
 .icon[src*="/sort-down"],
 .icon[src*="/key"],
-.icon[src*="/configure"] {
+.icon[src*="/configure"],
+.icon[src*="/category"] {
 	/* Color light grey icons */
 	filter: sepia(62%) brightness(47%) hue-rotate(116deg) saturate(1000%) contrast(119%) invert(100%);
 }

+ 2 - 1
p/themes/Dark-pink/pinkdark.rtl.css

@@ -117,7 +117,8 @@ input:focus {
 .icon[src*="/sort-up"],
 .icon[src*="/sort-down"],
 .icon[src*="/key"],
-.icon[src*="/configure"] {
+.icon[src*="/configure"],
+.icon[src*="/category"] {
 	/* Color light grey icons */
 	filter: sepia(62%) brightness(47%) hue-rotate(116deg) saturate(1000%) contrast(119%) invert(100%);
 }