From ac172adf2da9a1ffa2627888f0b563657bc5b7e7 Mon Sep 17 00:00:00 2001 From: Tvangeste Date: Thu, 11 Apr 2013 12:18:53 +0200 Subject: [PATCH] Tweaked the menu and tooltip styles in Lingoes-Blue theme. --- qt-style-st-lingoes-blue.css | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/qt-style-st-lingoes-blue.css b/qt-style-st-lingoes-blue.css index 2ebdedf8..6658b608 100644 --- a/qt-style-st-lingoes-blue.css +++ b/qt-style-st-lingoes-blue.css @@ -3,7 +3,22 @@ MainWindow { } MainWindow #menubar { - background-color: #CFDDF0; + background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, + stop:0 #F0F6FF, stop:0.5 #D2E0F5, stop:0.9 #DCEBFF, stop:1 #F0F6FF); +} + +MainWindow #menubar::item { + spacing: 3px; + padding: 2px 4px; + background: transparent; +} + +MainWindow #menubar::item:selected { /* when selected using mouse or keyboard */ + background: #839EC7; +} + +MainWindow #menubar::item:pressed { + background: #728AAD; } MainWindow #translateLine, ScanPopup #translateLine, MainWindow #wordList { @@ -38,7 +53,7 @@ ArticleView #searchFrame QMenu {background-color: none} ArticleView QMenu {background-color: none} MainWindow #dictionaryBar QToolTip { - background: #f14040; + background: #839EC7; color: white; border-style: none; }