mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Fix some tab CSS in Press This. props dd32. Also adjust menu bits to default to gray, and then add rules to blue. see #15561.
git-svn-id: https://develop.svn.wordpress.org/trunk@17131 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -501,15 +501,6 @@ a,
|
||||
color: #21759b;
|
||||
}
|
||||
|
||||
/* Because we don't want visited on these links */
|
||||
body.press-this .tabs a,
|
||||
body.press-this .tabs a:hover {
|
||||
background-color: #fff;
|
||||
border-color: #c6d9e9;
|
||||
border-bottom-color: #fff;
|
||||
color: #d54e21;
|
||||
}
|
||||
|
||||
#adminmenu #awaiting-mod,
|
||||
#adminmenu .update-plugins,
|
||||
#sidemenu a .update-plugins,
|
||||
@@ -1396,6 +1387,8 @@ fieldset.inline-edit-col-right .inline-edit-col {
|
||||
color: #D54E21;
|
||||
}
|
||||
|
||||
body.press-this .postbox:hover .handlediv,
|
||||
body.press-this .stuffbox:hover .handlediv,
|
||||
.meta-box-sortables .postbox:hover .handlediv {
|
||||
background: transparent url(../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll left -111px;
|
||||
}
|
||||
@@ -1471,8 +1464,9 @@ fieldset.inline-edit-col-right .inline-edit-col {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
#post-body ul.category-tabs li.tabs a,
|
||||
#post-body ul.add-menu-item-tabs li.tabs a {
|
||||
#post-body ul.category-tabs li.tabs a,
|
||||
#post-body ul.add-menu-item-tabs li.tabs a,
|
||||
body.press-this ul.category-tabs li.tabs a {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
||||
@@ -501,15 +501,6 @@ a,
|
||||
color: #21759b;
|
||||
}
|
||||
|
||||
/* Because we don't want visited on these links */
|
||||
body.press-this .tabs a,
|
||||
body.press-this .tabs a:hover {
|
||||
background-color: #fff;
|
||||
border-color: #c6d9e9;
|
||||
border-bottom-color: #fff;
|
||||
color: #d54e21;
|
||||
}
|
||||
|
||||
#adminmenu #awaiting-mod,
|
||||
#adminmenu .update-plugins,
|
||||
#sidemenu a .update-plugins,
|
||||
@@ -1469,7 +1460,8 @@ fieldset.inline-edit-col-right .inline-edit-col {
|
||||
}
|
||||
|
||||
#post-body ul.category-tabs li.tabs a,
|
||||
#post-body ul.add-menu-item-tabs li.tabs a {
|
||||
#post-body ul.add-menu-item-tabs li.tabs a,
|
||||
body.press-this ul.category-tabs li.tabs a {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
||||
@@ -147,7 +147,7 @@ h3.tb {
|
||||
|
||||
.postbox:hover .handlediv,
|
||||
.stuffbox:hover .handlediv {
|
||||
background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px;
|
||||
background: transparent url(../images/menu-bits.gif) no-repeat scroll left -111px;
|
||||
}
|
||||
|
||||
.handlediv {
|
||||
|
||||
Reference in New Issue
Block a user