mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
implemented new pixmap button which is not pushbutton based
This commit is contained in:
parent
53c3ae8e56
commit
2d4e13ae56
3 changed files with 103 additions and 5 deletions
|
|
@ -884,6 +884,18 @@ PublisherTabBtn[active="1"]:hover {
|
|||
background: {color:bg};
|
||||
}
|
||||
|
||||
PixmapButton{
|
||||
border: 0px solid transparent;
|
||||
border-radius: 0.2em;
|
||||
background: {color:bg-buttons};
|
||||
}
|
||||
PixmapButton:hover {
|
||||
background: {color:bg-button-hover};
|
||||
}
|
||||
PixmapButton:disabled {
|
||||
background: {color:bg-buttons-disabled};
|
||||
}
|
||||
|
||||
#CreatorDetailedDescription {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue