mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Use images generated by the asset pipeline in context_menu CSS files (#39111).
git-svn-id: https://svn.redmine.org/redmine/trunk@22649 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f54defe80c
commit
f3021e67ad
@ -46,7 +46,7 @@
|
||||
}
|
||||
#context-menu li>a { width:auto; } /* others */
|
||||
#context-menu a.disabled, #context-menu a.disabled:hover {color: #aaa;}
|
||||
#context-menu li a.submenu { padding-right:16px; background:url("../images/arrow_right.png") right no-repeat; }
|
||||
#context-menu li a.submenu { padding-right:16px; background:url("arrow_right.png") right no-repeat; }
|
||||
#context-menu li:hover { border:1px solid #628db6; background-color:#eef5fd; border-radius:3px; }
|
||||
#context-menu a:hover {color:#2A5685;}
|
||||
#context-menu li.folder:hover { z-index:40; }
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
#context-menu li.folder ul { left:auto; right:168px; }
|
||||
#context-menu li.folder>ul { left:auto; right:148px; }
|
||||
#context-menu li a.submenu { background:url("../images/arrow_left.png") left no-repeat; }
|
||||
#context-menu li a.submenu { background:url("arrow_left.png") left no-repeat; }
|
||||
|
||||
#context-menu a {
|
||||
background-position: 100% 40%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user