From f6bc5bee91809d50d1082743d9efc90ab25b81fb Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 1 May 2012 01:51:46 -0400 Subject: Revert "all: update to 2.0.3" This reverts commit f92ce0f8e3bf510ce012aa744f7e45263503812a. --- slate/bootswatch.less | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'slate/bootswatch.less') diff --git a/slate/bootswatch.less b/slate/bootswatch.less index 56230e16..3144155f 100755 --- a/slate/bootswatch.less +++ b/slate/bootswatch.less @@ -1,6 +1,6 @@ // Bootswatch.less // Swatch: Slate -// Version: 2.0.3 +// Version: 2.0.2 // ----------------------------------------------------- // SCAFFOLDING @@ -20,17 +20,21 @@ h1, h2, h3, h4, h5, h6, body, legend, label { } .brand { + color: @grayLighter; font-weight: bold; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); border-right: 1px solid darken(@gray, 15%); } .nav > li > a { + color: @grayLighter; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); border-right: 1px solid darken(@gray, 15%); border-left: 1px solid @gray; &:hover { + color: @grayLighter; + background-color: @grayDark; #gradient > .directional(@grayDarker, @grayDark, 280deg); border-left: 1px solid transparent; border-right: 1px solid transparent; @@ -72,7 +76,8 @@ h1, h2, h3, h4, h5, h6, body, legend, label { .nav-collapse.in > .nav > li > a:hover, .nav-collapse.in > .nav > li.active > a:hover { background-color: @grayDarker; - } + } + } @media (max-width: 979px) { @@ -81,6 +86,7 @@ h1, h2, h3, h4, h5, h6, body, legend, label { } } + div.subnav { #gradient > .vertical-three-colors(@gray, @grayDark, 70%, @grayDark); border: 1px solid transparent; @@ -101,6 +107,7 @@ div.subnav { } } + .nav > li.active > a, .nav > li.active > a:hover { color: @grayLighter; @@ -124,16 +131,12 @@ div.subnav { border-right: 1px solid darken(@gray, 15%); } - .open .dropdown-toggle { - border-right: 1px solid darken(@gray, 15%); - border-left: 1px solid @gray; - } - &.subnav-fixed { .box-shadow(none); } } + @media (max-width: 768px) { div.subnav .nav > li + li > a { border-top: 1px solid transparent; @@ -334,6 +337,7 @@ label, input, button, select, textarea, legend { } .form-actions { + background-color: darken(@grayDarker, 3%); border-top: none; } -- cgit v1.2.3