borderless title bar buttons

This commit is contained in:
zadam 2020-04-28 21:55:54 +02:00
parent 5769587305
commit 989a003d2f
2 changed files with 9 additions and 2 deletions

View File

@ -14,7 +14,7 @@ const TPL = `
.global-menu button { .global-menu button {
margin-right: 10px; margin-right: 10px;
height: 33px; height: 33px;
border-bottom: none; border: none;
} }
.global-menu .dropdown-menu { .global-menu .dropdown-menu {

View File

@ -7,7 +7,14 @@ const TPL = `
<style> <style>
.title-bar-buttons { .title-bar-buttons {
margin-top: 4px; margin-top: 4px;
min-width: 100px; flex-shrink: 0;
}
.title-bar-buttons button {
border: none;
font-size: 150%;
padding-left: 10px;
padding-right: 10px;
} }
</style> </style>