diff options
| author | 2022-02-21 19:21:12 +0100 | |
|---|---|---|
| committer | 2022-02-21 19:21:12 +0100 | |
| commit | 926ce8ff5f2595bdf29f6a8fb61e8e40adb1251a (patch) | |
| tree | c164face08c34e9cbe1cde806d12d5d2b20f48b3 /p/themes/Origine-compact | |
| parent | d9e31864718236e1539defd8776d88266f681996 (diff) | |
Improved: icons in same color (#4212)
* delete white plus icon
* delete unused icons
* Themes
* Update flat.css
* minimized XML of SVG icons
* RTL CSS fix
* Update ansum.css
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Origine-compact')
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.css | 5 | ||||
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.rtl.css | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index 953376790..e23bac24c 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -230,6 +230,10 @@ a.btn, box-shadow: none; } +.btn-important .icon { + filter: brightness(3); +} + .btn-attention { background: #e95b57; background: linear-gradient(to bottom, #e95b57, #bd362f); @@ -255,6 +259,7 @@ a.btn, box-shadow: none; } + /*=== Navigation */ .nav-list .nav-header, .nav-list .item { diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index 15063b8b2..a8df84556 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -230,6 +230,10 @@ a.btn, box-shadow: none; } +.btn-important .icon { + filter: brightness(3); +} + .btn-attention { background: #e95b57; background: linear-gradient(to bottom, #e95b57, #bd362f); @@ -255,6 +259,7 @@ a.btn, box-shadow: none; } + /*=== Navigation */ .nav-list .nav-header, .nav-list .item { |
