Browse Source

Update organizr-base.css

pull/179/head^2
GilbN 4 years ago
committed by GitHub
parent
commit
2d68729390
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      CSS/themes/organizr/organizr-base.css

6
CSS/themes/organizr/organizr-base.css

@ -494,9 +494,9 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
#homepageOrdertransmission .white-box {
padding-right: 0px !important;
}
#homepage-items .white-box {
/* #homepage-items .white-box {
padding-left: 0px !important;
}
}*/
#homepage-items .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
cursor: pointer;
opacity: 1;
@ -1040,4 +1040,4 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, .6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, .6);
}
}

Loading…
Cancel
Save