diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2014-09-17 13:22:48 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-09-18 06:31:42 -0700 |
commit | 8aa387414cb38a51a8abd31cca91b755a1c4d3c1 (patch) | |
tree | 4701fc8d08aa94c9b86de3a03570828f234859b0 /theme/jquery.jqplot.css | |
parent | 01d0eb5f8b8389839105dba07d4f04a87e4fdba6 (diff) | |
download | subsurface-8aa387414cb38a51a8abd31cca91b755a1c4d3c1.tar.gz |
HTML: Cursor is on top of graph tooltip
-change the color of the depth graph slightly to be more readable.
-change the tooltip of the depth graph to NW-corner of the cursor.
-change the opacity of the tooltip for readability.
Fixes #724
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'theme/jquery.jqplot.css')
-rw-r--r-- | theme/jquery.jqplot.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/jquery.jqplot.css b/theme/jquery.jqplot.css index 2810d2be4..44ef6a5c5 100644 --- a/theme/jquery.jqplot.css +++ b/theme/jquery.jqplot.css @@ -210,7 +210,7 @@ table.jqplot-cursor-tooltip { border: 1px solid #cccccc; font-size: 0.75em; white-space: nowrap; - background: rgba(208,208,208,0.5); + background: rgba(208,208,208,0.9); padding: 1px; } |