account for empty select lists

This commit is contained in:
Justin Palmer 2013-02-02 14:01:52 -08:00
parent e8e52d53c1
commit 89c64e273c

View File

@ -1,18 +1,12 @@
.select-list {
background-color: #303030;
border: 1px solid #404040;
color: #d2d2d2;
box-shadow: 0 0 10px #000;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
padding: 5px;
cursor: pointer;
}
.select-list ol {
border: 1px solid #212121;
}
.select-list ol:empty {
margin-bottom: 0;
border: none;
}
.select-list ol li {
background-color: #292929;
border-bottom: 1px solid #1e1e1e;