File Editor: Remove CSS exceptions for the "Select plugin/theme to edit" and documentation "Look Up" buttons.
Buttons should use the default buttons styles, no exceptions. Props passoniate, garethgillman. See #49197. Fixes #49353. git-svn-id: https://develop.svn.wordpress.org/trunk@47751 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8f1d4525c2
commit
6e181e8823
@ -3922,8 +3922,7 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fileedit-sub input[type="submit"] {
|
.fileedit-sub input[type="submit"] {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0;
|
||||||
padding: 0px 18px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#documentation label[for="docs-list"] {
|
#documentation label[for="docs-list"] {
|
||||||
@ -3937,7 +3936,6 @@ img {
|
|||||||
|
|
||||||
#documentation input[type="button"] {
|
#documentation input[type="button"] {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding: 8px 18px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpfooter {
|
#wpfooter {
|
||||||
|
Loading…
Reference in New Issue
Block a user