diff options
Diffstat (limited to 'cyborg/variables.less')
-rwxr-xr-x | cyborg/variables.less | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cyborg/variables.less b/cyborg/variables.less index 318ad31c..41d5e854 100755 --- a/cyborg/variables.less +++ b/cyborg/variables.less @@ -1,10 +1,8 @@ -// // Variables // Swatch: Cyborg // Version: 2.1.1 // -------------------------------------------------- - // Global values // -------------------------------------------------- @@ -59,7 +57,6 @@ @headingsFontWeight: normal; // instead of browser default, bold @headingsColor: @white; // empty to use BS default, @textColor - // Tables // ------------------------- @tableBackground: transparent; // overall background-color @@ -67,7 +64,6 @@ @tableBackgroundHover: @grayDark; // for hover @tableBorder: #222; // table and cell border - // Buttons // ------------------------- @btnBackground: darken(@gray, 20%); @@ -109,12 +105,11 @@ @dropdownDividerBottom: #222; @dropdownLinkColor: @textColor; - @dropdownLinkColorHover: @white; -@dropdownLinkBackgroundHover: @linkColor; - @dropdownLinkColorActive: @dropdownLinkColor; + @dropdownLinkBackgroundActive: @linkColor; +@dropdownLinkBackgroundHover: @linkColor; @@ -149,6 +144,11 @@ @hrBorder: @gray; +// Horizontal forms & lists +// ------------------------- +@horizontalComponentOffset: 180px; + + // Wells // ------------------------- @wellBackground: #131517; @@ -159,8 +159,8 @@ @navbarCollapseWidth: 979px; @navbarHeight: 40px; -@navbarBackground: @grayDarker; @navbarBackgroundHighlight: @grayDarker; +@navbarBackground: @grayDarker; @navbarBorder: darken(@navbarBackground, 12%); @navbarText: @grayLight; |