From e0eb97922d5ef4a1448e76f13374ebfda7fda403 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 27 Mar 2013 20:48:33 +0100 Subject: - added hooks for getFileVersion* functions - automatic donwload retry - support for storing multiple download urls - improved "query info" functionality - some cleanup to download manager code - external fomod installer dialog are now brought to front - added shell... functions to have windows handle problematic situations - added visual clue when filters are active - esps are now automatically activated when installing a mod - added option to never endorse a mod - added "previous" and "next" buttons to mod info dialog - improved the way messagedialog text is shortened - coloring in mod info dialog now visible in other color schemes - plugin list is now saved automatically - vanilla bsas are now enabled even if they are not listed in the ini file - bugfix: setting mod to maximum now doesn't try to place the mod below overwrite --- src/stylesheets/dark.qss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/stylesheets') diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss index 80e58379..a3819fad 100644 --- a/src/stylesheets/dark.qss +++ b/src/stylesheets/dark.qss @@ -2,7 +2,7 @@ QToolTip { border: 1px solid black; color: #D9E6EA; - background-color: #484F53; + background-color: #2F3031; padding: 1px; border-radius: 3px; opacity: 100; @@ -28,7 +28,7 @@ QAbstractItemView QLineEdit { - background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #484F53, stop: 0.9 #757676, stop: 1 #484F53); + background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2D3330, stop: 0.9 #484F53, stop: 1 #2D3330); padding: 1px; border-style: solid; border: 1px solid #1e1e1e; @@ -205,6 +205,11 @@ QPlainTextEdit background-color: #484F53; } +QWebView +{ + background-color: #484F53; +} + QHeaderView::section { background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #484F53, stop:0.5 #757676, stop:1 #484F53); -- cgit v1.3.1