New backup 2025-07-10 13:00:02

This commit is contained in:
Penelope Gwen 2025-07-10 13:00:02 -07:00
parent faf0730f45
commit 824865e47e

View file

@ -6,21 +6,27 @@ QTabWidget::tab-bar {
left: 10px; left: 10px;
} }
QTabBar::tab { QTabBar::tab {
margin: 0px -15x -1px 10px; margin: 0px -15x 2px 10px;
border: 1px solid #77ffffff; border: 1px solid #77ffffff;
/* border-top-left-radius: 4px;
border-top-right-radius: 4px;*/
padding: 3px 5px 3px 10px;
}
QTabBar::tab:first {
border-top-left-radius: 4px; border-top-left-radius: 4px;
border-top-right-radius: 4px; border-bottom-left-radius: 4px;
padding: 5px 20px 5px 10px;
} }
QTabBar::close-button { QTabBar::close-button {
padding-right: 10px; padding-right: 10px;
margin-right: 20px;
} }
QTabBar::tab:selected, QTabBar::tab:hover { QTabBar::tab:selected, QTabBar::tab:hover {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #00000000, stop: 0.4 #44d68787, stop: 0 #00000000, stop: 0.5 #33d68787, stop: 1.0 #66d68787);
stop: 0.5 #66d68787, stop: 1.0 #bbd68787); }
QTabBar::tab:selected {
padding-bottom: 6px;
} }
QTabBar::tab:!selected { QTabBar::tab:!selected {
margin-bottom: -5px; margin-top: 3px;
padding-bottom: 0px;
} }