panel背景色改为不透明
parent
53ec10f833
commit
9201d80660
|
@ -7,11 +7,9 @@
|
||||||
.Trashes
|
.Trashes
|
||||||
|
|
||||||
|
|
||||||
|
*.css
|
||||||
build
|
build
|
||||||
build/**
|
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
node_modules/**
|
|
||||||
|
|
||||||
package-lock.json
|
package-lock.json
|
|
@ -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'
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue