summaryrefslogtreecommitdiff
path: root/themes/ayaya/gtk-3.0/apps/xfce.css
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-03-26 01:50:36 +0100
committeraura <nw@moneybot.cc>2026-03-26 01:50:36 +0100
commitc4ff8966380ff97b8812b81d37e713fa52534875 (patch)
treef1041db97626a3c37363da9eeecd5230db87a8a1 /themes/ayaya/gtk-3.0/apps/xfce.css
parent9e2e988236e7180c9299b20b503b143e35d3b198 (diff)
fix theme css warningsmain
Diffstat (limited to 'themes/ayaya/gtk-3.0/apps/xfce.css')
-rw-r--r--themes/ayaya/gtk-3.0/apps/xfce.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/ayaya/gtk-3.0/apps/xfce.css b/themes/ayaya/gtk-3.0/apps/xfce.css
index 03cfb20..7ee7b04 100644
--- a/themes/ayaya/gtk-3.0/apps/xfce.css
+++ b/themes/ayaya/gtk-3.0/apps/xfce.css
@@ -10,7 +10,7 @@ XfceHeading {
.xfce4-panel {
background-color: @panel_bg_color;
color: @panel_fg_color;
- font: normal;
+ font-weight: normal;
}
.xfce4-panel .button {
@@ -34,5 +34,5 @@ XfceHeading {
}
.xfce4-panel .menu {
- -gtk-image-effect: none;
+ -gtk-icon-effect: none;
}