mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
50 lines
2.6 KiB
Plaintext
50 lines
2.6 KiB
Plaintext
|
|
QTabWidget::pane {background-color: #f1f1f1; border: none;}
|
|
QTabBar::tab {width: 270px; background-color: #f1f1f1; border: 0 none; border-right: 2px solid #a5a5a5; min-width: 82px; max-width: 270px;
|
|
height: 56px; margin: 0 0 0 0;}
|
|
QTabBar::tab:hover {background-color: #cecece;}
|
|
QTabBar::tab-label {active: #fff; normal: #444;}
|
|
QTabBar::tab-icon {width: 15; height: 15;}
|
|
QTabBar[active=false]::tab:selected {background-color: #f1f1f1;}
|
|
QTabBar[active=true]::tab:selected {background-color: #f1f1f1;}
|
|
QTabBar[active=false]::tab:selected:hover {background-color: #cecece;}
|
|
|
|
#mainPanel[uitheme=theme-light] QTabBar::tab {border-right-color:#dfdfdf;}
|
|
|
|
#mainPanel[uitheme=theme-classic-light] QTabBar::tab {border-right-color:#cbcbcb;}
|
|
|
|
#mainPanel[uitheme=theme-dark] QTabWidget::pane {background-color: #404040;}
|
|
#mainPanel[uitheme=theme-dark] QTabBar::tab {background-color: #404040; border-right-color: #505050;}
|
|
#mainPanel[uitheme=theme-dark] QTabBar::tab:hover {background-color: #555;}
|
|
#mainPanel[uitheme=theme-dark] QTabBar::tab:selected {background-color: #404040;}
|
|
#mainPanel[uitheme=theme-dark] QTabBar[active=false]::tab:selected:hover {background-color: #555;}
|
|
|
|
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton {background-color: #404040;}
|
|
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:hover {background-color: #555;}
|
|
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:pressed {background-color: #606060;}
|
|
|
|
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton {
|
|
image: url(:/tabbar/icons/scrolltab_ln_light_2x.png) center no-repeat;
|
|
}
|
|
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:disabled {
|
|
image: url(:/tabbar/icons/scrolltab_ld_light_2x.png) center no-repeat;
|
|
}
|
|
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:hover {
|
|
image: url(:/tabbar/icons/scrolltab_lh_light_2x.png) center no-repeat;
|
|
}
|
|
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:pressed {
|
|
image: url(:/tabbar/icons/scrolltab_lp_light_2x.png) center no-repeat;
|
|
}
|
|
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton {
|
|
image: url(:/tabbar/icons/scrolltab_rn_light_2x.png) center no-repeat;
|
|
}
|
|
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:disabled {
|
|
image: url(:/tabbar/icons/scrolltab_rd_light_2x.png) center no-repeat;
|
|
}
|
|
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:hover {
|
|
image: url(:/tabbar/icons/scrolltab_rh_light_2x.png) center no-repeat;
|
|
}
|
|
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:pressed {
|
|
image: url(:/tabbar/icons/scrolltab_rp_light_2x.png) center no-repeat;
|
|
}
|