summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/forms-rtl.css
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:57:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:57:30 +0000
commitfa9a33d818470a5796f0ff8797f98b510ed8de18 (patch)
treebde6a1eede376f9b5df5898ce812330152984d8e /wp-admin/css/forms-rtl.css
parentReleasing progress-linux version 6.4.3+dfsg1-1~progress7.99u1. (diff)
downloadwordpress-fa9a33d818470a5796f0ff8797f98b510ed8de18.tar.xz
wordpress-fa9a33d818470a5796f0ff8797f98b510ed8de18.zip
Merging upstream version 6.5+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'wp-admin/css/forms-rtl.css')
-rw-r--r--wp-admin/css/forms-rtl.css66
1 files changed, 60 insertions, 6 deletions
diff --git a/wp-admin/css/forms-rtl.css b/wp-admin/css/forms-rtl.css
index e003a02..caafa5d 100644
--- a/wp-admin/css/forms-rtl.css
+++ b/wp-admin/css/forms-rtl.css
@@ -23,10 +23,6 @@ textarea {
resize: vertical;
}
-label {
- cursor: pointer;
-}
-
input,
select {
margin: 0 1px;
@@ -288,8 +284,10 @@ textarea.disabled {
input[type="file"]:disabled,
input[type="file"].disabled,
+input[type="file"][aria-disabled="true"],
input[type="range"]:disabled,
-input[type="range"].disabled {
+input[type="range"].disabled,
+input[type="range"][aria-disabled="true"] {
background: none;
box-shadow: none;
cursor: default;
@@ -297,13 +295,16 @@ input[type="range"].disabled {
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled,
+input[type="checkbox"][aria-disabled="true"],
input[type="radio"]:disabled,
input[type="radio"].disabled,
+input[type="radio"][aria-disabled="true"],
input[type="checkbox"]:disabled:checked:before,
input[type="checkbox"].disabled:checked:before,
input[type="radio"]:disabled:checked:before,
input[type="radio"].disabled:checked:before {
opacity: 0.7;
+ cursor: default;
}
/*------------------------------------------------------------------------------
@@ -357,6 +358,10 @@ input[type="radio"].disabled:checked:before {
transform: none;
}
+.wp-core-ui select[aria-disabled="true"] {
+ cursor: default;
+}
+
/* Reset Firefox inner outline that appears on :focus. */
/* This ruleset overrides the color change on :focus thus needs to be after select:focus. */
.wp-core-ui select:-moz-focusring {
@@ -675,6 +680,13 @@ fieldset label,
border-color: #68de7c;
}
+#pass1:focus,
+#pass1-text:focus {
+ box-shadow: 0 0 0 2px #2271b1;
+ /* Only visible in Windows High Contrast mode */
+ outline: 2px solid transparent;
+}
+
.pw-weak {
display: none;
}
@@ -778,6 +790,42 @@ ul#add-to-blog-users {
outline: 2px solid transparent;
}
+.button-add-site-icon {
+ width: 100%;
+ cursor: pointer;
+ text-align: center;
+ border: 1px dashed #c3c4c7;
+ box-sizing: border-box;
+ padding: 9px 0;
+ line-height: 1.6;
+ max-width: 270px;
+}
+
+.button-add-site-icon:focus,
+.button-add-site-icon:hover {
+ background: #fff;
+}
+
+.site-icon-section .favicon-preview {
+ float: right;
+}
+.site-icon-section .app-icon-preview {
+ float: right;
+ margin: 0 20px;
+}
+
+.site-icon-section .site-icon-preview img {
+ max-width: 100%;
+}
+
+.button-add-site-icon:focus {
+ background-color: #fff;
+ border-color: #3582c4;
+ border-style: solid;
+ box-shadow: 0 0 0 1px #3582c4;
+ outline: 2px solid transparent;
+}
+
/*------------------------------------------------------------------------------
15.0 - Comments Screen
------------------------------------------------------------------------------*/
@@ -922,11 +970,14 @@ table.form-table td .updated p {
}
.color-palette {
+ display: table;
width: 100%;
border-spacing: 0;
border-collapse: collapse;
}
+.color-palette .color-palette-shade,
.color-palette td {
+ display: table-cell;
height: 20px;
padding: 0;
border: none;
@@ -1590,12 +1641,15 @@ table.form-table td .updated p {
margin-bottom: 0;
}
+ .form-table .color-palette .color-palette-shade,
.form-table .color-palette td {
display: table-cell;
width: 15px;
+ height: 30px;
+ padding: 0;
}
- .form-table table.color-palette {
+ .form-table .color-palette {
margin-left: 10px;
}