New backup 2025-07-10 12:45:03

This commit is contained in:
Penelope Gwen 2025-07-10 12:45:03 -07:00
parent 1d0a246a2b
commit faf0730f45

View file

@ -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;