summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Margheim <stephen.margheim@gmail.com>2016-01-31 16:07:42 -0600
committerStephen Margheim <stephen.margheim@gmail.com>2016-01-31 16:07:42 -0600
commitc58c2aaee895298360040931b1b2408b402aedab (patch)
tree3a7899ce0335ec474692b35b5ea499bb56fa3802
parent3216f81eac81e7933da31e2a6fcc12b367deffcb (diff)
downloadawesomplete-c58c2aaee895298360040931b1b2408b402aedab.zip
awesomplete-c58c2aaee895298360040931b1b2408b402aedab.tar.gz
awesomplete-c58c2aaee895298360040931b1b2408b402aedab.tar.bz2
Add vertical-align and height props to combobox btn css
-rw-r--r--style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/style.css b/style.css
index 9f47ae3..03750af 100644
--- a/style.css
+++ b/style.css
@@ -273,8 +273,10 @@ td {
border-bottom-right-radius: 0;
}
#combobox .dropdown-btn {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
+ vertical-align: top;
+ height: 36.5px;
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 0;
}
#combobox .caret {