Commit 6edb4ac32365f15b57277ce49affa81d8377364d
1 parent
33b38c11
resolved male-female button css issue
Showing
2 changed files
with
8 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/app/views/da/da-body-view-list.html
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | 7 | ||
8 | <!-- Nav tabs --> | 8 | <!-- Nav tabs --> |
9 | <ul class="inner-anatomyPageUl"> | 9 | <ul class="inner-anatomyPageUl"> |
10 | - <li id="Male" class="active" ng-click="getDAViewList($event)"><a><i class="fa fa-mars-stroke "></i> Male</a></li> | 10 | + <li id="Male" ng-click="getDAViewList($event)"><a><i class="fa fa-mars-stroke "></i> Male</a></li> |
11 | <li id="Female" ng-click="getDAViewList($event)"><a><i class="fa fa-venus"></i> Female</a></li> | 11 | <li id="Female" ng-click="getDAViewList($event)"><a><i class="fa fa-venus"></i> Female</a></li> |
12 | </ul> | 12 | </ul> |
13 | <!-- Tab panes --> | 13 | <!-- Tab panes --> |
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css
@@ -385,11 +385,17 @@ pointer-events: auto; | @@ -385,11 +385,17 @@ pointer-events: auto; | ||
385 | border: 1px solid transparent; | 385 | border: 1px solid transparent; |
386 | border-radius: 2px 2px 0 0; | 386 | border-radius: 2px 2px 0 0; |
387 | } | 387 | } |
388 | - .inner-anatomyPageUl li.active a, .inner-anatomyPageUl li a:hover { | 388 | + .inner-anatomyPageUl li.active a { |
389 | background: #1c92d0; | 389 | background: #1c92d0; |
390 | border: 1px solid #1c92d0; | 390 | border: 1px solid #1c92d0; |
391 | 391 | ||
392 | } | 392 | } |
393 | + @media (min-width: 800px){ | ||
394 | + .inner-anatomyPageUl li a:hover { | ||
395 | + background: #1c92d0; | ||
396 | + border: 1px solid #1c92d0; | ||
397 | + } | ||
398 | + } | ||
393 | 399 | ||
394 | 400 | ||
395 | 401 |