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