mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-08-26 13:42:26 +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 {
|
.options {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.options input {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
.options button, .options .show-more-followers, .options input, .options select {
|
.options button, .options .show-more-followers, .options input, .options select {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
.options
|
.options
|
||||||
position: relative
|
position: relative
|
||||||
|
|
||||||
|
input
|
||||||
|
display: inline-block
|
||||||
|
|
||||||
button, input, select
|
button, input, select
|
||||||
font-size: 13px
|
font-size: 13px
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user