mirror of https://github.com/snachodog/mybuddy.git
Return input bakgrounds to regular white.
This commit is contained in:
parent
6543a78944
commit
2074324e43
|
@ -73,7 +73,7 @@ $table-accent-bg: rgba(theme-color("primary"), .1);
|
|||
|
||||
// Forms
|
||||
|
||||
$input-bg: $gray-400;
|
||||
$input-bg: $white;
|
||||
$input-disabled-bg: $gray-600;
|
||||
$input-color: $black;
|
||||
$input-border-color: rgba($gray-600,.15);
|
||||
|
|
Loading…
Reference in New Issue