implemented new pixmap button which is not pushbutton based

This commit is contained in:
Jakub Trllo 2022-10-31 18:44:32 +01:00
parent 53c3ae8e56
commit 2d4e13ae56
3 changed files with 103 additions and 5 deletions

View file

@ -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;