瀏覽代碼

helper overlay

Joscha Jaeger 10 年之前
父節點
當前提交
a46d4a46cd
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/allplatforms/css/Keyboard.css

+ 2 - 2
src/allplatforms/css/Keyboard.css

@@ -5,11 +5,11 @@
     left:       0px;
     z-index:    900;
 
-    background-color:       rgba(92, 13, 14, 0.7);
+    background-color:       rgba(20, 20, 20, 0.85);
     background-image:       url(img/help.png);
     background-repeat:      no-repeat;
     background-position:    center;
-    background-size:        60%;
+    background-size:        700px;
 
     pointer-events:         none;