mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-08-26 05:32:03 +00:00
fix CSS of options' inputs
This commit is contained in:
parent
ed424c15c3
commit
ff47cf38a6
@ -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;
|
||||
}
|
||||
|
@ -1,6 +1,9 @@
|
||||
.options
|
||||
position: relative
|
||||
|
||||
input
|
||||
display: inline-block
|
||||
|
||||
button, input, select
|
||||
font-size: 13px
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user