diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2025-04-26 11:22:46 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2025-04-26 11:22:46 +0000 |
commit | 235179d13ac23049a5696f5adf0f0d23aa94c773 (patch) | |
tree | a3835a92b6ca6600d369277c42d76b0ddfe1c399 | |
parent | b1ed2630df547f6ca5aad099f2f5315fc733e41f (diff) | |
download | redmine-235179d13ac23049a5696f5adf0f0d23aa94c773.tar.gz redmine-235179d13ac23049a5696f5adf0f0d23aa94c773.zip |
Improves SVG contrast when an item is selected in administration sidebar (#42641).
git-svn-id: https://svn.redmine.org/redmine/trunk@23714 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/assets/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index d6288ad4f..088ebccbe 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -236,6 +236,7 @@ a.user.user-mention { #sidebar a.selected {line-height:1.7em; padding:1px 3px 2px 2px; margin-left:-2px; background-color:#9DB9D5; color:#fff; border-radius:2px;} #sidebar a.selected:hover {text-decoration:none;} +#sidebar a.selected svg.icon-svg { stroke: #fff !important; } #sidebar .query.default {font-weight: bold;} #admin-menu a {line-height:1.7em;} #admin-menu a.selected:not(:has(svg)) {padding-left: 20px !important; background-position: 2px 40%;} |