mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
shadow on hover for title bar buttons
This commit is contained in:
parent
99aa481ace
commit
faf4daa577
@ -17,6 +17,10 @@ const TPL = `
|
|||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title-bar-buttons button:hover {
|
||||||
|
background-color: var(--accented-background-color) !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<button class="btn icon-action bx bx-minus minimize-btn"></button>
|
<button class="btn icon-action bx bx-minus minimize-btn"></button>
|
||||||
@ -62,4 +66,4 @@ export default class TitleBarButtonsWidget extends BasicWidget {
|
|||||||
|
|
||||||
return this.$widget;
|
return this.$widget;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user