diff options
Diffstat (limited to 'amelia/variables.less')
-rwxr-xr-x | amelia/variables.less | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/amelia/variables.less b/amelia/variables.less index 57de0500..64e57f2d 100755 --- a/amelia/variables.less +++ b/amelia/variables.less @@ -1,10 +1,8 @@ -// // Variables // Swatch: Amelia // Version: 2.1.1 // -------------------------------------------------- - // Global values // -------------------------------------------------- @@ -59,7 +57,6 @@ @headingsFontWeight: normal; // instead of browser default, bold @headingsColor: inherit; // empty to use BS default, @textColor - // Tables // ------------------------- @tableBackground: lighten(#147E88, 10%); // overall background-color @@ -67,7 +64,6 @@ @tableBackgroundHover: rgba(255, 255, 255, 0.4); // for hover @tableBorder: lighten(#147E88, 12%); // table and cell border - // Buttons // ------------------------- @btnBackground: @grayLighter; @@ -109,12 +105,11 @@ @dropdownDividerBottom: @white; @dropdownLinkColor: @grayDark; - @dropdownLinkColorHover: @white; -@dropdownLinkBackgroundHover: @red; - @dropdownLinkColorActive: @dropdownLinkColor; + @dropdownLinkBackgroundActive: @red; +@dropdownLinkBackgroundHover: @red; @@ -149,6 +144,11 @@ @hrBorder: transparent; +// Horizontal forms & lists +// ------------------------- +@horizontalComponentOffset: 180px; + + // Wells // ------------------------- @wellBackground: #3CB9C6; @@ -159,8 +159,8 @@ @navbarCollapseWidth: 979px; @navbarHeight: 50px; -@navbarBackground: @red; @navbarBackgroundHighlight: @red; +@navbarBackground: @red; @navbarBorder: darken(@navbarBackground, 12%); @navbarText: @white; |