X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=slate%2Fvariables.less;h=2d0b058847b94e769d7ca41cfb838fee76ed1f51;hb=f3f379de2c99f3322bfa5da4d9c085edcae9dead;hp=d0649ea05c845c001e8290be1d2359f130b7eac5;hpb=6c44471fe787bdbb3cf4e3e23f9964ede637b309;p=bootswatch diff --git a/slate/variables.less b/slate/variables.less index d0649ea..2d0b058 100755 --- a/slate/variables.less +++ b/slate/variables.less @@ -1,10 +1,8 @@ -// // Variables // Swatch: Slate // 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: @grayDark; // for hover @tableBorder: darken(@grayDarker, 5%); // table and cell border - // Buttons // ------------------------- @btnBackground: @white; @@ -109,12 +105,11 @@ @dropdownDividerBottom: darken(@grayDarker, 5%); @dropdownLinkColor: @grayLight; - @dropdownLinkColorHover: @grayLighter; -@dropdownLinkBackgroundHover: @grayDarker; - @dropdownLinkColorActive: @dropdownLinkColor; + @dropdownLinkBackgroundActive: @grayDarker; +@dropdownLinkBackgroundHover: @grayDarker; @@ -149,6 +144,11 @@ @hrBorder: @grayLighter; +// Horizontal forms & lists +// ------------------------- +@horizontalComponentOffset: 180px; + + // Wells // ------------------------- @wellBackground: darken(@grayDarker, 3%);