1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Style fixes for WebKit

This commit is contained in:
Unrud 2020-03-01 20:53:05 +01:00
parent e2077ad9c6
commit 29fa0f2b28
2 changed files with 3 additions and 1 deletions

View file

@ -54,7 +54,7 @@ main, .navContainer {
left: 0; left: 0;
display: flex; display: flex;
align-items: start; align-items: start;
justify-content: end; justify-content: flex-end;
pointer-events: none; pointer-events: none;
} }

View file

@ -85,6 +85,8 @@ header select.documentBranch {
border: 1px dashed #efdddd; border: 1px dashed #efdddd;
cursor: pointer; cursor: pointer;
padding: 0 5px; padding: 0 5px;
text-align: center;
text-align-last: center;
} }
header select.documentBranch:hover { header select.documentBranch:hover {