diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2025-03-13 20:58:20 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2025-03-13 20:58:20 +0000 |
commit | 8274160061a4deac629a4ef9edfd35aa90b1cd2a (patch) | |
tree | ee4ac4c39e38117c986b3829dc86abb4b7f5246f /app/assets | |
parent | d3ce7578ff42e6fc633db46a219f39a700396790 (diff) | |
download | redmine-master.tar.gz redmine-master.zip |
git-svn-id: https://svn.redmine.org/redmine/trunk@23548 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/application.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index a17be1e81..61df9fd98 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -241,6 +241,8 @@ a.user.user-mention { #admin-menu a.selected:not(:has(svg)) {padding-left: 20px !important; background-position: 2px 40%;} a#toggle-completed-versions {color:#999;} +a#toggle-completed-versions span.icon-label {margin-left: 0} +a#toggle-completed-versions svg, a#toggle-completed-versions:hover svg {stroke:#999} /***** Dropdown *****/ .drdn {position:relative;} |