aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Miika Launiainen <miika.launiainen@proton.me> 2022-06-11 16:38:41 +0300
committerGravatar GitHub <noreply@github.com> 2022-06-11 15:38:41 +0200
commita398a135f55f0d8d0e16cfbba36bcc94c0c312e6 (patch)
tree05206ee3913627582dd58eec51944b4cc237b874 /p
parentf85c510ed49be031145f6b35e815ce890cd4f9aa (diff)
Added themeing to missing "category" -icon (#4409)
* Color category icon, too
Diffstat (limited to 'p')
-rw-r--r--p/themes/Dark-pink/pinkdark.css3
-rw-r--r--p/themes/Dark-pink/pinkdark.rtl.css3
2 files changed, 4 insertions, 2 deletions
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%);
}