summaryrefslogtreecommitdiff
path: root/readable
diff options
context:
space:
mode:
Diffstat (limited to 'readable')
-rwxr-xr-xreadable/variables.less14
1 files changed, 7 insertions, 7 deletions
diff --git a/readable/variables.less b/readable/variables.less
index 081dd1f9..743426e8 100755
--- a/readable/variables.less
+++ b/readable/variables.less
@@ -1,10 +1,8 @@
-//
// Variables
// Swatch: Readable
// Version: 2.1.1
// --------------------------------------------------
-
// Global values
// --------------------------------------------------
@@ -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: darken(@bodyBackground, 4%); // for hover
@tableBorder: #ddd; // table and cell border
-
// Buttons
// -------------------------
@btnBackground: @white;
@@ -109,12 +105,11 @@
@dropdownDividerBottom: @white;
@dropdownLinkColor: @linkColor;
-
@dropdownLinkColorHover: @linkColorHover;
-@dropdownLinkBackgroundHover: rgba(255,255,255,0);
-
@dropdownLinkColorActive: @dropdownLinkColor;
+
@dropdownLinkBackgroundActive: @linkColor;
+@dropdownLinkBackgroundHover: rgba(255,255,255,0);
@@ -149,6 +144,11 @@
@hrBorder: @grayLighter;
+// Horizontal forms & lists
+// -------------------------
+@horizontalComponentOffset: 180px;
+
+
// Wells
// -------------------------
@wellBackground: @white;