New backup 2025-07-10 15:30:02

This commit is contained in:
Penelope Gwen 2025-07-10 15:30:02 -07:00
parent 824865e47e
commit b0fa7abb2e

View file

@ -6,16 +6,23 @@ QTabWidget::tab-bar {
left: 10px; left: 10px;
} }
QTabBar::tab { QTabBar::tab {
margin: 0px -15x 2px 10px; margin: 0px -15x 5px 0px;
border: 1px solid #77ffffff; border: 1px solid #77d68787;
/* border-top-left-radius: 4px; /* border-top-left-radius: 4px;
border-top-right-radius: 4px;*/ border-top-right-radius: 4px;*/
padding: 3px 5px 3px 10px; padding: 9px 10px 9px 10px;
} }
QTabBar::tab:first { QTabBar::tab:first {
border-top-left-radius: 4px; border-top-left-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
} }
QTabBar::tab:last {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
QTabBar::tab:only-one {
border-radius: 4px;
}
QTabBar::close-button { QTabBar::close-button {
padding-right: 10px; padding-right: 10px;
margin-right: 20px; margin-right: 20px;
@ -23,10 +30,12 @@ QTabBar::close-button {
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.5 #33d68787, stop: 1.0 #66d68787); stop: 0 #00000000, stop: 0.5 #33d68787, stop: 1.0 #66d68787);
padding: 9px 10px 9px 10px;
} }
QTabBar::tab:selected { /*QTabBar::tab:selected {
padding-bottom: 6px; padding-bottom: 6px;
} }*/
QTabBar::tab:!selected { /*QTabBar::tab:!selected {
margin-top: 3px; margin-top: 3px;
} margin-bottom: 3px;
}*/