summaryrefslogtreecommitdiff
path: root/default/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-09-14 19:10:46 +1200
committerThomas Park <thomas@thomaspark.me>2012-09-14 19:10:46 +1200
commit6c27a1276fb1df4522686a9841f6847737bb2bdf (patch)
tree88cd715b3d50ed1f888ff796869c098adc929780 /default/variables.less
parent6fd8d7e1373a7dfe52e41048b918339d86f85543 (diff)
all: 2.1.0 -> 2.1.1
Diffstat (limited to 'default/variables.less')
-rw-r--r--[-rwxr-xr-x]default/variables.less20
1 files changed, 10 insertions, 10 deletions
diff --git a/default/variables.less b/default/variables.less
index 4759e119..7d6efe00 100755..100644
--- a/default/variables.less
+++ b/default/variables.less
@@ -1,7 +1,5 @@
//
// Variables
-// Swatch:
-// Version: 2.1.0
// --------------------------------------------------
@@ -59,7 +57,6 @@
@headingsFontWeight: bold; // instead of browser default, bold
@headingsColor: inherit; // empty to use BS default, @textColor
-
// Tables
// -------------------------
@tableBackground: transparent; // overall background-color
@@ -67,7 +64,6 @@
@tableBackgroundHover: #f5f5f5; // for hover
@tableBorder: #ddd; // table and cell border
-
// Buttons
// -------------------------
@btnBackground: @white;
@@ -109,12 +105,11 @@
@dropdownDividerBottom: @white;
@dropdownLinkColor: @grayDark;
-
@dropdownLinkColorHover: @white;
-@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
-
@dropdownLinkColorActive: @dropdownLinkColor;
+
@dropdownLinkBackgroundActive: @linkColor;
+@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
@@ -149,6 +144,11 @@
@hrBorder: @grayLighter;
+// Horizontal forms & lists
+// -------------------------
+@horizontalComponentOffset: 180px;
+
+
// Wells
// -------------------------
@wellBackground: #f5f5f5;
@@ -159,12 +159,12 @@
@navbarCollapseWidth: 979px;
@navbarHeight: 40px;
-@navbarBackground: darken(@navbarBackgroundHighlight, 5%);
@navbarBackgroundHighlight: #ffffff;
+@navbarBackground: darken(@navbarBackgroundHighlight, 5%);
@navbarBorder: darken(@navbarBackground, 12%);
-@navbarText: @gray;
-@navbarLinkColor: @gray;
+@navbarText: #777;
+@navbarLinkColor: #777;
@navbarLinkColorHover: @grayDark;
@navbarLinkColorActive: @gray;
@navbarLinkBackgroundHover: transparent;