diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2015-02-14 22:30:04 +0200 |
|---|---|---|
| committer | Ofer Lehr <ofer@oferlehr.com> | 2015-02-14 22:30:04 +0200 |
| commit | 3beb1bbd65e7b00ce78bf603ec69bcb387962886 (patch) | |
| tree | 4f21d10e3c829b8706c12f8106a5d5a41420ee2c /res/client/css/partials/graph-view.scss | |
| parent | 780766e75b0231520128aa892f5efc45b4bc30fb (diff) | |
some Improvements to login styling
made css more modular and improved styling of all elements in login page
Diffstat (limited to 'res/client/css/partials/graph-view.scss')
| -rw-r--r-- | res/client/css/partials/graph-view.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/client/css/partials/graph-view.scss b/res/client/css/partials/graph-view.scss index 9667a154..abce69a3 100644 --- a/res/client/css/partials/graph-view.scss +++ b/res/client/css/partials/graph-view.scss @@ -146,6 +146,7 @@ .notselected { opacity: 0.2; + -webkit-filter: blur(10px); } .graph.link.temp_and { |
