summaryrefslogtreecommitdiff
path: root/readable/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-05-01 01:49:04 -0400
committerThomas Park <thomas@thomaspark.me>2012-05-01 01:49:04 -0400
commitf92ce0f8e3bf510ce012aa744f7e45263503812a (patch)
treef2a1add14fa965bf0df671b34c630848de66a9df /readable/bootswatch.less
parentdea6ddc6cfb61098dce18042250de17a86520171 (diff)
all: update to 2.0.3
Diffstat (limited to 'readable/bootswatch.less')
-rwxr-xr-xreadable/bootswatch.less25
1 files changed, 20 insertions, 5 deletions
diff --git a/readable/bootswatch.less b/readable/bootswatch.less
index ec07f1e1..88db4575 100755
--- a/readable/bootswatch.less
+++ b/readable/bootswatch.less
@@ -1,6 +1,6 @@
// Bootswatch.less
// Swatch: Readable
-// Version: 2.0.2
+// Version: 2.0.3
// -----------------------------------------------------
// TYPOGRAPHY
@@ -62,7 +62,6 @@ footer.footer {
}
.brand {
- color: @linkColor;
font-size: @baseFontSize;
font-weight: bold;
line-height: 1em;
@@ -80,7 +79,7 @@ footer.footer {
.nav > li.active > a,
.nav > li:active > a,
- .dropdown.open .dropdown-toggle {
+ .open .dropdown-toggle {
color: @linkColor;
}
@@ -92,7 +91,7 @@ footer.footer {
}
.nav .dropdown-toggle .caret,
- .nav .open.dropdown .caret {
+ .nav .open .caret {
border-top-color: @linkColor;
opacity: 1;
}
@@ -134,6 +133,7 @@ div.subnav {
.box-shadow(none);
background-color: transparent;
}
+
}
div.subnav-fixed {
@@ -239,6 +239,22 @@ div.subnav-fixed {
color: @textColor;
background-color: @bodyBackground;
}
+
+ .open .dropdown-toggle {
+ background-color: transparent;
+ color: @linkColor;
+ border-left: 1px solid whiteSmoke;
+ border-right: 1px solid #E5E5E5;
+ }
+
+
+ li.dropdown.open .dropdown-toggle .caret {
+ border-top-color: @linkColor;
+ }
+
+ li.dropdown.open .dropdown-toggle:hover .caret {
+ border-top-color: @linkColorHover;
+ }
}
.nav-list {
@@ -347,7 +363,6 @@ select, input[type="file"] {
}
.form-actions {
- background-color: transparent;
border-top: 1px solid #D4D4D4;
padding-top: 2em;
}