mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
added styles for ImageButton
This commit is contained in:
parent
7aacff9591
commit
190b261e70
1 changed files with 10 additions and 0 deletions
|
|
@ -1140,3 +1140,13 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
/* Default size hint of NiceCheckbox is defined by font size. */
|
||||
font-size: 7pt;
|
||||
}
|
||||
|
||||
#ImageButton {
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
#ImageButton:disabled {
|
||||
background: {color:bg-buttons-disabled};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue