summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/common-rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/css/common-rtl.css')
-rw-r--r--wp-admin/css/common-rtl.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/wp-admin/css/common-rtl.css b/wp-admin/css/common-rtl.css
index 88ff6ff..6528a09 100644
--- a/wp-admin/css/common-rtl.css
+++ b/wp-admin/css/common-rtl.css
@@ -124,7 +124,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;
@@ -1091,7 +1090,9 @@ th.action-links {
.wp-filter .search-form {
float: left;
- margin: 10px 0;
+ display: flex;
+ align-items: center;
+ column-gap: .5rem;
}
.wp-filter .search-form input[type="search"] {
@@ -1120,7 +1121,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;
}
@@ -1361,6 +1361,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) {
@@ -4133,7 +4138,6 @@ img {
}
.wp-filter .search-form input[type="search"] {
- width: 100%;
font-size: 1rem;
}
@@ -4187,6 +4191,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) {