FIX: fix style.less

This commit is contained in:
maxkoryukov
2016-03-12 22:54:05 +05:00
parent 7dc6c98e56
commit 56a9c62bcb

View File

@@ -325,17 +325,6 @@ textarea,
button {
font-size: 99%;
}
select {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #4F4F4F;
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
color: #fff;
padding: 3px 10px;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
textarea {
overflow: auto;
}