Skip to content
This repository was archived by the owner on Jan 24, 2020. It is now read-only.

Commit 0c0d917

Browse files
author
Avaer Kazmer
committed
Make settings background non-transparent
1 parent b98e51d commit 0c0d917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/css/engine.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
bottom: 0;
161161
left: 0;
162162
right: 0;
163-
/* background-color: rgba(0, 0, 0, 0.5); */
163+
background-color: rgba(0, 0, 0, 0.5);
164164
}
165165
#Engine .settings > .settings-foreground {
166166
position: relative;

0 commit comments

Comments
 (0)