Browse Source

7.0: Checkbox: Inherit color

pull/81/head
Weilbyte 4 years ago
parent
commit
feb8c3b474
No known key found for this signature in database GPG Key ID: E1EB2BFCF73B5B9F
  1. 5
      PVEDiscordDark/sass/x/_form.sass

5
PVEDiscordDark/sass/x/_form.sass

@ -33,4 +33,7 @@
.x-field.x-form-item.x-form-item-default.x-form-readonly.x-form-type-text
//If you use compass, instead of the line below you could use + border-radius($radius, $vertical-radius)
border-radius: 6px
border-radius: 6px
.x-form-cb-label-default
color: inherit

Loading…
Cancel
Save