Commit 54a86ab5 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix rgba for tooltip shadow #31

parent 63d2d6d8
...@@ -107,9 +107,9 @@ text { ...@@ -107,9 +107,9 @@ text {
border-spacing:0; border-spacing:0;
background-color:#fff; background-color:#fff;
empty-cells:show; empty-cells:show;
-webkit-box-shadow: 7px 7px 12px -9px rgba(119,119,119,10); -webkit-box-shadow: 7px 7px 12px -9px rgb(119,119,119);
-moz-box-shadow: 7px 7px 12px -9px rgba(119,119,119,10); -moz-box-shadow: 7px 7px 12px -9px rgb(119,119,119);
box-shadow: 7px 7px 12px -9px rgba(119,119,119,10); box-shadow: 7px 7px 12px -9px rgb(119,119,119);
opacity: 0.9; opacity: 0.9;
} }
.-tooltip tr { .-tooltip tr {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment