Blame assets/css/styles.css
|
|
401d07 |
.scrolled {
|
|
|
401d07 |
background-color: rgba(0,0,0,0.9) !important;
|
|
|
401d07 |
-webkit-transition: background-color 500ms linear;
|
|
|
401d07 |
-moz-transition: background-color 500ms linear;
|
|
|
401d07 |
-ms-transition: background-color 500ms linear;
|
|
|
401d07 |
transition: background-color 500ms linear;
|
|
|
401d07 |
}
|
|
|
401d07 |
|
|
|
401d07 |
/* Anchor offset issue-------------------------------------------------- */
|
|
|
401d07 |
|
|
|
401d07 |
html, body {
|
|
|
401d07 |
scroll-padding-top: 75px;
|
|
|
401d07 |
}
|
|
|
401d07 |
|
|
|
401d07 |
/* Mirrors table's sorting arrows-------------------------------------------------- */
|
|
|
401d07 |
|
|
|
401d07 |
#table-container-table th {
|
|
|
401d07 |
cursor: pointer;
|
|
|
401d07 |
/*width: 100px;*/
|
|
|
401d07 |
}
|
|
|
401d07 |
|
|
|
401d07 |
#table-container-table th.sorting_asc {
|
|
|
401d07 |
background: rgba(0,0,0,0) url(/assets/img/arrow_asc.gif ) no-repeat right center;
|
|
|
401d07 |
padding-right: 30px;
|
|
|
401d07 |
}
|
|
|
401d07 |
|
|
|
401d07 |
#table-container-table th.sorting_desc {
|
|
|
401d07 |
background: rgba(0,0,0,0) url(/assets/img/arrow_desc.gif ) no-repeat right center;
|
|
|
401d07 |
padding-right: 30px;
|
|
|
401d07 |
}
|
|
|
401d07 |
|
|
|
401d07 |
.dataTables_info {
|
|
|
401d07 |
white-space: nowrap;
|
|
|
401d07 |
}
|
|
|
401d07 |
|
|
|
401d07 |
ol.breadcrumb {
|
|
|
401d07 |
background-color: rgb(0,0,0,0);
|
|
|
401d07 |
padding: 0;
|
|
|
401d07 |
margin-top: 0;
|
|
|
401d07 |
color: #fff;
|
|
|
401d07 |
}
|
|
|
401d07 |
|
|
|
401d07 |
h1 {
|
|
|
401d07 |
color: #ffffff;
|
|
|
401d07 |
}
|
|
|
401d07 |
|