diff --git a/qss/pmdark.css b/qss/pmdark.css index eb75d5b..de5e295 100644 --- a/qss/pmdark.css +++ b/qss/pmdark.css @@ -7,26 +7,26 @@ } QWidget[form="title"] QLabel{ - border-radius:0px; - color:#DCDCDC; - background:none; - border-style:none; + border-radius:0px; + color:#DCDCDC; + background:none; + border-style:none; } QWidget[form="title"],QWidget[nav="left"],QWidget[nav="top"] QAbstractButton{ - border-style:none; - border-radius:0px; - padding:5px; - color:#DCDCDC; - background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #484848,stop:1 #383838); + border-style:none; + border-radius:0px; + padding:5px; + color:#DCDCDC; + background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #484848,stop:1 #383838); } -QWidget[nav="top"] QAbstractButton:hover,QWidget[nav="top"] QAbstractButton:pressed,QWidget[nav="top"] QAbstractButton:checked{ - border-style:solid; - border-width:0px 0px 2px 0px; - padding:4px 4px 2px 4px; - border-color:#00BB9E; - background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #646464,stop:1 #525252); +QWidget[nav="top"] QAbstractButton:hover,QWidget[nav="top"] QAbstractButton:pressed{ + border-style:solid; + border-width:0px 0px 2px 0px; + padding:4px 4px 2px 4px; + border-color:#00BB9E; + background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #646464,stop:1 #525252); } QPushButton#btnMenuMin,QPushButton#btnMenuClose{