mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Improve styling
This commit is contained in:
parent
3c434f4efe
commit
a66bf77b48
2 changed files with 12 additions and 2 deletions
|
@ -94,6 +94,11 @@ BDO[DIR="rtl"] { direction: rtl; unicode-bidi: bidi-override }
|
|||
/* Override changes made by JS to HTMLElement */
|
||||
max-height: none !important;
|
||||
}
|
||||
|
||||
table, tr, td, th, thead {
|
||||
border: 1px solid black;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue