mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 17:27:16 +02:00
[ticket/12080] Reduce the palette options in all locations when responsive.
PHPBB3-12080
This commit is contained in:
@@ -1045,6 +1045,14 @@ table.styles td.users, table td.mark {
|
||||
table.responsive.styles td:first-child > dfn, table.responsive td.actions > dfn {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.horizontal-palette td:nth-child(2n), .vertical-palette tr:nth-child(2n) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.colour-palette a {
|
||||
display: inline-block !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* General form styles
|
||||
|
Reference in New Issue
Block a user