Correct previous commit

Selector was way too wide
This commit is contained in:
Sam 2017-08-29 16:51:57 -04:00
parent 5cdb486332
commit 9a861c1b43

View File

@ -18,9 +18,15 @@ input {
color: $primary;
padding: 4px;
border-radius: 3px;
box-shadow: none;
box-shadow: inset 0 1px 1px rgba(0,0,0, .3);
border: 1px solid $primary-low;
-webkit-appearance: none;
}
#reply-control {
input[type="text"] {
box-shadow: none;
-webkit-appearance: none;
}
}
textarea {