diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-06-03 22:26:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-03 22:26:55 +0200 |
| commit | 0ecd812035a26c196154be2e28dad65aebcbd8bd (patch) | |
| tree | 4fb2ca83bca9b0314ea57fa63a864b6a29b6d917 /src/stylesheets/Paper Light by 6788.qss | |
| parent | f00314442b9c3c28e846c64da3c3f776e50656de (diff) | |
| parent | 1fcd8f0e09363a0103df116e137ea9eb16bbf0db (diff) | |
Merge pull request #744 from isanae/standard-menu-and-toolbar
Standard menu and toolbars
Diffstat (limited to 'src/stylesheets/Paper Light by 6788.qss')
| -rw-r--r-- | src/stylesheets/Paper Light by 6788.qss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/stylesheets/Paper Light by 6788.qss b/src/stylesheets/Paper Light by 6788.qss index 4aad55a8..54af277a 100644 --- a/src/stylesheets/Paper Light by 6788.qss +++ b/src/stylesheets/Paper Light by 6788.qss @@ -590,6 +590,18 @@ QHeaderView::down-arrow { /* Right Click Menus, Toolbar Dropdown Menus, & Tooltips */ +QMenuBar { + background: #EBEBEB; + border: 1px solid #EBEBEB; +} + +QMenuBar::item:selected { + background: #008484; + color: #FFFFFF; + border: 0px; + border-radius: 4px; +} + QMenu { /* right click menu */ background: #FFFFFF; |
