Browse Source

hover fix on hotline

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

1
CSS/themes/organizr-hotline.css

@ -252,6 +252,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .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 {

Loading…
Cancel
Save