mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 01:21:23 +02:00
[ticket/10472] Remove dd selector and use -moz-padding-end
PHPBB3-10472
This commit is contained in:
@@ -1124,13 +1124,9 @@ input.langvalue, textarea.langvalue {
|
|||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="number"], dd input[type="number"] {
|
input[type="number"] {
|
||||||
padding-right: 0;
|
|
||||||
width: 60px;
|
width: 60px;
|
||||||
}
|
-moz-padding-end: 0;
|
||||||
.rtl input[type="number"], .rtl dd input[type="number"] {
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
optgroup, select {
|
optgroup, select {
|
||||||
|
Reference in New Issue
Block a user