mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added new button with menu
This commit is contained in:
parent
3a07b0d0f8
commit
912ad165d5
2 changed files with 52 additions and 0 deletions
|
|
@ -771,6 +771,25 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
border: 1px solid #ff0000;
|
||||
}
|
||||
|
||||
/* Scene Inventory*/
|
||||
#ButtonWithMenu {
|
||||
padding-right: 16px;
|
||||
border: 1px solid #4A4949;
|
||||
border-radius: 2px;
|
||||
}
|
||||
#ButtonWithMenu::menu-button {
|
||||
border: 1px solid #4A4949;
|
||||
width: 12px;
|
||||
border-top-left-radius: 0px;
|
||||
border-top-right-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
border-bottom-left-radius: 0px;
|
||||
}
|
||||
|
||||
#ButtonWithMenu[state="1"], #ButtonWithMenu[state="1"]::menu-button, #ButtonWithMenu[state="1"]::menu-button:hover {
|
||||
border-color: green;
|
||||
}
|
||||
|
||||
/* Python console interpreter */
|
||||
#PythonInterpreterOutput, #PythonCodeEditor {
|
||||
font-family: "Roboto Mono";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue