Update disabled field style

This commit is contained in:
David Cook
2023-11-29 15:20:48 +11:00
parent aa792346fc
commit 9ce511f69d
2 changed files with 5 additions and 2 deletions

View File

@@ -75,7 +75,9 @@ $color-sel-hover-bg: $lighter-grey !default;
$color-txt-brd: $color-border !default;
$color-txt-text: $near-black !default;
$color-txt-hover-brd: $teal !default;
$color-txt-changed-brd: $bright-orange !default;
$color-txt-disabled-text: $medium-grey !default;
$color-txt-disabled-brd: $light-grey !default;
$color-txt-changed-brd: $bright-orange !default;
$vpadding-txt: 5px;
$hpadding-txt: 8px;

View File

@@ -28,7 +28,8 @@ fieldset {
}
&[disabled] {
opacity: 0.7;
color: $color-txt-disabled-text;
border-color: $color-txt-disabled-brd;
}
&.changed {