From 6400365a275addb4ad56536e6c2559e35210dec8 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 11 Sep 2013 15:50:15 -0700 Subject: [PATCH] Style the .caret --- themes/atom-dark-ui/buttons.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/atom-dark-ui/buttons.less b/themes/atom-dark-ui/buttons.less index df94ac223..7fd046ccb 100644 --- a/themes/atom-dark-ui/buttons.less +++ b/themes/atom-dark-ui/buttons.less @@ -46,3 +46,8 @@ .btn.btn-error { .btn-variant(@background-color-error); } + +.caret { + border-top: 5px solid #fff; + margin-top: -1px; +}