From 7c3646dd40b3f6259b8c2136aa2a5d88758d0a05 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 16 Nov 2021 14:23:41 +0100 Subject: [PATCH] moved general names to bottom --- openpype/style/style.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/openpype/style/style.css b/openpype/style/style.css index e2198ced31..6ba90921dd 100644 --- a/openpype/style/style.css +++ b/openpype/style/style.css @@ -669,15 +669,6 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { background: none; } -/* Globally used names */ -#Separator { - background: {color:bg-menu-separator}; -} - -#IconButton { - padding: 4px 4px 4px 4px; -} - /* Password dialog*/ #PasswordBtn { border: none; @@ -950,11 +941,6 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { background: transparent; } -#NiceCheckbox { - /* Default size hint of NiceCheckbox is defined by font size. */ - font-size: 7pt; -} - /* Settings - NOT USED YET - we need to define font family for settings UI */ @@ -1125,3 +1111,17 @@ QWidget[input-state="invalid"] {border-color: #ad2e2e;} border-radius: 5px; background: #21252B;; } + +/* Globally used names */ +#Separator { + background: {color:bg-menu-separator}; +} + +#IconButton { + padding: 4px 4px 4px 4px; +} + +#NiceCheckbox { + /* Default size hint of NiceCheckbox is defined by font size. */ + font-size: 7pt; +}