summaryrefslogtreecommitdiff
path: root/src/stylesheets/Paper Automata.qss
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2019-06-03 22:26:55 +0200
committerGitHub <noreply@github.com>2019-06-03 22:26:55 +0200
commit0ecd812035a26c196154be2e28dad65aebcbd8bd (patch)
tree4fb2ca83bca9b0314ea57fa63a864b6a29b6d917 /src/stylesheets/Paper Automata.qss
parentf00314442b9c3c28e846c64da3c3f776e50656de (diff)
parent1fcd8f0e09363a0103df116e137ea9eb16bbf0db (diff)
Merge pull request #744 from isanae/standard-menu-and-toolbar
Standard menu and toolbars
Diffstat (limited to 'src/stylesheets/Paper Automata.qss')
-rw-r--r--src/stylesheets/Paper Automata.qss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stylesheets/Paper Automata.qss b/src/stylesheets/Paper Automata.qss
index d72aa7e2..c9830331 100644
--- a/src/stylesheets/Paper Automata.qss
+++ b/src/stylesheets/Paper Automata.qss
@@ -593,6 +593,16 @@ QHeaderView::section:last {
/* Right Click Menus, Toolbar Dropdown Menus, & Tooltips */
+QMenuBar {
+ background: #DAD4BB;
+ border: 2px solid #CDC8B0;
+}
+
+QMenuBar::item:selected {
+ background: #B4AF9A;
+ border: none;
+}
+
QMenu {
/* right click menu */
background: #DAD4BB;