1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Ensure url in context_menu css files is absolute (#39111).

git-svn-id: https://svn.redmine.org/redmine/trunk@22657 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-01-29 01:03:17 +00:00
parent f7184cc976
commit 3aa12a2e5d
2 changed files with 2 additions and 2 deletions

View File

@ -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("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; }

View File

@ -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("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%;