Fix horizontal mode layout for publish box. Props noel. fixes #7681
git-svn-id: http://svn.automattic.com/wordpress/trunk@8803 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -252,6 +252,11 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
||||
border-bottom-color: #999;
|
||||
}
|
||||
|
||||
#normal-sortables .submitbox .submitdelete {
|
||||
color: #000;
|
||||
border-bottom-color: #999;
|
||||
}
|
||||
|
||||
.submitbox .submitdelete:hover,
|
||||
#media-upload a.delete:hover {
|
||||
color: #fff;
|
||||
@@ -259,6 +264,12 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
||||
border-bottom-color: #f00;
|
||||
}
|
||||
|
||||
#normal-sortables .submitbox .submitdelete:hover {
|
||||
color: #000;
|
||||
background-color: #f00;
|
||||
border-bottom-color: #f00;
|
||||
}
|
||||
|
||||
.tablenav .dots {
|
||||
background-color: #cfebf7;
|
||||
border-color: #cfebf7;
|
||||
|
||||
@@ -247,6 +247,11 @@ ul.view-switch li.current a {
|
||||
border-bottom-color: #999;
|
||||
}
|
||||
|
||||
#normal-sortables .submitbox .submitdelete {
|
||||
color: #000;
|
||||
border-bottom-color: #999;
|
||||
}
|
||||
|
||||
.submitbox .submitdelete:hover,
|
||||
#media-upload a.delete:hover {
|
||||
color: #fff;
|
||||
@@ -254,6 +259,12 @@ ul.view-switch li.current a {
|
||||
border-bottom-color: #f00;
|
||||
}
|
||||
|
||||
#normal-sortables .submitbox .submitdelete:hover {
|
||||
color: #000;
|
||||
background-color: #f00;
|
||||
border-bottom-color: #f00;
|
||||
}
|
||||
|
||||
.tablenav .dots {
|
||||
background-color: #e4f2fd;
|
||||
border-color: #e4f2fd;
|
||||
|
||||
Reference in New Issue
Block a user