mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-05 13:44:43 -04:00
Added themeing to missing "category" -icon (#4409)
* Color category icon, too
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
|
||||
@@ -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%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user