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
*.css
build
build/**
node_modules
node_modules/**
package-lock.json

View File

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

View File

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

View File

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