]> git.sur5r.net Git - minitube/commitdiff
Ambiance integration
authorFlavio <flavio@odisseo.local>
Thu, 10 Jan 2013 12:10:00 +0000 (13:10 +0100)
committerFlavio <flavio@odisseo.local>
Thu, 10 Jan 2013 12:10:00 +0000 (13:10 +0100)
style.css

index 0232aa22e01d1aefa1bc6060a886ed64e19d6e80..5223e05f01f0924d5d5dc1e92b77ad6ef8a61e24 100644 (file)
--- 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;