trying to prevent flickering

This commit is contained in:
committer@tuxwarrior
2026-05-26 07:38:10 -05:00
parent 9e43597593
commit 35728a3aff
+2 -4
View File
@@ -32,16 +32,14 @@ button {
/* Top panel in sample config uses this name */ /* Top panel in sample config uses this name */
#panel-top { #panel-top {
background: #000000; background: rgba(0, 0, 0, 0.6);
color: #eeeeee; color: #eeeeee;
opacity: 0.6;
} }
/* Bottom panel in sample config uses this name */ /* Bottom panel in sample config uses this name */
#panel-bottom { #panel-bottom {
background: #000000; background: rgba(0, 0, 0, 0.8);
color: #eeeeee; color: #eeeeee;
opacity: 0.8;
} }
/* Controls window in sample config uses this name */ /* Controls window in sample config uses this name */