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/Ansum | |
| 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/Ansum')
| -rw-r--r-- | p/themes/Ansum/_forms.scss | 4 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.css | 9 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 9 |
3 files changed, 20 insertions, 2 deletions
diff --git a/p/themes/Ansum/_forms.scss b/p/themes/Ansum/_forms.scss index 062cfc2fd..0fc90894b 100644 --- a/p/themes/Ansum/_forms.scss +++ b/p/themes/Ansum/_forms.scss @@ -30,6 +30,10 @@ &:active { background: variables.$main-first-alt; } + + img { + filter: brightness(3); + } } diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index e709e2acb..b06f01aaa 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -81,6 +81,9 @@ .btn.btn-important:hover, .btn.btn-important:active { background: #b7641d; } +.btn.btn-important img { + filter: brightness(3); +} .btn.btn-attention { background: #f5633e; color: #fff; @@ -357,6 +360,7 @@ form th { background: #363330; color: #f5f0ec; } + #load_more.loading, #load_more.loading:hover { background: url("loader.gif") center center no-repeat #34495e; @@ -867,6 +871,10 @@ form th { text-align: center; } +#new-article:hover { + background: #b7641d; +} + #new-article > a { line-height: 3em; font-weight: bold; @@ -875,7 +883,6 @@ form th { #new-article > a:hover { text-decoration: none; - background: #b7641d; } /*=== Day indication */ diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index d8dc71e15..6842ee5e2 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -81,6 +81,9 @@ .btn.btn-important:hover, .btn.btn-important:active { background: #b7641d; } +.btn.btn-important img { + filter: brightness(3); +} .btn.btn-attention { background: #f5633e; color: #fff; @@ -357,6 +360,7 @@ form th { background: #363330; color: #f5f0ec; } + #load_more.loading, #load_more.loading:hover { background: url("loader.gif") center center no-repeat #34495e; @@ -867,6 +871,10 @@ form th { text-align: center; } +#new-article:hover { + background: #b7641d; +} + #new-article > a { line-height: 3em; font-weight: bold; @@ -875,7 +883,6 @@ form th { #new-article > a:hover { text-decoration: none; - background: #b7641d; } /*=== Day indication */ |
