mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-12 10:45:14 +02:00
13 lines
272 B
CSS
13 lines
272 B
CSS
|
table.footable>tbody>tr.footable-empty>td {
|
||
|
font-size:15px !important;
|
||
|
font-style:italic;
|
||
|
}
|
||
|
.pagination a {
|
||
|
text-decoration: none !important;
|
||
|
}
|
||
|
.panel panel-default {
|
||
|
overflow: visible !important;
|
||
|
}
|
||
|
.table-responsive {
|
||
|
overflow: visible !important;
|
||
|
}
|