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/BlueLagoon/BlueLagoon.css | |
| 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/BlueLagoon/BlueLagoon.css')
| -rw-r--r-- | p/themes/BlueLagoon/BlueLagoon.css | 4 |
1 files changed, 4 insertions, 0 deletions
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%); |
