summaryrefslogtreecommitdiff
path: root/amelia/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-08-22 17:51:26 -0400
committerThomas Park <thomas@thomaspark.me>2012-08-22 17:51:26 -0400
commit0f6af806e82125a0eb943b5aace3a000c39985ec (patch)
tree2fa098e6c8e774b70484df010d6b7f3a2504979b /amelia/bootswatch.less
parentdf05a69a604100345d1822bbf98cf8f2a279b229 (diff)
amelia: styled popovers
Diffstat (limited to 'amelia/bootswatch.less')
-rwxr-xr-xamelia/bootswatch.less11
1 files changed, 11 insertions, 0 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less
index 692c1110..c94d044b 100755
--- a/amelia/bootswatch.less
+++ b/amelia/bootswatch.less
@@ -697,3 +697,14 @@ blockquote {
color: rgba(255, 255, 255, 0.6);
}
}
+
+.popover {
+ padding: 0;
+ .border-radius(0);
+ color: @grayDark;
+
+ .popover-title {
+ .border-radius(0);
+ color: @white;
+ }
+}