mirror of
https://github.com/WenPai-org/wptag.git
synced 2025-08-02 19:58:41 +08:00
Hide elements in disabled service cards and adjust padding
Added CSS rules to hide radio group, field help, and advanced toggle in disabled .wptag-service-card elements. Increased .wptag-service-content padding from 25px to 30px for improved layout consistency.
This commit is contained in:
parent
b1aa0b5b77
commit
7261c9a28a
1 changed files with 10 additions and 2 deletions
|
@ -144,7 +144,15 @@ button.button.wptag-validate-btn, button.button.wptag-preview-btn {
|
|||
.wptag-service-card.disabled .wptag-service-content {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.wptag-service-card.disabled .wptag-radio-group {
|
||||
display: none;
|
||||
}
|
||||
.wptag-service-card.disabled .wptag-field-help {
|
||||
display: none;
|
||||
}
|
||||
.wptag-service-card.disabled .wptag-advanced-toggle {
|
||||
display: none;
|
||||
}
|
||||
.wptag-service-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -238,7 +246,7 @@ input:focus + .wptag-slider {
|
|||
}
|
||||
|
||||
.wptag-service-content {
|
||||
padding: 25px;
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
.wptag-form-row {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue