[win] fix bug 62589

This commit is contained in:
SimplestStudio
2024-02-26 14:25:42 +02:00
parent 04fefb3a4b
commit 799d6e0b56
6 changed files with 101 additions and 21 deletions

View File

@ -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 */