mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Fix Nextcloud .btn-group > .btn layout
This commit is contained in:
parent
e0c21b4b85
commit
08e8a570b8
1 changed files with 12 additions and 0 deletions
|
|
@ -116,6 +116,18 @@ a.selectable::after {
|
||||||
border: initial !important;
|
border: initial !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-group > .btn {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
.btn-group > .btn:first-child {
|
||||||
|
border-top-left-radius: var(--border-radius-pill, 3px);
|
||||||
|
border-bottom-left-radius: var(--border-radius-pill, 3px);
|
||||||
|
}
|
||||||
|
.btn-group > .btn:last-child {
|
||||||
|
border-top-right-radius: var(--border-radius-pill, 3px);
|
||||||
|
border-bottom-right-radius: var(--border-radius-pill, 3px);
|
||||||
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
#body-user #header {
|
#body-user #header {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue