mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11977] Use CSS instead of JS to disable up/down icons
PHPBB3-11977
This commit is contained in:
@@ -869,6 +869,14 @@ table td.actions {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
table tr:first-child td.actions .up, table tr:last-child td.actions .down {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table tr:first-child td.actions .up-disabled, table tr:last-child td.actions .down-disabled {
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
table.styles td.users, table td.mark {
|
||||
text-align: center;
|
||||
}
|
||||
|
Reference in New Issue
Block a user