X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=cerulean%2Fvariables.less;h=5dc256a2ce637f88dce59b85ab7793a2a0b1ad43;hb=f3f379de2c99f3322bfa5da4d9c085edcae9dead;hp=64f77243ed8fc5c79e70d1f72415b7c54de4bc72;hpb=6c44471fe787bdbb3cf4e3e23f9964ede637b309;p=bootswatch diff --git a/cerulean/variables.less b/cerulean/variables.less index 64f7724..5dc256a 100755 --- a/cerulean/variables.less +++ b/cerulean/variables.less @@ -1,10 +1,8 @@ -// // Variables // Swatch: Cerulean // Version: 2.1.1 // -------------------------------------------------- - // GLOBAL VALUES // -------------------------------------------------- @@ -59,7 +57,6 @@ @headingsFontWeight: bold; // instead of browser default, bold @headingsColor: #317EAC; // empty to use BS default, @textColor - // Tables // ------------------------- @tableBackground: transparent; // overall background-color @@ -67,7 +64,6 @@ @tableBackgroundHover: #f5f5f5; // for hover @tableBorder: #ddd; // table and cell border - // Buttons // ------------------------- @btnBackground: @white; @@ -109,12 +105,11 @@ @dropdownDividerBottom: @white; @dropdownLinkColor: @grayDark; - @dropdownLinkColorHover: @white; -@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive; - @dropdownLinkColorActive: @dropdownLinkColor; + @dropdownLinkBackgroundActive: @linkColor; +@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive; @@ -149,6 +144,11 @@ @hrBorder: @grayLighter; +// Horizontal forms & lists +// ------------------------- +@horizontalComponentOffset: 180px; + + // Wells // ------------------------- @wellBackground: #f5f5f5; @@ -159,8 +159,8 @@ @navbarCollapseWidth: 979px; @navbarHeight: 50px; -@navbarBackground: @blue; @navbarBackgroundHighlight: lighten(@navbarBackground, 8%); +@navbarBackground: @blue; @navbarBorder: darken(@navbarBackground, 12%); @navbarText: @grayLighter;