summaryrefslogtreecommitdiff
path: root/slate/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-09-20 02:33:29 -0400
committerThomas Park <thomas@thomaspark.me>2012-09-20 02:33:29 -0400
commitf51f8297a1e7ed03bb708884d34d95e9f97055c1 (patch)
treec60a80c65f5e0081a3ae6df7d33183fa3f4f62e9 /slate/bootstrap.css
parent6c27a1276fb1df4522686a9841f6847737bb2bdf (diff)
slate: change submenu caret from dark to white
Diffstat (limited to 'slate/bootstrap.css')
-rw-r--r--slate/bootstrap.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/slate/bootstrap.css b/slate/bootstrap.css
index ca8daa04..9ec7c1e2 100644
--- a/slate/bootstrap.css
+++ b/slate/bootstrap.css
@@ -5515,6 +5515,9 @@ textarea[readonly] {
border-bottom: 1px solid #1c1e22;
background-color: transparent;
}
+.dropdown-submenu > a::after {
+ border-left-color: #ffffff;
+}
.label,
.alert {
color: rgba(255, 255, 255, 0.9);