CC-1869 new context menu css
This commit is contained in:
parent
374b168804
commit
e9691f9a4c
|
@ -1,34 +1,39 @@
|
||||||
div.jjmenu {
|
div.jjmenu {
|
||||||
|
|
||||||
position:absolute;
|
position:absolute;
|
||||||
background:#fffef0;
|
background:#d2d2d2;
|
||||||
border-bottom:2px solid gray;
|
border-bottom:2px solid #5b5b5b;
|
||||||
border-right:1px solid gray;
|
border-right:1px solid #5b5b5b;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
font-size:11px;
|
||||||
|
}
|
||||||
div.jj_menu_item {
|
|
||||||
color:black;
|
div.jj_menu_item {
|
||||||
border:1px solid gray;
|
color:black;
|
||||||
border-bottom:none;
|
border:1px solid #5b5b5b;
|
||||||
background:url(menuitem.gif) no-repeat black;
|
border-bottom:none;
|
||||||
cursor:pointer;
|
background:#d2d2d2;
|
||||||
}
|
background: -moz-linear-gradient(center top , #d2d2d2 0pt, #bcbcbc 100%);
|
||||||
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d2d2d2), color-stop(100%, #bcbcbc));
|
||||||
div.jj_menu_item span {
|
cursor:pointer;
|
||||||
display:block;
|
}
|
||||||
padding:4px;
|
|
||||||
}
|
div.jj_menu_item span {
|
||||||
|
display:block;
|
||||||
div.jj_menu_item_more span {
|
padding:4px 10px;
|
||||||
background:url(more.gif) right no-repeat;
|
}
|
||||||
}
|
|
||||||
div.jj_menu_item_more span {
|
div.jj_menu_item_more span {
|
||||||
padding-right:20px;
|
background:url(images/more.gif) right no-repeat;
|
||||||
}
|
}
|
||||||
|
div.jj_menu_item_more span {
|
||||||
div.jj_menu_item_hover {
|
padding-right:20px;
|
||||||
background:#e4e4e4;
|
}
|
||||||
|
|
||||||
}
|
div.jj_menu_item_hover {
|
||||||
|
background:#6e6e6e;
|
||||||
|
background: -moz-linear-gradient(center top , #868686 0pt, #6e6e6e 100%);
|
||||||
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #868686), color-stop(100%, #6e6e6e));
|
||||||
|
color:#FFF;
|
||||||
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 830 B After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue