Commit 0ccefd4a1426e085a2b8a95ed6de695668516ada
1 parent
c58c33d2
Showing
1 changed file
with
4 additions
and
4 deletions
400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
... | ... | @@ -57,7 +57,7 @@ |
57 | 57 | .customTooltip { |
58 | 58 | background: #333 !important; |
59 | 59 | color: #fff !important; |
60 | - opacity: 0.9 !important; | |
60 | + /*opacity: 0.9 !important;*/ | |
61 | 61 | } |
62 | 62 | |
63 | 63 | |
... | ... | @@ -68,7 +68,7 @@ |
68 | 68 | border: 0 none; |
69 | 69 | color: #fff !important; |
70 | 70 | left: -52px; |
71 | - opacity: 0.9; | |
71 | + /*opacity: 0.9;*/ | |
72 | 72 | padding: 7px; |
73 | 73 | position: absolute; |
74 | 74 | text-align: center; |
... | ... | @@ -86,7 +86,7 @@ |
86 | 86 | border: 0 none; |
87 | 87 | color: #fff !important; |
88 | 88 | left: 52px; |
89 | - opacity: 0.9; | |
89 | + /*opacity: 0.9;*/ | |
90 | 90 | padding: 7px; |
91 | 91 | position: absolute; |
92 | 92 | text-align: center; |
... | ... | @@ -104,7 +104,7 @@ |
104 | 104 | border: 0 none; |
105 | 105 | color: #fff !important; |
106 | 106 | right: 10px; |
107 | - opacity: 0.9; | |
107 | + /*opacity: 0.9;*/ | |
108 | 108 | padding: 7px; |
109 | 109 | position: absolute; |
110 | 110 | text-align: center; | ... | ... |