mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win] fix bug 62589
This commit is contained in:
@ -3,17 +3,20 @@
|
||||
#box-title-tools QLabel {font-family: "Arial", "Helvetica", "Helvetica Neue", sans-serif;}
|
||||
#labelTitle {color: #444; font-weight: normal;}
|
||||
#iconuser {color: %1; background: #d9ffffff; font-size: 10px;}
|
||||
QPushButton[act=tool][hovered=true],
|
||||
QPushButton[act=tool]:hover {background-color: rgba(0,0,0,20%);}
|
||||
QPushButton#toolButtonClose:hover {background-color: #d42b2b;}
|
||||
QPushButton#toolButtonClose:pressed {background-color: #d75050;}
|
||||
|
||||
/* pretty */
|
||||
#mainPanel[window=pretty] QPushButton[act=tool][unix=false][hovered=true],
|
||||
#mainPanel[window=pretty] QPushButton[act=tool][unix=false]:hover {background-color: rgba(255,255,255,20%);}
|
||||
#mainPanel[window=pretty] QPushButton#toolButtonMinimize {image: url(:/minimize_light.svg);}
|
||||
#mainPanel[window=pretty] QPushButton#toolButtonClose {image: url(:/close_light.svg);}
|
||||
#mainPanel[window=pretty] QPushButton#toolButtonClose[unix=false]:hover {background-color: #d42b2b;}
|
||||
#mainPanel[window=pretty] QPushButton#toolButtonMaximize {image: url(:/restore_light.svg);}
|
||||
#mainPanel[window=pretty] QPushButton#toolButtonMaximize[class=min] {image: url(:/maximize_light.svg);}
|
||||
#mainPanel[window=pretty] QPushButton#toolButtonMaximize[unix=false][pressed=true] {background-color: rgba(255,255,255,20%);}
|
||||
#mainPanel[window=pretty] #labelTitle {color: #fff; font-size: 12px;}
|
||||
|
||||
/* dark style */
|
||||
|
||||
Reference in New Issue
Block a user