From c7206daa93a4bc508bea1dace3471548ddd49a23 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 13 Aug 2021 17:12:53 +0200 Subject: [PATCH] styled few widgets --- openpype/style/style.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/openpype/style/style.css b/openpype/style/style.css index 6997c73f27..f851399653 100644 --- a/openpype/style/style.css +++ b/openpype/style/style.css @@ -635,3 +635,27 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { #VariantInput[state="exists"], #VariantInput[state="exists"]:focus, #VariantInput[state="exists"]:hover { border-color: #4E76BB; } + +#InstanceListView::item { + border-radius: 0.3em; + margin: 1px; +} +#InstanceListGroupWidget { + border: 1px solid white; + border-radius: 0.3em; + background: transparent; +} + +#PublishOverlayFrame { + background: rgba(0, 0, 0, 127) +} + +#PublishOverlay { + background: rgb(194, 226, 236); + border: 2px solid black; + border-radius: 0.3em; +} + +#PublishOverlay QLabel { + color: black; +}