mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
modified tab style
This commit is contained in:
parent
8a1c164f51
commit
375188a558
1 changed files with 48 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ QPushButton[btn-type="expand-toggle"] {
|
|||
}
|
||||
|
||||
#GroupWidget {
|
||||
border: 1px solid #aaaaaa;
|
||||
border-bottom: 1px solid #1d272f;
|
||||
}
|
||||
|
||||
#ProjectListWidget QListView {
|
||||
|
|
@ -148,6 +148,53 @@ QPushButton[btn-type="expand-toggle"] {
|
|||
#SideLineWidget[state="child-overriden-modified"] {border-color: #106aa2;}
|
||||
#SideLineWidget[state="child-overriden-modified"]:hover {border-color: #137cbd;}
|
||||
|
||||
#MainWidget {
|
||||
background: #141a1f;
|
||||
}
|
||||
|
||||
QTabWidget::pane {
|
||||
border-top-style: none;
|
||||
}
|
||||
|
||||
QTabBar {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
QTabBar::tab {
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
QTabBar::tab:selected {
|
||||
background: #293742;
|
||||
border-color: #9B9B9B;
|
||||
border-bottom-color: #C2C7CB;
|
||||
}
|
||||
|
||||
QTabBar::tab:!selected {
|
||||
margin-top: 2px;
|
||||
background: #1d272f;
|
||||
}
|
||||
|
||||
QTabBar::tab:!selected:hover {
|
||||
background: #3b4f5e;
|
||||
}
|
||||
|
||||
|
||||
|
||||
QTabBar::tab:first:selected {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
QTabBar::tab:last:selected {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
QTabBar::tab:only-one {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
QScrollBar:horizontal {
|
||||
height: 15px;
|
||||
margin: 3px 15px 3px 15px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue