style: 统一使用蓝色主题色
- 压缩图标改为蓝色 #007ACC - 问题选项按钮改为蓝色背景,悬停深蓝色 - 按钮、进度条等组件统一使用蓝色主题 - 添加 CSS 强制规则确保图标在所有主题下显示蓝色
This commit is contained in:
@ -320,15 +320,15 @@ export class ICViewProvider implements vscode.WebviewViewProvider {
|
||||
width: 200px;
|
||||
padding: 8px 12px;
|
||||
margin: 4px 0;
|
||||
background: var(--vscode-button-background);
|
||||
color: var(--vscode-button-foreground);
|
||||
background: #007ACC;
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
}
|
||||
.btn:hover {
|
||||
background: var(--vscode-button-hoverBackground);
|
||||
background: #005a9e;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user