mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
ux(): mini light theme fix
This commit is contained in:
parent
1e891f434d
commit
83bf63641c
@ -117,6 +117,7 @@ input[type="tel"],
|
||||
input[type="color"],
|
||||
.uneditable-input {
|
||||
background-color: $inputBackground;
|
||||
border: 1px solid $inputBorder;
|
||||
@include box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
|
||||
@include transition("border linear .2s, box-shadow linear .2s");
|
||||
|
||||
|
@ -168,7 +168,7 @@ $iconContainerShadow: 0 0 14px 2px rgba(0,0,0, 0.05);
|
||||
// Forms
|
||||
// -------------------------
|
||||
$inputBackground: $white;
|
||||
$inputBorder: $grayLight;
|
||||
$inputBorder: $grayLighter;
|
||||
$inputBorderRadius: $baseBorderRadius;
|
||||
$inputDisabledBackground: $grayLighter;
|
||||
$formActionsBackground: #f5f5f5;
|
||||
|
Loading…
Reference in New Issue
Block a user