summaryrefslogtreecommitdiff
path: root/src/stylesheets/skyrim.qss
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-02 21:50:52 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-06-02 21:50:52 -0400
commit3c69f1e54ab1eb99b2d1b30e5dfa5f28239e4314 (patch)
treedd2439bc23b0153a1aeb55fbd052add4114de1d3 /src/stylesheets/skyrim.qss
parent71a9f085138bf8f9dc75a27abd9b54cdb89a0876 (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/skyrim.qss')
-rw-r--r--src/stylesheets/skyrim.qss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stylesheets/skyrim.qss b/src/stylesheets/skyrim.qss
index d36eac57..d69fa173 100644
--- a/src/stylesheets/skyrim.qss
+++ b/src/stylesheets/skyrim.qss
@@ -488,6 +488,14 @@ QHeaderView {
image: url(./skyrim/arrow-down.png); }
/* Context menus, toolbar drop-downs #QMenu */
+QMenuBar {
+ background-color: #000;
+}
+
+QMenuBar::item:selected {
+ background-color: #121212;
+}
+
QMenu {
background-color: transparent; }
QMenu::item,