summaryrefslogtreecommitdiff
path: root/amelia/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-03-06 16:46:33 -0500
committerThomas Park <thomas@thomaspark.me>2014-03-06 16:46:33 -0500
commitd4626f2e8ef5806019b445ff0d14d32bba58a994 (patch)
treefc3cc760d6dc632651500e5ed42edf3dc679f9ae /amelia/bootswatch.less
parent19c983a337104a958cfed41c2ce78dee2b9ee73c (diff)
amelia, cerulean, flatly: tweak dropdown divider and header
Diffstat (limited to 'amelia/bootswatch.less')
-rw-r--r--amelia/bootswatch.less24
1 files changed, 24 insertions, 0 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less
index 6d648220..ff37b52d 100644
--- a/amelia/bootswatch.less
+++ b/amelia/bootswatch.less
@@ -11,6 +11,23 @@
&-brand {
font-family: 'Lobster', cursive;
}
+
+ &-collapse,
+ &-form {
+ .box-shadow(none);
+ }
+
+ &-default {
+ .divider {
+ background-color: @navbar-default-border;
+ }
+ }
+
+ &-inverse {
+ .divider {
+ background-color: @navbar-inverse-border;
+ }
+ }
}
// Buttons ====================================================================
@@ -124,6 +141,13 @@ legend {
// Navs =======================================================================
+.dropdown {
+
+ &-header {
+ font-size: 11px;
+ }
+}
+
.pagination {
a:hover {