diff options
| author | 2022-01-12 23:04:59 +0100 | |
|---|---|---|
| committer | 2022-01-12 23:04:59 +0100 | |
| commit | d2b6fe099a223eb383c6d9e044fb5b71a14f0e23 (patch) | |
| tree | fb68764ac1360a9d916571c164b34129cc295605 /p/themes/Origine-compact/origine-compact.css | |
| parent | f94ec779e66ca7203cd3cf1e807bcf3c983ed736 (diff) | |
Improvement: menu icons (#4004)
* default icons
* icons Flat theme
* icons Swage theme
* icon gets bright when hover: Ansum theme
* icon gets bright when hover: Blue lagoon theme
* icon gets bright when hover: Origine/Origine Compact theme
* compressed SVG
* Better formated SVG/XML files
* Update bookmark-tag.svg
Diffstat (limited to 'p/themes/Origine-compact/origine-compact.css')
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index 0f4af625c..d2a1b15f8 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -401,6 +401,10 @@ a.btn, color: #fff; } +.dropdown-menu > .item:hover .icon { + filter: grayscale(100%) brightness(2.5); +} + .dropdown-menu > .item[aria-checked="true"] > a::before { font-weight: bold; margin: 0 0 0 -14px; |
