Uploader CSS tweaks from tellyworth. fixes #6367
git-svn-id: http://svn.automattic.com/wordpress/trunk@7495 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f0506ff8e5
commit
74035dc969
|
@ -192,7 +192,7 @@ ul.widget-control-list .sorthelper {
|
|||
border-color: #535353;
|
||||
}
|
||||
|
||||
.submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #adminmenu a:hover, #sidemenu a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover {
|
||||
.submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #adminmenu a:hover, #sidemenu a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover, #media-upload a.delete:hover {
|
||||
color: #d54e21;
|
||||
}
|
||||
|
||||
|
|
|
@ -236,3 +236,7 @@ abbr.required {
|
|||
#media-upload tr.align td.field {
|
||||
text-align: center;
|
||||
}
|
||||
#media-upload tr.image-size {
|
||||
margin-bottom: 1em;
|
||||
height: 3em;
|
||||
}
|
Loading…
Reference in New Issue