Browse Source

animation adjustments

pull/11/head
gilbN 5 years ago
parent
commit
d88246facc
  1. 2
      CSS/themes/organizr-hotline.css
  2. 2
      CSS/themes/organizr-marine.css

2
CSS/themes/organizr-hotline.css

@ -454,7 +454,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
margin-top: 300px;
height: auto;
}
.bounceInDown, .flipInX, .flipInY, .hvr-wobble-bottom:hover, .revealIn, .rubberBand, .showSweetAlert[data-animation=pop], .slideIn, .slideInDown, .slideInRight, .tada {
.slideInRight {
-webkit-animation-name: none;
animation-name: none;
}

2
CSS/themes/organizr-marine.css

@ -454,7 +454,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
margin-top: 300px;
height: auto;
}
.bounceInDown, .flipInX, .flipInY, .hvr-wobble-bottom:hover, .revealIn, .rubberBand, .showSweetAlert[data-animation=pop], .slideIn, .slideInDown, .slideInRight, .tada {
.slideInRight {
-webkit-animation-name: none;
animation-name: none;
}

Loading…
Cancel
Save