mirror of
https://github.com/redmine/redmine.git
synced 2026-03-04 03:21:24 +01:00
Fix low contrast of icons on flyout menu by adjusting stroke color (#42182).
Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23489 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -440,6 +440,10 @@
|
||||
color: white;
|
||||
}
|
||||
|
||||
.flyout-menu .icon svg {
|
||||
stroke: white;
|
||||
}
|
||||
|
||||
.flyout-menu ul li a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -560,8 +564,10 @@
|
||||
#admin-menu a.selected {
|
||||
line-height: 40px;
|
||||
padding: 0;
|
||||
padding-left: 32px !important;
|
||||
background-position: 8px 50%;
|
||||
}
|
||||
|
||||
#admin-menu a.icon:not(:has(svg)) {
|
||||
padding-left: 20px !important;
|
||||
}
|
||||
|
||||
/*----------------------------------------*\
|
||||
|
||||
Reference in New Issue
Block a user