diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index b3d61283..5e8e582a 100644 --- a/CSS/themes/organizr-hotline.css +++ b/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; } diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index 943c21a4..3a07f736 100644 --- a/CSS/themes/organizr-marine.css +++ b/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; }