From d1d8b38227cb16d5fbbb6b393ccf99c03de7e6b7 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Tue, 13 Dec 2011 00:27:33 +0000 Subject: [PATCH] Foil overlay more transparent. --- gemp-lotr/gemp-lotr-web/src/main/webapp/deckBuild.html | 2 +- gemp-lotr/gemp-lotr-web/src/main/webapp/game.html | 2 +- gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/deckBuild.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/deckBuild.html index c9133b936..cbddd6015 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/deckBuild.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/deckBuild.html @@ -16,7 +16,7 @@ } .foilOverlay { - opacity: 0.25; + opacity: 0.15; } .selectableCard > .borderOverlay { diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/game.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/game.html index 8027d2092..bf3969515 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/game.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/game.html @@ -79,7 +79,7 @@ body { } .foilOverlay { - opacity: 0.25; + opacity: 0.15; } .cardHint { diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html index ef1716376..77f49ad1a 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html @@ -124,7 +124,7 @@ $(document).ready( function() { - $("#latestNews").append("Sets 01-10 are available to play. " + $("#latestNews").append("Sets 01-11 are available to play. " + "If you find any problems with specific card or rules in general, please report it at the TLHH forums."); var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true);