diff options
| author | 2025-05-10 21:06:58 +0200 | |
|---|---|---|
| committer | 2025-05-10 21:06:58 +0200 | |
| commit | 84d4aeb9e613a70b53d87c62d07bb4c4635290c3 (patch) | |
| tree | 31c5144a7b40df5cefceb732abd7fe318dddc6d1 /p/themes/Origine/origine.css | |
| parent | 5f74634c8324affda1ceec0b81fc50021775c6e3 (diff) | |
Implement loading spinner for marking as favorite/read, read/unread (#7564)
* Implement loading spinner for marking as favorite
* Ensure that the correct previous icon gets set
* Remove delay
* Improve compatibility with various parsers
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Support multiple icons (top, bottom)
* Remove preload for now
* Fix CSS, remove !important
* Implement read/unread and alt
* Ensure correct bookmark icon gets set after error
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Origine/origine.css')
| -rw-r--r-- | p/themes/Origine/origine.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 8f405ea19..5c658345c 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -1323,4 +1323,8 @@ a:hover .icon { :root.darkMode_auto .btn:active .icon { filter: brightness(1.4); } + + :root.darkMode_auto .spinner { + filter: invert(1) brightness(2); + } } |
