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/Ansum/_forms.scss | 4 ++++ p/themes/Ansum/ansum.css | 9 ++++++++- p/themes/Ansum/ansum.rtl.css | 9 ++++++++- 3 files changed, 20 insertions(+), 2 deletions(-) (limited to 'p/themes/Ansum') 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 */ -- cgit v1.2.3