From a398a135f55f0d8d0e16cfbba36bcc94c0c312e6 Mon Sep 17 00:00:00 2001 From: Miika Launiainen Date: Sat, 11 Jun 2022 16:38:41 +0300 Subject: Added themeing to missing "category" -icon (#4409) * Color category icon, too --- p/themes/Dark-pink/pinkdark.css | 3 ++- p/themes/Dark-pink/pinkdark.rtl.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'p') diff --git a/p/themes/Dark-pink/pinkdark.css b/p/themes/Dark-pink/pinkdark.css index a416d734c..b3b10ce5e 100644 --- a/p/themes/Dark-pink/pinkdark.css +++ b/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%); } diff --git a/p/themes/Dark-pink/pinkdark.rtl.css b/p/themes/Dark-pink/pinkdark.rtl.css index e32eab742..705c88b36 100644 --- a/p/themes/Dark-pink/pinkdark.rtl.css +++ b/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%); } -- cgit v1.2.3