summaryrefslogtreecommitdiff
path: root/journal/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'journal/variables.less')
-rwxr-xr-xjournal/variables.less16
1 files changed, 8 insertions, 8 deletions
diff --git a/journal/variables.less b/journal/variables.less
index c2181d9f..275222f2 100755
--- a/journal/variables.less
+++ b/journal/variables.less
@@ -1,10 +1,8 @@
-//
// Variables
// Swatch: Journal
// Version: 2.1.1
// --------------------------------------------------
-
// Global values
// --------------------------------------------------
@@ -59,7 +57,6 @@
@headingsFontWeight: bold; // instead of browser default, bold
@headingsColor: @black; // empty to use BS default, @textColor
-
// Tables
// -------------------------
@tableBackground: transparent; // overall background-color
@@ -67,7 +64,6 @@
@tableBackgroundHover: @grayLighter; // for hover
@tableBorder: #ddd; // table and cell border
-
// Buttons
// -------------------------
@btnBackground: @white;
@@ -109,12 +105,11 @@
@dropdownDividerBottom: @grayLighter;
@dropdownLinkColor: @headingsColor;
-
@dropdownLinkColorHover: @headingsColor;
-@dropdownLinkBackgroundHover: @grayLighter;
-
@dropdownLinkColorActive: @dropdownLinkColor;
+
@dropdownLinkBackgroundActive: @dropdownLinkBackgroundHover;
+@dropdownLinkBackgroundHover: @grayLighter;
@@ -149,6 +144,11 @@
@hrBorder: @grayLighter;
+// Horizontal forms & lists
+// -------------------------
+@horizontalComponentOffset: 180px;
+
+
// Wells
// -------------------------
@wellBackground: @grayLighter;
@@ -159,8 +159,8 @@
@navbarCollapseWidth: 979px;
@navbarHeight: 60px;
-@navbarBackground: @bodyBackground;
@navbarBackgroundHighlight: @bodyBackground;
+@navbarBackground: @bodyBackground;
@navbarBorder: darken(@navbarBackground, 12%);
@navbarText: @textColor;