From 5388ca09004a83b96784a45531fd4f7888100452 Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Wed, 25 Nov 2015 14:37:49 +0100 Subject: [PATCH] Themeform select css --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index bf11ba2f..ae78067a 100644 --- a/style.css +++ b/style.css @@ -175,6 +175,7 @@ input, textarea, button, select, label { font-family: inherit; } .themeform button, .themeform textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; } .themeform input, +.themeform select, .themeform textarea, .themeform button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; } .themeform input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }