summaryrefslogtreecommitdiff
path: root/spacelab/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-08-29 15:32:26 -0400
committerThomas Park <thomas@thomaspark.me>2012-08-29 15:32:26 -0400
commita22a382f4a240e068b11c0b54b35deac6ecd1a00 (patch)
tree2ff70c4a2228b3c1b3276bfd4590fe580b3a27bf /spacelab/bootswatch.less
parent2c3a1a98ab25dc2a6c2c5841192cf01a216a6c85 (diff)
spacelab: tweak link and button colors
Diffstat (limited to 'spacelab/bootswatch.less')
-rwxr-xr-xspacelab/bootswatch.less18
1 files changed, 18 insertions, 0 deletions
diff --git a/spacelab/bootswatch.less b/spacelab/bootswatch.less
index 5654b6a6..69ac5728 100755
--- a/spacelab/bootswatch.less
+++ b/spacelab/bootswatch.less
@@ -157,6 +157,24 @@ div.subnav {
// BUTTONS
// -----------------------------------------------------
+.btn {
+
+
+ &-info,
+ &-info:hover,
+ &-info.disabled {
+
+ color: @textColor;
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
+
+ .caret {
+ border-top-color: @textColor;
+ border-bottom-color: @textColor;
+ }
+ }
+
+}
+
/*.btn {
.buttonBackground(#F4F4F4, #ECECEC);
color: @textColor;