New backup 2025-07-10 12:45:03
This commit is contained in:
parent
1d0a246a2b
commit
faf0730f45
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ QTabBar::close-button {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
QTabBar::tab:selected, QTabBar::tab:hover {
|
QTabBar::tab:selected, QTabBar::tab:hover {
|
||||||
background-color: red;
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
|
stop: 0 #00000000, stop: 0.4 #44d68787,
|
||||||
|
stop: 0.5 #66d68787, stop: 1.0 #bbd68787);
|
||||||
}
|
}
|
||||||
QTabBar::tab:!selected {
|
QTabBar::tab:!selected {
|
||||||
margin-bottom: -5px;
|
margin-bottom: -5px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue