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;