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/BlueLagoon/BlueLagoon.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'p/themes/BlueLagoon/BlueLagoon.css') diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css index 44c2c001f..12a5a334c 100644 --- a/p/themes/BlueLagoon/BlueLagoon.css +++ b/p/themes/BlueLagoon/BlueLagoon.css @@ -235,6 +235,10 @@ a.btn { font-weight: normal; } +.btn-important .icon { + filter: brightness(3); +} + .btn-important:active { background: linear-gradient(0deg, #e4992c 0%, #d18114 100%) #e4992c; background: -webkit-linear-gradient(bottom, #e4992c 0%, #d18114 100%); -- cgit v1.2.3