From 28a634de09a5a93f8b0c7bd4ed1b001b27599d02 Mon Sep 17 00:00:00 2001 From: Flavio Date: Thu, 10 Jan 2013 13:10:00 +0100 Subject: [PATCH] Ambiance integration --- style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/style.css b/style.css index 0232aa2..5223e05 100644 --- a/style.css +++ b/style.css @@ -67,10 +67,25 @@ MainWindow[style="Ambiance"] > QToolBar { border-top: 1px solid #474641; } +MainWindow[style="Ambiance"] > QToolBar QToolButton, MainWindow[style="Ambiance"] > QToolBar QLabel { color: #dfdbd2; } +MainWindow[style="Ambiance"] > QToolBar QToolButton::hover { + background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, + stop: 0 #474641, stop: 1 #3c3b37); + border-radius: 5px; + border: 1px outset #3c3b37; +} + +MainWindow[style="Ambiance"] > QToolBar QToolButton::pressed { + background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, + stop: 0 #3b3a36, stop: 1 #363531); + border-radius: 5px; + border: 1px inset #292825; +} + MainWindow[style="Ambiance"] QSlider::groove:horizontal { border: 1px solid #808080; height: 8px; -- 2.39.5