diff options
| author | 2022-07-31 13:21:47 +0200 | |
|---|---|---|
| committer | 2022-07-31 13:21:47 +0200 | |
| commit | 11d1f653d2c39ce1db83de87dcd1b48eeea8f06e (patch) | |
| tree | cc9014a34d367ce4418d890d14b3b00738a5cdf3 /p/themes/Mapco | |
| parent | 5177a17c9fd4a92465b56f5486c233aa0b3504e2 (diff) | |
themes improvements (#4472)
Diffstat (limited to 'p/themes/Mapco')
| -rw-r--r-- | p/themes/Mapco/_forms.scss | 4 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.css | 3 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 3 |
3 files changed, 10 insertions, 0 deletions
diff --git a/p/themes/Mapco/_forms.scss b/p/themes/Mapco/_forms.scss index 062cfc2fd..0fc90894b 100644 --- a/p/themes/Mapco/_forms.scss +++ b/p/themes/Mapco/_forms.scss @@ -30,6 +30,10 @@ &:active { background: variables.$main-first-alt; } + + img { + filter: brightness(3); + } } diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 556d5316c..036c3ad60 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -81,6 +81,9 @@ .btn.btn-important:hover, .btn.btn-important:active { background: #25c; } +.btn.btn-important img { + filter: brightness(3); +} .btn.btn-attention { background: #f5633e; color: #fff; diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index c16243b87..53844168e 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -81,6 +81,9 @@ .btn.btn-important:hover, .btn.btn-important:active { background: #25c; } +.btn.btn-important img { + filter: brightness(3); +} .btn.btn-attention { background: #f5633e; color: #fff; |
