Skip to content

Commit e955569

Browse files
committed
modify style
1 parent d287af9 commit e955569

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

Resources/Themes/Dark/style.qss

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -255,13 +255,13 @@ ToolTip > QLabel {
255255

256256
/*登录窗口*/
257257
#widgetLogin {
258-
border: 1px solid rgba(44, 144, 92, 255);
258+
border: 1px solid rgba(200, 200, 200, 255);
259259
border-radius: 4px; /*窗口最外层圆角*/
260-
background: rgba(64, 187, 107, 255); /*背景颜色*/
260+
background: rgba(38, 38, 38, 255); /*背景颜色*/
261261
}
262262
/*激活状态*/
263263
#widgetLogin[_active="true"] {
264-
border: 1px solid rgba(44, 144, 92, 255);
264+
border: 1px solid rgba(200, 200, 200, 255);
265265
}
266266
/*非激活状态*/
267267
#widgetLogin[_active="false"] {
@@ -276,9 +276,6 @@ ToolTip > QLabel {
276276
background-color: rgba(255, 255, 255, 255);
277277
border-radius: 12px;
278278
}
279-
#lineEditPassword {
280-
font-size: 10px;
281-
}
282279
#lineEditPassword[echoMode="2"] {
283280
lineedit-password-character: 1422;
284281
}
@@ -307,13 +304,13 @@ ToolTip > QLabel {
307304

308305
/*捐赠,更新,错误窗口*/
309306
#widgetDonate, #widgetUpdate, #widgetError {
310-
border: 1px solid rgba(44, 144, 92, 255);
307+
border: 1px solid rgba(200, 200, 200, 255);
311308
border-radius: 4px; /*窗口最外层圆角*/
312-
background: rgba(64, 187, 107, 255); /*背景颜色*/
309+
background: rgba(38, 38, 38, 255); /*背景颜色*/
313310
}
314311
/*捐赠窗口,更新窗口,错误窗口背景*/
315312
#widgetImage, #widgetUpdateBg, #widgetErrorBg {
316-
border: 1px solid rgba(44, 144, 92, 255);
313+
border: 1px solid rgba(200, 200, 200, 255);
317314
border-top: none;
318315
background: rgba(235, 235, 235, 255); /*背景颜色*/
319316
border-bottom-left-radius: 4px;
@@ -338,13 +335,13 @@ ToolTip > QLabel {
338335
min-height: 36px;
339336
max-height: 36px;
340337
border-radius: 4px;
341-
background: rgba(64, 187, 107, 255); /*背景颜色*/
338+
background: rgba(38, 38, 38, 255); /*背景颜色*/
342339
}
343340
#buttonInstall:hover {
344-
background: rgba(64, 187, 107, 150);
341+
background: rgba(38, 38, 38, 150);
345342
}
346343
#buttonInstall:pressed {
347-
background: rgba(64, 187, 107, 200);
344+
background: rgba(38, 38, 38, 200);
348345
}
349346
/*pip输入框*/
350347
#lineEditPip {

Resources/Themes/Default/style.qss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,6 @@ ToolTip > QLabel {
276276
background-color: rgba(255, 255, 255, 255);
277277
border-radius: 12px;
278278
}
279-
#lineEditPassword {
280-
font-size: 10px;
281-
}
282279
#lineEditPassword[echoMode="2"] {
283280
lineedit-password-character: 1422;
284281
}

0 commit comments

Comments
 (0)