From 1aa7e195bf1140da7dec53595433a52f3aa73c3f Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 16 Nov 2021 14:23:57 +0100 Subject: [PATCH] removed ProjectListWidget styles --- openpype/style/style.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/openpype/style/style.css b/openpype/style/style.css index 6ba90921dd..1ba39e01f7 100644 --- a/openpype/style/style.css +++ b/openpype/style/style.css @@ -999,19 +999,6 @@ QWidget[input-state="invalid"] {border-color: #ad2e2e;} border-bottom: 1px solid #21252B; } -#ProjectListWidget QListView { - border: 1px solid #464b54; - background: #21252B; -} - -#ProjectListWidget QListView:disabled { - background: #282C34; -} - -#ProjectListWidget QListView::item:disabled { - color: #4e5254; -} - #ProjectListWidget QLabel { background: transparent; font-weight: bold;