diff --git a/res/common.css b/res/common.css index e73a52f..b5ed5d7 100644 --- a/res/common.css +++ b/res/common.css @@ -142,6 +142,12 @@ h6 { font-size: 0.9em } margin: 0 auto 0 auto; padding: 5px; /* background-color: #2D2D2D;*/ + + /* TESTING HARDWARE ACCEL */ + -webkit-transform: translate3d(0,0,0); + transform: translate3d(0,0,0); + /* TESTING HARDWARE ACCEL */ + background-color: rgba(45, 45, 45, 0.65); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);