diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 21:50:52 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 21:50:52 -0400 |
| commit | 3c69f1e54ab1eb99b2d1b30e5dfa5f28239e4314 (patch) | |
| tree | dd2439bc23b0153a1aeb55fbd052add4114de1d3 /src/stylesheets/Paper Light by 6788.qss | |
| parent | 71a9f085138bf8f9dc75a27abd9b54cdb89a0876 (diff) | |
update styles to handle the new menu bar
also formatted the Transparent styles, all the css was on one line
added a separator before the settings menu item
fixed medium icon item not being checkable
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; |
