mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
[win-nix] fix single editor's window for theme Gray
This commit is contained in:
committed by
SimplestStudio
parent
54c51f1994
commit
fbeb3012af
@ -26,6 +26,16 @@ QPushButton#toolButtonClose:pressed {background-color: #d75050;}
|
||||
#mainPanel[window=pretty] QPushButton#toolButtonMaximize[unix=false][pressed=true] {background-color: rgba(255,255,255,20%);}
|
||||
#mainPanel[window=pretty] #labelTitle {color: %3; font-size: 12px;}
|
||||
|
||||
#mainPanel[uitheme=theme-gray] #labelTitle {color: #444;}
|
||||
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton[act=tool][unix=false][hovered=true],
|
||||
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton[act=tool][unix=false]:hover {background-color: rgba(0,0,0,20%);}
|
||||
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMinimize {image: url(:/minimize.svg);}
|
||||
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonClose {image: url(:/close.svg);}
|
||||
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonClose[unix=false]:hover {image: url(:/close_light.svg);}
|
||||
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMaximize {image: url(:/restore.svg);}
|
||||
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMaximize[class=min] {image: url(:/maximize.svg);}
|
||||
#mainPanel[uitheme=theme-gray] #iconuser {background: rgba(68,68,68,80%);}
|
||||
|
||||
/* 1.25x */
|
||||
#mainPanel[zoom="1.25x"] #toolButtonMinimize,
|
||||
#mainPanel[zoom="1.25x"] #toolButtonClose,
|
||||
|
||||
Reference in New Issue
Block a user