Revision 23571
Added by Marius BĂLTEANU 3 months ago
trunk/app/assets/stylesheets/context_menu.css | ||
---|---|---|
60 | 60 |
.context-menu-selection { background-color:#507AAA !important; color:#f8f8f8 !important; } |
61 | 61 |
.context-menu-selection a, .context-menu-selection a:hover { color:#f8f8f8 !important; } |
62 | 62 |
.context-menu-selection:hover { background-color:#507AAA !important; color:#f8f8f8 !important; } |
63 |
.context-menu-selection svg.icon-svg { stroke: #fff !important; } |
|
63 | 64 |
div#gantt_area .context-menu-selection { background-color: rgba(80, 122, 170, 0.48) !important; } |
64 | 65 |
div#gantt_area .context-menu-selection:hover { background-color: rgba(80, 122, 170, 0.48) !important; } |
65 | 66 |
div#gantt_area .context-menu-selection a { color: #169 !important; } |
Also available in: Unified diff
Improves SVG contrast when a row is selected on table list (#42487).