mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-18 15:33:03 +08:00
fix(theme): 优化 BlueForest 按钮样式
- QPushButton 添加 min-width: 80px, min-height: 25px 统一按钮默认大小 - 移除无效的 QDialogButtonBox 选择器,对话框按钮直接继承 QPushButton - QPushButton padding 调整为 4px 12px,兼顾各场景按钮尺寸 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -11,12 +11,6 @@
|
||||
*/
|
||||
|
||||
/* ---- Global ---- */
|
||||
QWidget {
|
||||
background-color: #0f1a2e;
|
||||
color: #d0daf0;
|
||||
selection-background-color: #2dd4bf;
|
||||
selection-color: #0f1119;
|
||||
}
|
||||
QMainWindow::separator {
|
||||
background-color: #1c2840;
|
||||
width: 1px;
|
||||
@@ -66,7 +60,7 @@ QPushButton {
|
||||
border-width: 1px;
|
||||
border-radius: 5px;
|
||||
color: #d0daf0;
|
||||
padding: 2px;
|
||||
padding: 4px 12px;
|
||||
background-color: #1c2840;
|
||||
}
|
||||
QPushButton:hover {
|
||||
|
||||
Reference in New Issue
Block a user