mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
More css cleanup, fix styles in the Edit Image popup then the editor is on the front end see #18314
git-svn-id: https://develop.svn.wordpress.org/trunk@19116 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1054,12 +1054,14 @@ html[dir="rtl"] .wp-switch-editor {
|
||||
}
|
||||
|
||||
.wp-media-buttons {
|
||||
padding: .5em .5em 0;
|
||||
line-height: 1;
|
||||
padding: 9px 0 0;
|
||||
}
|
||||
|
||||
.wp-media-buttons a {
|
||||
text-decoration: none;
|
||||
color: #333;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.wp-media-buttons img {
|
||||
@@ -1134,6 +1136,8 @@ html[dir="rtl"] .wp-switch-editor {
|
||||
#wp_delimgbtn,
|
||||
#wp_editgallery,
|
||||
#wp_delgallery {
|
||||
border-color: #999;
|
||||
background-color: #eee;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
border-width: 1px;
|
||||
@@ -1142,6 +1146,14 @@ html[dir="rtl"] .wp-switch-editor {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#wp_editimgbtn:hover,
|
||||
#wp_delimgbtn:hover,
|
||||
#wp_editgallery:hover,
|
||||
#wp_delgallery:hover {
|
||||
border-color: #555;
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
wp-link
|
||||
|
||||
Reference in New Issue
Block a user