diff --git a/style.css b/style.css
index 33bf5a91a1b3ee4ca166d2ec5ea8a704577b0100..42ba7be731f77a974f64fcd044f5f400915812d6 100644
--- a/style.css
+++ b/style.css
@@ -223,10 +223,18 @@ input[type=checkbox]:focus {
 
 button, input, select {
   border: 2px solid white;
+}
+
+button, input {
   -webkit-border-radius: 5px;
   border-radius: 5px;
 }
 
+select {
+  -webkit-border-radius: 3px;
+  border-radius: 3px;
+}
+
 input[type="file"] {
   border: 0;
 }