From 926ce8ff5f2595bdf29f6a8fb61e8e40adb1251a Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 21 Feb 2022 19:21:12 +0100 Subject: 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 --- p/themes/Origine-compact/origine-compact.css | 5 +++++ p/themes/Origine-compact/origine-compact.rtl.css | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'p/themes/Origine-compact') 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 { -- cgit v1.2.3