diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-11 17:11:47 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-11 19:48:25 +0200 |
| commit | 9968784c978199b10bd7f6fcc465ba5fc5841e0e (patch) | |
| tree | a0506ee56715a4441856eba9e8d14154457f746a /res/css/style.css | |
| parent | 4ffd67ad93ba1b92afad1ddc72f6b383b1bfa74a (diff) | |
Add edge_info tab; implements edge deletion
Diffstat (limited to 'res/css/style.css')
| -rw-r--r-- | res/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/css/style.css b/res/css/style.css index aa304a3e..995eb2ea 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -324,7 +324,7 @@ input:focus { vertical-align: middle; } -.info{ +.edge_info, .info { background-color: rgba(17,17,17,0.8); position:fixed; top:150px; |
