Fixed screen flickering in panel, overview

Caused in e3de2b2 by adding transparency effect
This commit is contained in:
Vladyslav Hroshev
2023-07-22 22:07:02 +03:00
parent b0431345b9
commit 1a20157732
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -1,7 +1,7 @@
/* Panel */
#panel {
background-color: BACKGROUND-COLOR;
background-color: BACKGROUND-OPAQUE-COLOR;
height: 36px;
font-size: 14px;
box-shadow: none;