From 16d698624d16d1cfbc27aaa08ea4bedd0667ec52 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 5 Nov 2021 16:13:12 +0100 Subject: [PATCH] removed background from splitters --- openpype/style/style.css | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/openpype/style/style.css b/openpype/style/style.css index e914f0743f..49b91b4e7a 100644 --- a/openpype/style/style.css +++ b/openpype/style/style.css @@ -273,24 +273,9 @@ QSplitter::handle { border: 3px solid transparent; } -QSplitter::handle:horizontal { +QSplitter::handle:horizontal, QSplitter::handle:vertical, QSplitter::handle:horizontal:hover, QSplitter::handle:vertical:hover { /* must be single like because of Nuke*/ - background: qlineargradient(x1:0, y1:0, x2:1, y2:0,stop:0.3 rgba(0, 0, 0, 0),stop:0.5 {color:bg-splitter},stop:0.7 rgba(0, 0, 0, 0)); -} - -QSplitter::handle:vertical { - /* must be single like because of Nuke*/ - background: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0.3 rgba(0, 0, 0, 0),stop:0.5 {color:bg-splitter},stop:0.7 rgba(0, 0, 0, 0)); -} - -QSplitter::handle:horizontal:hover { - /* must be single like because of Nuke*/ - background: qlineargradient(x1:0, y1:0, x2:1, y2:0,stop:0.3 rgba(0, 0, 0, 0),stop:0.5 {color:bg-splitter-hover},stop:0.7 rgba(0, 0, 0, 0)); -} - -QSplitter::handle:vertical:hover { - /* must be single like because of Nuke*/ - background: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0.3 rgba(0, 0, 0, 0),stop:0.5 {color:bg-splitter-hover},stop:0.7 rgba(0, 0, 0, 0)); + background: transparent; } /* SLider */