FIX: fix style.less

This commit is contained in:
maxkoryukov
2016-03-12 22:54:05 +05:00
parent 0ac947099c
commit 9a0713cedb
4 changed files with 486 additions and 157 deletions

View File

@@ -229,17 +229,6 @@ textarea,
button {
font: 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;
}