X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=superhero%2Fvariables.less;h=1ee33fbddd13e77d629985d00676daad0cd9bae9;hb=f3f379de2c99f3322bfa5da4d9c085edcae9dead;hp=01c64320ac4e5b8f3dcab7b782b6ffe0a67e0371;hpb=6c44471fe787bdbb3cf4e3e23f9964ede637b309;p=bootswatch diff --git a/superhero/variables.less b/superhero/variables.less index 01c6432..1ee33fb 100755 --- a/superhero/variables.less +++ b/superhero/variables.less @@ -1,9 +1,11 @@ -// // Variables // Swatch: Superhero // Version: 2.1.1 // -------------------------------------------------- +// Global values +// -------------------------------------------------- + // Grays // ------------------------- @@ -55,7 +57,6 @@ @headingsFontWeight: bold; // instead of browser default, bold @headingsColor: @orange; // empty to use BS default, @textColor - // Tables // ------------------------- @tableBackground: darken(@blue, 3%); // overall background-color @@ -63,7 +64,6 @@ @tableBackgroundHover: lighten(@blue, 5%); // for hover @tableBorder: transparent; // table and cell border - // Buttons // ------------------------- @btnBackground: @white; @@ -105,12 +105,11 @@ @dropdownDividerBottom: @blue; @dropdownLinkColor: @textColor; - @dropdownLinkColorHover: @white; -@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive; - @dropdownLinkColorActive: @dropdownLinkColor; + @dropdownLinkBackgroundActive: @linkColor; +@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive; @@ -145,6 +144,11 @@ @hrBorder: transparent; +// Horizontal forms & lists +// ------------------------- +@horizontalComponentOffset: 180px; + + // Wells // ------------------------- @wellBackground: @blue; @@ -155,8 +159,8 @@ @navbarCollapseWidth: 979px; @navbarHeight: 70px; -@navbarBackground: @blueDark; @navbarBackgroundHighlight: @navbarBackground; +@navbarBackground: @blueDark; @navbarBorder: darken(@navbarBackground, 5%); @navbarText: @grayLight;