diff --git a/src/stylesheet/Dark2.css b/src/stylesheet/Dark2.css index 0abe568..2048aba 100644 --- a/src/stylesheet/Dark2.css +++ b/src/stylesheet/Dark2.css @@ -287,7 +287,7 @@ QDialog#loginForm { font-size: 16px; } -QDialog#loginForm QLabel#title { +QLabel#loginTitle { font-Size: 98px; color: qlineargradient(x1:0, y1: 0, @@ -338,6 +338,17 @@ QToolButton#TurnoffBtn { qproperty-toolButtonStyle:ToolButtonIconOnly; } +QToolButton#HideBtn { + border: none; + min-height:50px; + max-height:50px; + min-width:50px; + max-width:50px; + background-color: transparent; +} + + + /*------MainWindow------------------------------------------------------------------*/ /*------TopbarWidget--------------------------------------------------------------- */ @@ -1006,3 +1017,19 @@ QListView#LeftBtnBar::item QWidget#settingContentWidget QWidget{ font-size:26px; } + +QLabel#Notice{ + font-size:20px; +} + +QLabel#resetCode { + font-Size: 60px; + color: qlineargradient(x1:0, + y1: 0, + x2: 0, + y2: 1, + stop: 0.0 darkgray, + stop: 0.5 lightgray, + stop: 1.0 darkgray); +} +