--- a/wp/wp-admin/css/themes-rtl.css Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-admin/css/themes-rtl.css Tue Sep 27 16:37:53 2022 +0200
@@ -8,6 +8,10 @@
16.1 - Manage Themes
------------------------------------------------------------------------------*/
+.themes-php {
+ overflow-y: scroll;
+}
+
body.js .theme-browser.search-loading {
display: none;
}
@@ -169,6 +173,7 @@
border-radius: 3px;
border: none;
transition: opacity 0.1s ease-in-out;
+ cursor: pointer;
}
.theme-browser .theme .more-details:focus {
@@ -704,7 +709,7 @@
font-size: 15px;
font-weight: 400;
line-height: 1.5;
- margin: 30px 0 0 0;
+ margin: 30px 0 0;
}
.theme-overlay .theme-tags {
@@ -712,7 +717,7 @@
color: #646970;
font-size: 13px;
font-weight: 400;
- margin: 30px 0 0 0;
+ margin: 30px 0 0;
padding-top: 20px;
}
@@ -866,7 +871,7 @@
}
.theme-browser .theme .theme-actions {
- padding: 5px 10px 4px 10px;
+ padding: 5px 10px 4px;
}
.theme-overlay.small-screenshot .theme-screenshots {
@@ -939,7 +944,7 @@
}
.theme-overlay .theme-author {
- margin: 5px 0 15px 0;
+ margin: 5px 0 15px;
}
.theme-overlay .current-label {
@@ -952,7 +957,7 @@
clear: both;
right: 0;
left: 0;
- margin: -5px 0 20px 0;
+ margin: -5px 0 20px;
width: 100%;
max-width: 280px;
}
@@ -1848,6 +1853,22 @@
margin: 15px 0;
width: 258px;
border: 1px solid #c3c4c7;
+ position: relative;
+ overflow: hidden;
+}
+
+.install-theme-info .theme-screenshot > img {
+ width: 100%;
+ height: auto;
+ position: absolute;
+ right: 0;
+ top: 0;
+}
+
+.install-theme-info .theme-screenshot:after {
+ content: "";
+ display: block;
+ padding-top: 66.66666666%;
}
.install-theme-info .theme-details {