more hover fixes

This commit is contained in:
gilbN 2019-06-16 12:35:45 +02:00
parent 4448d0e6ed
commit a3237efbae
2 changed files with 3 additions and 2 deletions

View File

@ -249,7 +249,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
margin: 0!important; margin: 0!important;
transition: none; transition: none;
} }
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .nav-tabs li a:focus, .nav-tabs li a:hover { .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .nav-tabs li a:hover {
background: rgba(255,255,255,.08)!important; background: rgba(255,255,255,.08)!important;
color: #eee!important; color: #eee!important;
} }

View File

@ -249,9 +249,10 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
margin: 0!important; margin: 0!important;
transition: none; transition: none;
} }
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .nav-tabs li a:focus, .nav-tabs li a:hover { .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .nav-tabs li a:hover {
background: rgba(255,255,255,.08)!important; background: rgba(255,255,255,.08)!important;
color: #eee!important; color: #eee!important;
border-radius: 20px;
} }
/* Settings - custom CSS */ /* Settings - custom CSS */
.ace-idle-fingers { .ace-idle-fingers {