panel背景色改为不透明

master
yutent 2023-03-14 21:42:57 +08:00
parent 53ec10f833
commit 9201d80660
4 changed files with 5 additions and 7 deletions

6
.gitignore vendored
View File

@ -7,11 +7,9 @@
.Trashes .Trashes
*.css
build build
build/**
node_modules node_modules
node_modules/**
package-lock.json package-lock.json

View File

@ -5,7 +5,7 @@
* @date 2022/05/05 11:21:01 * @date 2022/05/05 11:21:01
*/ */
import scss from 'sass' import scss from '@bytedo/sass'
import fs from 'iofs' import fs from 'iofs'
import { parse } from 'path' import { parse } from 'path'
import { execSync } from 'child_process' import { execSync } from 'child_process'

View File

@ -4395,7 +4395,7 @@ MatePanelAppletFrameDBus > MatePanelAppletFrameDBus {
} }
.xfce4-panel.panel { .xfce4-panel.panel {
background-color: rgba(16, 16, 16, 0.1); background-color: #57606f;
color: #ced6e0; color: #ced6e0;
} }
.xfce4-panel.panel frame > border { .xfce4-panel.panel frame > border {

View File

@ -1004,7 +1004,7 @@ MatePanelAppletFrameDBus > MatePanelAppletFrameDBus {
// Xfce Panel // Xfce Panel
.xfce4-panel.panel { .xfce4-panel.panel {
background-color: rgba(16, 16, 16, 0.1); background-color: $bg_color;
color: $panel_fg; color: $panel_fg;
button { button {