From 9739f9b43deae40e45ad5cdcc9a2575f35ecdc63 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Fri, 7 Nov 2014 13:47:39 -0800 Subject: [PATCH] start work on color redesign --- public/css/lib/bootstrap/variables.less | 26 ++++++++++--------------- public/css/styles.less | 5 ++++- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/public/css/lib/bootstrap/variables.less b/public/css/lib/bootstrap/variables.less index 6ee795b8564..6529f462651 100644 --- a/public/css/lib/bootstrap/variables.less +++ b/public/css/lib/bootstrap/variables.less @@ -7,21 +7,15 @@ // //## Gray and brand colors for use across Bootstrap. -//@t:#441B09 -//t#C87100 -//#E6AB37 -//#711200 -//#9E3800 - -@gray-darker: lighten(#441B09, 13.5%); // #222 -@gray-dark: lighten(#441B09, 20%); // #333 -@gray: lighten(#441B09, 33.5%); // #555 -@gray-light: lighten(#441B09, 46.7%); // #777 -@gray-lighter: lighten(#441B09, 93.5%); // #eee +@gray-darker: lighten(#000, 13.5%); // #222 +@gray-dark: lighten(#000, 20%); // #333 +@gray: lighten(#000, 33.5%); // #555 +@gray-light: lighten(#000, 46.7%); // #777 +@gray-lighter: lighten(#000, 93.5%); // #eee @brand-primary: #5fcf80; -@brand-success: #76cf5f; -@brand-info: #5fcfb8; +@brand-success: #5fcfb8; +@brand-info: #76cf5f; @brand-warning: #f0ad4e; @brand-danger: #501639; @@ -31,7 +25,7 @@ //## Settings for some of the most global styles. //** Background color for ``. -@body-bg: #fff; +@body-bg: #441B09; //** Global text color on ``. @text-color: @gray-dark; @@ -685,7 +679,7 @@ // //## -@panel-bg: #fff; +@panel-bg: #eee; @panel-body-padding: 15px; @panel-heading-padding: 10px 15px; @panel-footer-padding: @panel-heading-padding; @@ -693,7 +687,7 @@ //** Border color for elements within panels @panel-inner-border: #ddd; -@panel-footer-bg: #f5f5f5; +@panel-footer-bg: #eee; @panel-default-text: @gray-dark; @panel-default-border: #ddd; diff --git a/public/css/styles.less b/public/css/styles.less index 5ac49593c79..95235e08aa4 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -226,7 +226,10 @@ ul { .navbar { height: 40px; white-space: nowrap; - overflow: hidden; +} + +.panel-body { + margin-bottom: -8px; } .strikethrough {