New backup 2025-07-10 10:00:03
This commit is contained in:
parent
a17ed672c5
commit
1d0a246a2b
1 changed files with 9 additions and 3 deletions
|
@ -3,16 +3,22 @@ QTabBar {
|
|||
background-image: none;
|
||||
}
|
||||
QTabWidget::tab-bar {
|
||||
left: 20px;
|
||||
left: 10px;
|
||||
}
|
||||
QTabBar::tab {
|
||||
margin: 0px -10px -1px 10px;
|
||||
margin: 0px -15x -1px 10px;
|
||||
border: 1px solid #77ffffff;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
padding: 5px 20px 5px 10px;
|
||||
box-shadow: -10px 10px lightblue;
|
||||
}
|
||||
QTabBar::close-button {
|
||||
padding-right: 10px;
|
||||
}
|
||||
QTabBar::tab:selected, QTabBar::tab:hover {
|
||||
background-color: red;
|
||||
}
|
||||
QTabBar::tab:!selected {
|
||||
margin-bottom: -5px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue