Commit 5a67ca25 by Torkel Ödegaard

ux(): fixes to light theme

parent c97dbf39
<ul class="nav gf-timepicker-nav">
<li class="dashnav-zoom-out" style="padding-top: 4px">
<li class="dashnav-zoom-out" style="padding-top: 2px">
<a class='small' ng-click='ctrl.zoom(2)'>
Zoom Out
</a>
......
......@@ -15,6 +15,7 @@ $gray-dark: lighten(#000, 20%); // #333
$gray: lighten(#000, 33.5%); // #555
$gray-light: lighten(#000, 60%); // #999
$gray-lighter: lighten(#000, 97.5%); // #eee
$gray-lightest: lighten(#000, 98.5%); // #eee
$white: #fff;
......@@ -44,10 +45,10 @@ $critical: #EC2128;
// Scaffolding
// -------------------------
$body-bg: rgb(20,20,20);
$page-bg: $gray-darker;
$body-color: $gray-lighter;
$text-color: $gray-lighter;
$body-bg: #EFEFEF;
$page-bg: $gray-lightest;
$body-color: $gray;
$text-color: $gray;
// Links
// -------------------------
......
......@@ -172,7 +172,7 @@ $table-sm-cell-padding: .3rem !default;
// Forms
$input-padding-x: .75rem !default;
$input-padding-y: .6rem !default;
$input-line-height: 1.25rem !default;
$input-line-height: 1.35rem !default;
$input-border-radius: $border-radius !default;
$input-border-radius-lg: $border-radius-lg !default;
......
......@@ -114,7 +114,7 @@ hr {
small,
.small {
font-size: 80%;
font-size: 85%;
font-weight: normal;
}
......
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