From 2639a9dbdd32ea0c4c444ba13679005bc6d6edb8 Mon Sep 17 00:00:00 2001 From: kradchen Date: Mon, 11 Sep 2023 16:29:01 +0800 Subject: [PATCH] Add AdminSPwd style --- src/stylesheet/Dark2.css | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) 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); +} +