Commit 08c1def8 by Torkel Ödegaard

ux(): minor update

parent 8193d50d
...@@ -8,11 +8,9 @@ ...@@ -8,11 +8,9 @@
<span class="gf-form-label gf-size-xs">Span</span> <span class="gf-form-label gf-size-xs">Span</span>
<select class="gf-form-input gf-size-auto" ng-model="ctrl.panel.span" ng-options="f for f in [0,1,2,3,4,5,6,7,8,9,10,11,12]"></select> <select class="gf-form-input gf-size-auto" ng-model="ctrl.panel.span" ng-options="f for f in [0,1,2,3,4,5,6,7,8,9,10,11,12]"></select>
</div> </div>
<div class="gf-form gf-size-max-lg"> <div class="gf-form gf-size-max-xxl">
<span class="gf-form-label">Height</span> <span class="gf-form-label gf-size-sm">Height</span>
<input type="text" class="gf-form-input" ng-model='ctrl.panel.height' placeholder="100px"></input> <input type="text" class="gf-form-input gf-size-max-xs" ng-model='ctrl.panel.height' placeholder="100px"></input>
</div>
<div class="gf-form">
<editor-checkbox text="Transparent" model="ctrl.panel.transparent"></editor-checkbox> <editor-checkbox text="Transparent" model="ctrl.panel.transparent"></editor-checkbox>
</div> </div>
</div> </div>
......
...@@ -40,8 +40,8 @@ $critical: #ed2e18; ...@@ -40,8 +40,8 @@ $critical: #ed2e18;
// ------------------------- // -------------------------
$body-bg: rgb(20,20,20); $body-bg: rgb(20,20,20);
$page-bg: $gray-darker; $page-bg: $gray-darker;
$body-color: $gray-lighter; $body-color: $gray-lighter;
$text-color: $gray-lighter; $text-color: $gray-lighter;
// Links // Links
// ------------------------- // -------------------------
...@@ -51,9 +51,9 @@ $link-hover-color: $white; ...@@ -51,9 +51,9 @@ $link-hover-color: $white;
// Typography // Typography
// ------------------------- // -------------------------
$headings-color: darken($white,11%); $headings-color: darken($white,11%);
$abbr-border-color: $gray-light !default; $abbr-border-color: $gray-light !default;
$text-muted: darken($link-color,30%); $text-muted: darken($link-color,30%);
$blockquote-small-color: $gray-light !default; $blockquote-small-color: $gray-light !default;
$blockquote-border-color: $gray-lighter !default; $blockquote-border-color: $gray-lighter !default;
...@@ -66,13 +66,13 @@ $component-active-bg: $brand-primary !default; ...@@ -66,13 +66,13 @@ $component-active-bg: $brand-primary !default;
// Panel // Panel
// ------------------------- // -------------------------
$panel-bg: $gray-darker; $panel-bg: $gray-darker;
$panel-border: solid 1px $gray-dark; $panel-border: solid 1px $gray-dark;
$divider-border-color: #555; $divider-border-color: #555;
// Graphite Target Editor // Graphite Target Editor
$tight-form-border: #050505; $tight-form-border: #050505;
$tight-form-bg: $gray-dark; $tight-form-bg: $gray-dark;
$tight-form-func-bg: #333; $tight-form-func-bg: #333;
...@@ -82,8 +82,8 @@ $modal-background: $black; ...@@ -82,8 +82,8 @@ $modal-background: $black;
$code-tag-bg: #444; $code-tag-bg: #444;
// Lists // Lists
$grafanaListBackground: $gray-dark; $grafanaListBackground: $gray-dark;
$grafanaListAccent: lighten($gray-darker, 2%); $grafanaListAccent: lighten($gray-darker, 2%);
$grafanaListBorderTop: $gray-dark; $grafanaListBorderTop: $gray-dark;
$grafanaListBorderBottom: $black; $grafanaListBorderBottom: $black;
$grafanaListHighlight: #333; $grafanaListHighlight: #333;
......
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