mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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"],
|
input[type="color"],
|
||||||
.uneditable-input {
|
.uneditable-input {
|
||||||
background-color: $inputBackground;
|
background-color: $inputBackground;
|
||||||
|
border: 1px solid $inputBorder;
|
||||||
@include box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
|
@include box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
|
||||||
@include transition("border linear .2s, box-shadow linear .2s");
|
@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
|
// Forms
|
||||||
// -------------------------
|
// -------------------------
|
||||||
$inputBackground: $white;
|
$inputBackground: $white;
|
||||||
$inputBorder: $grayLight;
|
$inputBorder: $grayLighter;
|
||||||
$inputBorderRadius: $baseBorderRadius;
|
$inputBorderRadius: $baseBorderRadius;
|
||||||
$inputDisabledBackground: $grayLighter;
|
$inputDisabledBackground: $grayLighter;
|
||||||
$formActionsBackground: #f5f5f5;
|
$formActionsBackground: #f5f5f5;
|
||||||
|
Loading…
Reference in New Issue
Block a user