Skip to content

Commit 9636b40

Browse files
Update style.qss
Fix the issues of delete button of classification
1 parent 3e5ec00 commit 9636b40

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

annotation_tool/style/style.qss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,16 +267,16 @@ QPushButton[class="welcome_action_btn"]:pressed {
267267
}
268268

269269
QPushButton[class="welcome_secondary_btn"] {
270-
font-size: 14px; /* 字体比主按钮(16px)小一号 */
270+
font-size: 14px;
271271
font-weight: bold;
272-
background-color: transparent; /* 背景透明,让它看起来像链接而不是沉重的按钮 */
273-
border: 1px solid #84ff00; /* 使用和标题同色的边框呼应 */
272+
background-color: transparent;
273+
border: 1px solid #84ff00;
274274
color: #84ff00;
275275
border-radius: 6px;
276276
}
277277

278278
QPushButton[class="welcome_secondary_btn"]:hover {
279-
background-color: rgba(0, 191, 255, 0.1); /* 鼠标悬浮时呈现淡淡的青色背光 */
279+
background-color: rgba(0, 191, 255, 0.1);
280280
border-color: #84ff00;
281281
color: #84ff00;
282282
}

0 commit comments

Comments
 (0)