mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win-linux] fix bug 50783
This commit is contained in:
@ -93,7 +93,7 @@ QPushButton#toolButtonMain {
|
||||
font-size: 10px;
|
||||
font-family: 'Open Sans',sans-serif;
|
||||
font-weight: bold;
|
||||
border-right: 1px solid #a5a5a5;
|
||||
border-right: 1px solid #f1f1f1;
|
||||
}
|
||||
|
||||
/*QPushButton#toolButtonMain[theme=light] {*/
|
||||
@ -117,6 +117,7 @@ QPushButton#toolButtonMain[class=normal],
|
||||
QPushButton#toolButtonMain[class=normal]
|
||||
{
|
||||
background: #f1f1f1;
|
||||
border-right-color: #dfdfdf;
|
||||
}
|
||||
|
||||
QPushButton#toolButtonMain[class=normal]:hover {
|
||||
@ -160,7 +161,7 @@ QPushButton#toolButtonDownload {max-width: 40px; width: 40px; max-height: 28px;
|
||||
}
|
||||
|
||||
#mainPanel[uitheme=theme-dark] QPushButton#toolButtonMain {
|
||||
border-right-color: #505050;
|
||||
border-right-color: #333;
|
||||
}
|
||||
|
||||
#mainPanel[uitheme=theme-dark] QPushButton#toolButtonMain[class=active] {
|
||||
@ -169,6 +170,7 @@ QPushButton#toolButtonDownload {max-width: 40px; width: 40px; max-height: 28px;
|
||||
|
||||
#mainPanel[uitheme=theme-dark] QPushButton#toolButtonMain[class=normal] {
|
||||
background: #404040;
|
||||
border-right-color: #505050;
|
||||
}
|
||||
|
||||
#mainPanel[uitheme=theme-dark] QPushButton#toolButtonMain[class=normal]:hover {
|
||||
@ -221,11 +223,12 @@ QPushButton#toolButtonDownload {max-width: 40px; width: 40px; max-height: 28px;
|
||||
}
|
||||
|
||||
#mainPanel[uitheme=theme-contrast-dark] QPushButton#toolButtonMain {
|
||||
border-right-color: #414141;
|
||||
border-right-color: #1e1e1e;
|
||||
}
|
||||
|
||||
#mainPanel[uitheme=theme-contrast-dark] QPushButton#toolButtonMain[class=normal] {
|
||||
background: #2a2a2a;
|
||||
border-right-color: #414141;
|
||||
}
|
||||
|
||||
#mainPanel[uitheme=theme-contrast-dark] QPushButton#toolButtonMain[class=normal]:hover {
|
||||
@ -244,15 +247,11 @@ QPushButton#toolButtonDownload {max-width: 40px; width: 40px; max-height: 28px;
|
||||
/***********************************/
|
||||
|
||||
#mainPanel[uitheme=theme-classic-light] QPushButton#toolButtonMain {
|
||||
border-right-color:#cbcbcb;
|
||||
border-right-color: #f1f1f1;
|
||||
}
|
||||
|
||||
/***********************************/
|
||||
/* light theme definitions */
|
||||
/***********************************/
|
||||
|
||||
#mainPanel[uitheme=theme-light] QPushButton#toolButtonMain {
|
||||
border-right-color:#dfdfdf;
|
||||
#mainPanel[uitheme=theme-classic-light] QPushButton#toolButtonMain[class=normal] {
|
||||
border-right-color: #cbcbcb;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user