mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
Update disabled field style
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -28,7 +28,8 @@ fieldset {
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.7;
|
||||
color: $color-txt-disabled-text;
|
||||
border-color: $color-txt-disabled-brd;
|
||||
}
|
||||
|
||||
&.changed {
|
||||
|
||||
Reference in New Issue
Block a user