Browse Source

more hover fixes

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

2
CSS/themes/organizr-hotline.css

@ -249,7 +249,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
margin: 0!important;
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;
color: #eee!important;
}

3
CSS/themes/organizr-marine.css

@ -249,9 +249,10 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
margin: 0!important;
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;
color: #eee!important;
border-radius: 20px;
}
/* Settings - custom CSS */
.ace-idle-fingers {

Loading…
Cancel
Save