From 60f876dfaa35f04b2c8de29df9e5b9960d3690e1 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:29:18 +0100 Subject: [PATCH] added some styles --- client/ayon_core/style/style.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/client/ayon_core/style/style.css b/client/ayon_core/style/style.css index 0d057beb7b..ecbecba633 100644 --- a/client/ayon_core/style/style.css +++ b/client/ayon_core/style/style.css @@ -1069,6 +1069,20 @@ PixmapButton:disabled { background: {color:bg-buttons-disabled}; } +ValueItemButton { + border-radius: 0px; + background: transparent; +} +ValueItemButton:hover { + background: {color:bg-view-selection-hover}; +} +ValueItemButton[selected="1"] { + background: {color:bg-view-selection}; +} +ValueItemButton[selected="1"]:hover { + background: {color:bg-view-selection-hover}; +} + #ThumbnailPixmapHoverButton { font-size: 11pt; background: {color:bg-view}; @@ -1227,6 +1241,14 @@ PixmapButton:disabled { min-width: 8px; } +#FloatingHintLabel { + background: #16191D; + color: #8b9198; + padding: 5px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} + ValidationArtistMessage QLabel { font-size: 20pt; font-weight: bold;