trying to prevent flickering
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user