Fixed screen flickering in panel, overview
Caused in e3de2b2 by adding transparency effect
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#overviewGroup, /* overview background */
|
||||
.workspace-animation { /* spacing between worspaces (ctrl+alt+arr_left/right / 3 fingers gesture) */
|
||||
background-color: BACKGROUND-COLOR;
|
||||
background-color: BACKGROUND-OPAQUE-COLOR;
|
||||
}
|
||||
|
||||
/* workspaces */
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Panel */
|
||||
|
||||
#panel {
|
||||
background-color: BACKGROUND-COLOR;
|
||||
background-color: BACKGROUND-OPAQUE-COLOR;
|
||||
height: 36px;
|
||||
font-size: 14px;
|
||||
box-shadow: none;
|
||||
|
||||
Reference in New Issue
Block a user