Use default cursor and no selection in select list

This commit is contained in:
Kevin Sawicki
2013-02-25 14:25:26 -08:00
parent ba5a56088f
commit c8316a1a44

View File

@@ -7,6 +7,8 @@
background: red;
padding: 0;
line-height: 100%;
-webkit-user-select: none;
cursor: default;
}
.select-list ol:empty {
@@ -42,4 +44,4 @@
font-weight: bold;
color: white;
text-shadow: 0 1px 0 #4E0000;
}
}