Browse Source

pause colors #21

Maxim Sokhatsky 11 years ago
parent
commit
1b4185ae84
1 changed files with 2 additions and 2 deletions
  1. 2 2
      apps/web/priv/static/app/js/bootloader.js

+ 2 - 2
apps/web/priv/static/app/js/bootloader.js

@@ -199,9 +199,9 @@ function hours() { return (new Date()).getHours(); }
 
 function initPauseOverlay() {
     var html = '<g xmlns="http://www.w3.org/2000/svg" id="overlay" style="display:none;">'+
-        '<rect x="216" y="91" stroke-width="0" stroke="red" width="641" height="367" rx="6" fill="white" opacity="0.7"></rect>'+
+        '<rect x="216" y="91" stroke-width="0" stroke="red" width="641" height="367" rx="6" fill="skyblue" opacity="0.8"></rect>'+
         '<g>'+
-        '<text fill="#3B5998" font-family="Exo 2" y="280" x="-116" text-anchor="middle" dx="641" font-size="26pt"> Someone paused the game</text></g>'+
+        '<text fill="white" font-family="Exo 2" y="280" x="-116" text-anchor="middle" dx="641" font-size="30pt"> Someone paused the game</text></g>'+
         '</g>';
     var page = document.getElementById("Kakaranet-12-maxim");
     var kakush = document.getElementById("Kakush");