Change generic menu icon, change transparency on hover for top menus added by plugins

git-svn-id: https://develop.svn.wordpress.org/trunk@9960 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-29 02:51:33 +00:00
parent 53412253b4
commit a519d62ab9
4 changed files with 10 additions and 2 deletions

View File

@ -163,7 +163,6 @@ header( 'Content-Type: application/x-javascript; charset=UTF-8' );
{ "url" : "images/fav-arrow-rtl.png" },
{ "url" : "images/fav-bottom.png" },
{ "url" : "images/fav-top.png" },
{ "url" : "images/gear.png" },
{ "url" : "images/gray-grad.png" },
{ "url" : "images/list.gif" },
{ "url" : "images/gear.png" },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 896 B

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -942,12 +942,12 @@ a#view-site-link {
float: left;
width: 28px;
height: 28px;
cursor: pointer;
}
#adminmenu li {
margin: 0;
padding: 0;
cursor: pointer;
}
#adminmenu a {
@ -1037,6 +1037,14 @@ a#view-site-link {
#adminmenu img.wp-menu-image {
float: left;
padding: 8px 6px 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
#adminmenu li.menu-top:hover img.wp-menu-image,
#adminmenu li.wp-has-current-submenu img.wp-menu-image {
opacity: 1;
filter: alpha(opacity=100);
}
.folded #adminmenu img.wp-menu-image {
@ -1104,6 +1112,7 @@ a#view-site-link {
margin: 1px 0 0;
height: 27px;
padding: 1px 2px 0 0;
cursor: default;
}
#adminmenu li.wp-has-current-submenu ul {