new improved asset manager and context menu

This commit is contained in:
JT Smith 2005-06-19 18:56:27 +00:00
parent 414d6aa386
commit 11321443c4
24 changed files with 221 additions and 1962 deletions

View file

@ -1,18 +1,21 @@
.contextMenu_skin {
position:absolute;
width:120px;
border:2px outset #eeeeee;
font-family: helvetica, arial, sans-serif;
line-height:18px;
width: 100px;
cursor: default;
font-size:12px;
font-size:10px;
z-index:100;
visibility:hidden;
padding: 4px;
background-color: #eeeeee;
background-image: url(bg.jpg);
background-repeat: repeat-x;
font-weight: normal;
text-align: left;
background-color:#F0F0F0;
border-bottom: 3px groove #999999;
border-top: 0px groove #999999;
border-right: 3px groove #999999;
border-left: 0px groove #999999;}
}
.contextMenu_skin A {
font-weight: normal;
@ -20,12 +23,15 @@
color: black;
text-decoration: none;
margin: 1px;
font-size: 10px;
}
.contextMenu_skin A:hover {
text-decoration: none;
font-weight: normal;
color: black;
color: #154c66;
margin: 0px;
background-color: #eeeeee;
border: 1px solid #dddddd;
background-color: #c3cfd4;
border: 1px solid #F0F0F0;
width: 100%;
}