summaryrefslogtreecommitdiff
path: root/simplex/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-03-10 15:52:45 -0500
committerThomas Park <thomas@thomaspark.me>2012-03-10 15:52:45 -0500
commit1ae3a88f1f8a1d4c7d173134d2ddeb7cbb5f22cc (patch)
tree7cb5e4c20a8852f4c5e61235655f7d83d89d6741 /simplex/bootswatch.less
parent235fc7210f787fbc9dfd8603d63bb2f3614593cc (diff)
style for btn-inverse
Diffstat (limited to 'simplex/bootswatch.less')
-rwxr-xr-xsimplex/bootswatch.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/simplex/bootswatch.less b/simplex/bootswatch.less
index ece365bd..de6ed356 100755
--- a/simplex/bootswatch.less
+++ b/simplex/bootswatch.less
@@ -92,6 +92,10 @@ h1, h2, h3, h4, h5, h6 {
.buttonBackground(lighten(#5bc0de, 5%), #5bc0de);
}
+.btn-inverse {
+ .buttonBackground(lighten(@purple, 5%), @purple);
+}
+
// ICONS
// -----------------------------------------------------