Better selector

This commit is contained in:
topkek 2014-11-10 00:12:55 +00:00
parent b4f9ac2bf4
commit 7d001c3eb6

View File

@ -100,7 +100,7 @@ input[type="text"],input[type="password"],textarea {
max-width: 100%; max-width: 100%;
} }
#upload_file { #quick-reply input[type="file"] {
max-width: 230px; max-width: 230px;
} }