Commit c68fffcd by Torkel Ödegaard

ux: popover forms

parent 2f61fc6a
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
</div> </div>
</div> </div>
<div class="gf-form"> <div class="gf-form">
<label class="gf-form-label width-13">Custom Metrics namespace</label> <label class="gf-form-label width-13">Custom Metrics</label>
<input type="text" class="gf-form-input max-width-18" ng-model='ctrl.current.jsonData.customMetricsNamespaces' placeholder="Namespace1,Namespace2"></input> <input type="text" class="gf-form-input max-width-18" ng-model='ctrl.current.jsonData.customMetricsNamespaces' placeholder="Namespace1,Namespace2"></input>
<info-popover mode="right-absolute"> <info-popover mode="right-absolute">
Namespaces of Custom Metrics Namespaces of Custom Metrics
......
...@@ -251,8 +251,8 @@ $infoText: $blue-dark; ...@@ -251,8 +251,8 @@ $infoText: $blue-dark;
$infoBackground: $blue-dark; $infoBackground: $blue-dark;
// popover // popover
$popover-bg: $panel-bg; $popover-bg: $panel-bg;
$popover-color: $text-color; $popover-color: $text-color;
$popover-help-bg: $btn-secondary-bg; $popover-help-bg: $btn-secondary-bg;
$popover-help-color: $text-color; $popover-help-color: $text-color;
......
...@@ -5,9 +5,9 @@ $useDropShadow: false; ...@@ -5,9 +5,9 @@ $useDropShadow: false;
$attachmentOffset: 0%; $attachmentOffset: 0%;
$easing: cubic-bezier(0, 0, 0.265, 1.00); $easing: cubic-bezier(0, 0, 0.265, 1.00);
@include drop-theme("help", $popover-help-bg, $popover-help-color);
@include drop-theme("error", $errorBackground, $popover-color); @include drop-theme("error", $errorBackground, $popover-color);
@include drop-theme("popover", $popover-bg, $popover-color, $brand-primary); @include drop-theme("popover", $popover-bg, $popover-color, #b3460d);
@include drop-theme("help", $popover-bg, $popover-color, #b3460d);
@include drop-animation-scale("drop", "help", $attachmentOffset: $attachmentOffset, $easing: $easing); @include drop-animation-scale("drop", "help", $attachmentOffset: $attachmentOffset, $easing: $easing);
@include drop-animation-scale("drop", "error", $attachmentOffset: $attachmentOffset, $easing: $easing); @include drop-animation-scale("drop", "error", $attachmentOffset: $attachmentOffset, $easing: $easing);
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
word-wrap: break-word; word-wrap: break-word;
max-width: 20rem; max-width: 20rem;
border: 1px solid $border-color; border: 1px solid $border-color;
box-shadow: 0 0 10px #f86e06; box-shadow: 0 0 15px #5d3000;
&:before { &:before {
content: ""; content: "";
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
&:before { &:before {
top: 100%; top: 100%;
left: $popover-arrow-size; left: $popover-arrow-size;
border-top-color: $theme-bg; border-top-color: $border-color;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment