summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/css/common.css')
-rw-r--r--wp-admin/css/common.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/wp-admin/css/common.css b/wp-admin/css/common.css
index 53151a4..b8a1e8b 100644
--- a/wp-admin/css/common.css
+++ b/wp-admin/css/common.css
@@ -123,7 +123,6 @@
.ui-helper-hidden-accessible {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
- -webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
@@ -1090,7 +1089,9 @@ th.action-links {
.wp-filter .search-form {
float: right;
- margin: 10px 0;
+ display: flex;
+ align-items: center;
+ column-gap: .5rem;
}
.wp-filter .search-form input[type="search"] {
@@ -1119,7 +1120,6 @@ th.action-links {
.wp-filter .search-form.search-plugins .wp-filter-search,
.no-js .wp-filter .search-form.search-plugins .button {
display: inline-block;
- margin-top: 10px;
vertical-align: top;
}
@@ -1360,6 +1360,11 @@ th.action-links {
position: relative;
max-width: 100%;
}
+ .wp-filter .search-form {
+ margin: 11px 0;
+ flex-wrap: wrap;
+ row-gap: 10px;
+ }
}
@media only screen and (max-width: 782px) {
@@ -4132,7 +4137,6 @@ img {
}
.wp-filter .search-form input[type="search"] {
- width: 100%;
font-size: 1rem;
}
@@ -4186,6 +4190,10 @@ img {
.nav-tab-active:focus:active {
border-bottom: 1px solid #c3c4c7;
}
+
+ .wp-filter .search-form.search-plugins label {
+ width: 100%;
+ }
}
@media screen and (max-width: 480px) {