mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 07:35:45 -06:00
Made the input shadow a bit more subtle while maintaining the box shadow
This commit is contained in:
parent
a08809f8fe
commit
6bf05a8154
@ -150,7 +150,7 @@ $input-bg-disabled: $dark-3;
|
||||
|
||||
$input-color: $gray-4;
|
||||
$input-border-color: $dark-4;
|
||||
$input-box-shadow: inset 1px 0px 0.5rem 0px rgba(200, 200, 200, 0.10);
|
||||
$input-box-shadow: inset 1px 0px 0.3rem 0px rgba(150, 150, 150, 0.10);
|
||||
$input-border-focus: $input-border-color !default;
|
||||
$input-box-shadow-focus: rgba(102,175,233,.6) !default;
|
||||
$input-color-placeholder: $gray-1 !default;
|
||||
|
Loading…
Reference in New Issue
Block a user