mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 17:08:58 +01:00
30 lines
605 B
CSS
30 lines
605 B
CSS
.component.title-bar-buttons {
|
|
flex-shrink: 0;
|
|
contain: none;
|
|
}
|
|
|
|
.title-bar-buttons div button {
|
|
border: none !important;
|
|
border-radius: 0;
|
|
background: none !important;
|
|
font-size: 150%;
|
|
height: 40px;
|
|
width: 40px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.title-bar-buttons div:hover button {
|
|
background-color: var(--accented-background-color) !important;
|
|
}
|
|
|
|
.title-bar-buttons div {
|
|
display: inline-block;
|
|
height: 40px;
|
|
width: 40px;
|
|
}
|
|
|
|
.title-bar-buttons .btn.focus, .title-bar-buttons .btn:focus {
|
|
box-shadow: none;
|
|
} |