trying to prevent flickering
This commit is contained in:
@@ -32,16 +32,14 @@ button {
|
||||
|
||||
/* Top panel in sample config uses this name */
|
||||
#panel-top {
|
||||
background: #000000;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
color: #eeeeee;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
/* Bottom panel in sample config uses this name */
|
||||
#panel-bottom {
|
||||
background: #000000;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
color: #eeeeee;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
/* Controls window in sample config uses this name */
|
||||
|
||||
Reference in New Issue
Block a user