Resolves #828 - darker dropdown divider color (pulled from v4 footer)

This commit is contained in:
Kevin Ross 2016-01-19 13:58:35 -06:00
parent 314e367d03
commit b19df243a8

View File

@ -55,7 +55,7 @@ legend {
border: 0;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
.divider {
background-color: rgba(229, 229, 229, 0.12);
background-color: rgba(0, 0, 0, .12);
}
li {
overflow: hidden;