summaryrefslogtreecommitdiff
path: root/slate/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'slate/bootswatch.less')
-rwxr-xr-xslate/bootswatch.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/slate/bootswatch.less b/slate/bootswatch.less
index ff7d91d7..9aadbf37 100755
--- a/slate/bootswatch.less
+++ b/slate/bootswatch.less
@@ -226,6 +226,11 @@ div.subnav {
color: @white;
}
+ & > li.disabled > a,
+ & > li.disabled > a:hover {
+ color: @gray;
+ }
+
li > a:hover {
background-color: transparent;
color: @grayLighter;
@@ -352,6 +357,7 @@ div.subnav {
li > a,
li > span {
+
border: 1px solid transparent;
.box-shadow('0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)');
#gradient > .vertical-three-colors(@gray, @grayDark, 70%, @grayDark);
@@ -365,6 +371,7 @@ div.subnav {
.disabled a,
.disabled a:hover {
background-color: transparent;
+ #gradient > .vertical-three-colors(@gray, @grayDark, 70%, @grayDark);
}
}