mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 22:38:52 +00:00
[ticket/10472] Remove dd selector and use -moz-padding-end
PHPBB3-10472
This commit is contained in:
parent
38830f9cbb
commit
6488d236ec
1 changed files with 6 additions and 10 deletions
|
@ -854,10 +854,10 @@ table.zebra-table tbody tr:nth-child(even) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Deactivated row */
|
/* Deactivated row */
|
||||||
.row-inactive {
|
.row-inactive {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
.row-inactive a, .row-inactive strong {
|
.row-inactive a, .row-inactive strong {
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
.row-inactive a:hover {
|
.row-inactive a:hover {
|
||||||
|
@ -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 {
|
||||||
|
@ -1465,7 +1461,7 @@ input:focus, textarea:focus {
|
||||||
{
|
{
|
||||||
select, dd select, dd input {
|
select, dd select, dd input {
|
||||||
max-width: 240px;
|
max-width: 240px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Submit button fieldset or paragraph
|
/* Submit button fieldset or paragraph
|
||||||
|
|
Loading…
Add table
Reference in a new issue