From: Flavio Date: Thu, 10 Jan 2013 12:10:00 +0000 (+0100) Subject: Ambiance integration X-Git-Tag: 2.0~33 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=28a634de09a5a93f8b0c7bd4ed1b001b27599d02;p=minitube Ambiance integration --- 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;