We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5ec00 commit 9636b40Copy full SHA for 9636b40
1 file changed
annotation_tool/style/style.qss
@@ -267,16 +267,16 @@ QPushButton[class="welcome_action_btn"]:pressed {
267
}
268
269
QPushButton[class="welcome_secondary_btn"] {
270
- font-size: 14px; /* 字体比主按钮(16px)小一号 */
+ font-size: 14px;
271
font-weight: bold;
272
- background-color: transparent; /* 背景透明,让它看起来像链接而不是沉重的按钮 */
273
- border: 1px solid #84ff00; /* 使用和标题同色的边框呼应 */
+ background-color: transparent;
+ border: 1px solid #84ff00;
274
color: #84ff00;
275
border-radius: 6px;
276
277
278
QPushButton[class="welcome_secondary_btn"]:hover {
279
- background-color: rgba(0, 191, 255, 0.1); /* 鼠标悬浮时呈现淡淡的青色背光 */
+ background-color: rgba(0, 191, 255, 0.1);
280
border-color: #84ff00;
281
282
0 commit comments