summaryrefslogtreecommitdiff
path: root/cerulean/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-03-13 18:41:44 -0400
committerThomas Park <thomas@thomaspark.me>2012-03-13 18:41:44 -0400
commit43a4a1fd764fd15cc530e19a3643cf36d23079b6 (patch)
tree21d9e6d62e85dab7f4fb1caa032a01bdd210db4e /cerulean/bootswatch.less
parent342cce47318fbde6612c156bb1483a111bfcfd4a (diff)
update for bootstrap 2.0.2
Diffstat (limited to 'cerulean/bootswatch.less')
-rwxr-xr-xcerulean/bootswatch.less64
1 files changed, 20 insertions, 44 deletions
diff --git a/cerulean/bootswatch.less b/cerulean/bootswatch.less
index 91e64822..4f795780 100755
--- a/cerulean/bootswatch.less
+++ b/cerulean/bootswatch.less
@@ -1,5 +1,6 @@
// Bootswatch.less
// Swatch: Cerulean
+// Version: 2.0.2
// -----------------------------------------------------
// TYPOGRAPHY
@@ -7,12 +8,8 @@
@import url(http://fonts.googleapis.com/css?family=Telex);
-h1,h2,h3,h4,h5,h6, .navbar, .subnav {
- font-family: 'Telex', sans-serif;
-}
-
-h1,h2,h3,h4,h5,h6 {
- color: #317EAC
+.navbar, .subnav {
+ font-family: @headingsFontFamily;
}
// NAVBAR
@@ -34,15 +31,15 @@ h1,h2,h3,h4,h5,h6 {
// responsive menu colors
-.navbar .nav-collapse > .nav > li .dropdown-menu a {
- color: @linkColor;
+.navbar .nav-collapse.in > .nav > li .dropdown-menu a {
+ color: @white;
&:hover {
color: @white;
}
}
-.navbar .nav-collapse.collapse > .nav li > a {
+.navbar .nav-collapse.in .nav li > a {
color: @white;
&:hover {
@@ -52,23 +49,6 @@ h1,h2,h3,h4,h5,h6 {
.btn-navbar:hover {
background-color: darken(@white, 20%);
- background-position: 0 0;
-}
-
-// FORMS
-// -----------------------------------------------------
-
-// Warning
-.control-group.warning {
- .formFieldState(@orange, @orange, @warningBackground);
-}
-// Error
-.control-group.error {
- .formFieldState(@red, @red, @errorBackground);
-}
-// Success
-.control-group.success {
- .formFieldState(darken(@green, 10%), darken(@green, 10%), @successBackground);
}
// BUTTONS
@@ -78,44 +58,40 @@ h1,h2,h3,h4,h5,h6 {
#gradient > .vertical-three-colors(@white, @white, 5%, darken(@white, 0%));
@shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
.box-shadow(@shadow);
-}
-
-.btn-warning {
- .caret {
- border-top-color: @white;
- .opacity(75);
+
+ &:hover {
+ background-position: 0 0;
}
}
.btn-primary {
- .buttonBackground(lighten(@linkColor, 5%), @linkColor);
+ .buttonBackground(lighten(@btnPrimaryBackground, 5%), @btnPrimaryBackground);
}
-.btn-warning {
- .buttonBackground(lighten(@orange, 5%), @orange);
+.btn-info {
+ .buttonBackground(lighten(@btnInfoBackground, 5%), @btnInfoBackground);
}
-.btn-danger {
- .buttonBackground(lighten(@red, 5%), @red);
+.btn-success {
+ .buttonBackground(lighten(@btnSuccessBackground, 5%), @btnSuccessBackground);
}
-.btn-success {
- .buttonBackground(lighten(@green, 5%), @green);
+.btn-warning {
+ .buttonBackground(lighten(@btnWarningBackground, 5%), @btnWarningBackground);
}
-.btn-info {
- .buttonBackground(lighten(@purple, 5%), @purple);
+.btn-danger {
+ .buttonBackground(lighten(@btnDangerBackground, 5%), @btnDangerBackground);
}
.btn-inverse {
- .buttonBackground(lighten(@yellow, 5%), @yellow);
+ .buttonBackground(lighten(@btnInverseBackground, 5%), @btnInverseBackground);
}
-
// ICONS
// -----------------------------------------------------
// Make icons gray
i[class^="icon-"]{
opacity: 0.8;
-} \ No newline at end of file
+}