This commit is contained in:
Hanson.xyz Dev
2026-01-04 17:50:08 -06:00
parent 7e45ce0756
commit acc8ac87a0
4131 changed files with 232562 additions and 250244 deletions
+49 -64
View File
@@ -169,14 +169,13 @@ input[type="radio"]:checked::before {
display: inline-block;
vertical-align: middle;
width: 1rem;
speak: never;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
input[type="checkbox"]:checked::before {
/* Use the "Yes" SVG Dashicon */
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E") / '';
margin: -0.1875rem -0.25rem 0 0;
height: 1.3125rem;
width: 1.3125rem;
@@ -228,11 +227,6 @@ textarea[readonly] {
::-moz-placeholder {
color: #646970;
opacity: 1;
}
:-ms-input-placeholder {
color: #646970;
}
.form-invalid .form-required,
@@ -246,7 +240,7 @@ textarea[readonly] {
}
.form-table .form-required.form-invalid td:after {
content: "\f534";
content: "\f534" / '';
font: normal 20px/1 dashicons;
color: #d63638;
margin-right: -25px;
@@ -259,7 +253,7 @@ textarea[readonly] {
}
.form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after {
content: "\f534";
content: "\f534" / '';
font: normal 20px/1 dashicons;
color: #d63638;
margin: 0 -29px 0 6px;
@@ -720,6 +714,37 @@ fieldset label,
display: inline-block;
}
/* Caps lock warning */
.wp-pwd .caps-warning {
display: none;
position: relative;
background: #fcf9e8;
border: 1px solid #f0c33c;
color: #1d2327;
padding: 6px 10px;
top: -8px;
}
.profile-php .wp-pwd .caps-warning {
padding: 3px 5px;
top: -4px;
border-radius: 4px;
}
.wp-pwd .caps-icon {
display: inline-flex;
justify-content: center;
width: 20px;
height: 20px;
margin-left: 5px;
vertical-align: middle;
}
.wp-pwd .caps-warning-text {
vertical-align: middle;
}
/* Caps lock warning */
p.search-box {
display: flex;
flex-wrap: wrap;
@@ -734,7 +759,6 @@ p.search-box {
clear: right;
}
.search-box input[name="s"],
.tablenav .search-plugins input[name="s"],
.tagsdiv .newtag {
float: right;
@@ -795,32 +819,6 @@ 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;
border-radius: 4px;
background: #f0f0f1;
}
.button-add-site-icon:focus,
.button-add-site-icon:hover {
background: #fff;
}
.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
------------------------------------------------------------------------------*/
@@ -1122,7 +1120,7 @@ table.form-table td .updated p {
.pressthis-bookmarklet span:before {
color: #787c82;
font: normal 20px/1 dashicons;
content: "\f157";
content: "\f157" / '';
position: relative;
display: inline-block;
top: 4px;
@@ -1486,6 +1484,11 @@ table.form-table td .updated p {
font-weight: 600;
}
.privacy_requests .status-date {
display: block;
font-weight: 400;
}
.wp-privacy-request-form {
clear: both;
}
@@ -1498,28 +1501,6 @@ table.form-table td .updated p {
margin: 0;
}
.email-personal-data::before {
display: inline-block;
font: normal 20px/1 dashicons;
margin: 3px -2px 0 5px;
speak: never;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
vertical-align: top;
}
.email-personal-data--sending::before {
color: #d63638;
content: "\f463";
animation: rotation 2s infinite linear;
}
.email-personal-data--sent::before {
color: #68de7c;
content: "\f147";
}
/* =Media Queries
-------------------------------------------------------------- */
@@ -1593,10 +1574,6 @@ table.form-table td .updated p {
line-height: 0.76190476;
}
.wp-upload-form input[type="submit"] {
margin-top: 10px;
}
.wp-core-ui select,
.wp-admin .form-table select {
min-height: 40px;
@@ -1695,6 +1672,10 @@ table.form-table td .updated p {
padding: 8px;
}
.profile-php .wp-pwd .caps-warning {
padding: 8px;
}
.password-input-wrapper {
display: block;
}
@@ -1707,11 +1688,15 @@ table.form-table td .updated p {
}
p.search-box input[name="s"] {
float: none;
width: 100%;
float: none;
margin-bottom: 10px;
vertical-align: middle;
}
.js.plugins-php .search-box .wp-filter-search {
width: 100%;
margin-bottom: 0;
}
p.search-box input[type="submit"] {
margin-bottom: 10px;