Jake Vanderwerf
2026-02-13 f35f71571671f0b9cf3267e21f5e465c0303f471
=catchup
4 files modified
26 ■■■■■ changed files
all.css 2 ●●● patch | view | raw | blame | history
dash.css 2 ●●● patch | view | raw | blame | history
forms.css 20 ●●●● patch | view | raw | blame | history
style.css 2 ●●● patch | view | raw | blame | history
all.css
@@ -7,7 +7,7 @@
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.5.92
Version: 1.5.95
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jv
dash.css
@@ -59,7 +59,7 @@
.replace.replace {
    grid-column: full;
    padding: 0 var(--btn_);
    padding: 0 var(--btn_) var(--btnbtn);
    max-width: none!important;
    margin: 0!important;
}
forms.css
@@ -391,7 +391,7 @@
    opacity: .8;
}
.radio-options.status label {
.field.radio.status label {
    padding: 0 .5rem;
}
@@ -419,15 +419,15 @@
    flex: unset!important;
}
.radio-options {
.field.radio {
    --gap: .125rem .5rem;
}
.radio-options input:not(.ch) + label::before {
.field.radio input:not(.ch) + label::before {
    display: none!important;
}
.radio-options input:not(.ch) + label {
.field.radio input:not(.ch) + label {
    flex: unset!important;
    padding: .25rem!important;
    border-radius: 4px;
@@ -437,8 +437,8 @@
    text-align: center;
}
.radio-options input:not(.ch) + label:hover,
.radio-options input:not(.ch):checked + label {
.field.radio input:not(.ch) + label:hover,
.field.radio input:not(.ch):checked + label {
    border-color: var(--action-0);
    color: var(--action-0);
}
@@ -2356,8 +2356,12 @@
Tag Field
 */
/* Tag List Field */
.field.tag-list .field-input-wrapper {
    flex-direction: column;
}
.field.tag-list .row {
    margin-bottom: 1rem;
    --align: flex-end;
}
.field.tag-list .row .field {
@@ -2451,4 +2455,8 @@
        opacity: 1;
        transform: translateY(0); /* End at its normal position */
    }
}
.field.radio fieldset {
    display:flex;
}
style.css
@@ -7,7 +7,7 @@
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.5.92
Version: 1.5.95
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jv