Commit 48a83577b33c35104bdef3f75d44f1b5edc04a18
1 parent
0730b6df
HighLight Button Issue
Showing
3 changed files
with
2 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
... | ... | @@ -329,6 +329,7 @@ |
329 | 329 | <Content Include="content\images\DA\ethnicity\body-views\9\L\thumbnails\da_tni_3343_L.jpg" /> |
330 | 330 | <Content Include="content\images\DA\ethnicity\body-views\9\W\navigator_images\da_oi_99.jpg" /> |
331 | 331 | <Content Include="content\images\DA\ethnicity\body-views\9\W\thumbnails\da_tni_3343_W.jpg" /> |
332 | + <Content Include="content\images\Highlight-bulb.png" /> | |
332 | 333 | <Content Include="content\images\LE\qz_dat_ca\CA-01.JPG" /> |
333 | 334 | <Content Include="content\images\LE\qz_dat_ca\CA-01_wt.JPG" /> |
334 | 335 | <Content Include="content\images\LE\qz_dat_ca\CA-02.JPG" /> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
... | ... | @@ -164,7 +164,7 @@ |
164 | 164 | </div> |
165 | 165 | |
166 | 166 | <div class="col-sm-6"> |
167 | - <button id="btnHighLight" class="btn btn-black btn-sm marginTop5 tooltip-custom btn-resize" onclick="OnEnableHighlight()" data-toggle="tooltip" data-placement="bottom" title="Highlight"> <img src="content/images/bulb.png" alt=""></button> | |
167 | + <button id="btnHighLight" class="btn btn-black btn-sm marginTop5 tooltip-custom btn-resize" onclick="OnEnableHighlight()" data-toggle="tooltip" data-placement="bottom" title="Highlight"> <img src="content/images/Highlight-bulb.png" alt=""></button> | |
168 | 168 | </div> |
169 | 169 | |
170 | 170 | <div class="col-sm-6 dropdown hover-tool"> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/images/Highlight-bulb.png
0 → 100644
1.11 KB