src/pyams_default_theme/resources/css/pyams-default.css
changeset 495 cf64ef14c674
parent 492 a6c596f03f3a
child 498 71a595c9a985
equal deleted inserted replaced
494:360c04c76995 495:cf64ef14c674
   426  * SVG image map
   426  * SVG image map
   427  */
   427  */
   428 .wrapper-imagemap {
   428 .wrapper-imagemap {
   429   position: relative;
   429   position: relative;
   430   display: inline-flex;
   430   display: inline-flex;
       
   431   width: 100%;
       
   432 }
       
   433 .wrapper-imagemap img {
       
   434   width: 100%;
   431 }
   435 }
   432 .wrapper-imagemap svg {
   436 .wrapper-imagemap svg {
   433   position: absolute;
   437   position: absolute;
   434   left: 0;
   438   left: 0;
   435   right: 0;
   439   right: 0;
   436   fill: #888;
   440   fill: #888;
   437   fill-opacity: 0;
   441   fill-opacity: 0;
       
   442   width: 100%;
       
   443   height: 100%;
   438 }
   444 }
   439 .wrapper-imagemap svg polygon:hover {
   445 .wrapper-imagemap svg polygon:hover {
   440   fill-opacity: 0.5;
   446   fill-opacity: 0.5;
   441 }
   447 }
   442 /**
   448 /**