mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 09:46:06 +02:00
Update _forms.scss
This commit is contained in:
parent
54d75d86b7
commit
0a2dbe107a
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ legend.float-left-tablet + button.float-right-tablet {
|
|||
// Custom style for disabled inputs
|
||||
@media (prefers-color-scheme: light) {
|
||||
.usa-input:disabled, .usa-select:disabled, .usa-textarea:disabled {
|
||||
background-color: #666666;
|
||||
color: #eeeeee;
|
||||
background-color: #eeeeee;
|
||||
color: #666666;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue