fix CSS of options' inputs

This commit is contained in:
Simon Grim 2018-01-23 02:12:49 +05:00
parent ed424c15c3
commit ff47cf38a6
2 changed files with 6 additions and 0 deletions

View File

@ -2248,6 +2248,9 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
.options {
position: relative;
}
.options input {
display: inline-block;
}
.options button, .options .show-more-followers, .options input, .options select {
font-size: 13px;
}

View File

@ -1,6 +1,9 @@
.options
position: relative
input
display: inline-block
button, input, select
font-size: 13px