mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00:00
[ticket/10472] Fix weird padding on input type=number
PHPBB3-10472
This commit is contained in:
parent
726573f100
commit
38830f9cbb
1 changed files with 5 additions and 0 deletions
|
@ -1125,8 +1125,13 @@ input.langvalue, textarea.langvalue {
|
|||
}
|
||||
|
||||
input[type="number"], dd input[type="number"] {
|
||||
padding-right: 0;
|
||||
width: 60px;
|
||||
}
|
||||
.rtl input[type="number"], .rtl dd input[type="number"] {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
optgroup, select {
|
||||
background-color: #FAFAFA;
|
||||
|
|
Loading…
Add table
Reference in a new issue