Removes a GIF image.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3420 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4fbffd7716
commit
89b9700074
Binary file not shown.
Before Width: | Height: | Size: 52 B |
|
@ -39,7 +39,7 @@
|
||||||
}
|
}
|
||||||
#context-menu li>a { width:auto; } /* others */
|
#context-menu li>a { width:auto; } /* others */
|
||||||
#context-menu a.disabled, #context-menu a.disabled:hover {color: #ccc;}
|
#context-menu a.disabled, #context-menu a.disabled:hover {color: #ccc;}
|
||||||
#context-menu li a.submenu { background:url("../images/sub.gif") right no-repeat; }
|
#context-menu li a.submenu { background:url("../images/bullet_arrow_right.png") right no-repeat; }
|
||||||
#context-menu a:hover { border-color:gray; background-color:#eee; color:#2A5685; }
|
#context-menu a:hover { border-color:gray; background-color:#eee; color:#2A5685; }
|
||||||
#context-menu li.folder a:hover { background-color:#eee; }
|
#context-menu li.folder a:hover { background-color:#eee; }
|
||||||
#context-menu li.folder:hover { z-index:40; }
|
#context-menu li.folder:hover { z-index:40; }
|
||||||
|
|
Loading…
Reference in New Issue