summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2015-05-18 23:52:00 +0300
committergarbash <dor.garbash@gmail.com>2015-05-18 23:52:00 +0300
commit01190baff886cb74e0525c8cb072e71be79acb89 (patch)
treec81299af01f175a94f04e7c6c56e655fa2aff3e3 /res/client/css/style.css
parent5a555abba15e48917959a7fe45d18361634471e0 (diff)
Changed opacity for background nodes
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index cddfaa76..e112108b 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -884,7 +884,7 @@ p {
pointer-events: all; }
.notselected, .notselected * {
- opacity: 0.2;
+ opacity: 0.5;
-webkit-filter: blur(10px); }
.notselected:hover, .notselected *:hover {
opacity: 1;