mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-14 22:00:23 +00:00
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:
+10
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user