ux(): fixes to light theme

This commit is contained in:
Torkel Ödegaard 2016-02-16 15:03:33 +01:00
parent c97dbf390e
commit 5a67ca255f
4 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<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>

View File

@ -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
// -------------------------
@ -73,7 +74,7 @@ $component-active-bg: $brand-primary !default;
// Panel
// -------------------------
$panel-bg: $gray-lighter;
$panel-bg: $gray-lighter;
$panel-border: solid 1px #ddd;
$divider-border-color: $gray-light;

View File

@ -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;

View File

@ -114,7 +114,7 @@ hr {
small,
.small {
font-size: 80%;
font-size: 85%;
font-weight: normal;
}