#1 drop down arrow
authorCameron Ball <cameron@getapproved.com.au>
Mon, 16 Feb 2015 04:51:10 +0000 (12:51 +0800)
committerCameron Ball <cameron@getapproved.com.au>
Mon, 16 Feb 2015 04:51:10 +0000 (12:51 +0800)
app/css/divinelegy.css
app/images/dropdown.png [new file with mode: 0644]

index 5005003..eb3ee64 100644 (file)
@@ -64,6 +64,13 @@ input[type="text"], select {
        */
 }
 
+select {
+    appearance:none;
+    -moz-appearance:none; /* Firefox */
+    -webkit-appearance:none; /* Safari and Chrome */
+    background: url("../images/dropdown.png") no-repeat right rgba(0,0,0,0.65);
+}
+
 input[type="checkbox"] {
     margin-bottom: 8px;
 }
diff --git a/app/images/dropdown.png b/app/images/dropdown.png
new file mode 100644 (file)
index 0000000..6c4f599
Binary files /dev/null and b/app/images/dropdown.png differ