mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 18:36:35 +08:00
Correct previous commit
Selector was way too wide
This commit is contained in:
parent
5cdb486332
commit
9a861c1b43
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user