2020-08-20 12:33:13 +00:00
|
|
|
/* Fixes for data tables */
|
|
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button {
|
2020-08-22 12:26:06 +00:00
|
|
|
padding: 0em 0em;
|
|
|
|
margin-left: 0px;
|
|
|
|
border: 0px solid;
|
2020-08-20 12:33:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
|
2020-08-22 12:26:06 +00:00
|
|
|
border: 0px solid;
|
|
|
|
background: #fff;
|
2020-08-20 12:33:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
|
2020-08-22 12:26:06 +00:00
|
|
|
box-shadow: 0 0 0px #fff;
|
|
|
|
background-color: #fff;
|
2020-08-20 12:33:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.dataTable thead .sorting_asc {
|
2020-08-22 12:26:06 +00:00
|
|
|
background-image: none !important;
|
2020-08-20 12:33:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.dataTable thead .sorting_desc {
|
2020-08-22 12:26:06 +00:00
|
|
|
background-image: none !important;
|
2020-08-20 12:33:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.dataTable thead .sorting {
|
2020-08-22 12:26:06 +00:00
|
|
|
background-image: none !important;
|
2020-08-20 12:33:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Remove blue border from chrome on buttons */
|
|
|
|
/* Remove outline for non-keyboard :focus */
|
|
|
|
*:focus:not(.focus-visible) {
|
2020-08-22 12:26:06 +00:00
|
|
|
outline: none !important;
|
|
|
|
box-shadow: none !important;
|
2020-08-20 12:33:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Optional: Customize .focus-visible */
|
|
|
|
.focus-visible {
|
2020-08-22 12:26:06 +00:00
|
|
|
outline-color: lightgreen;
|
2020-08-20 12:33:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
*:disabled {
|
2020-08-22 12:26:06 +00:00
|
|
|
cursor: not-allowed;
|
2020-08-20 12:33:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#favourite.selected {
|
2020-08-22 12:26:06 +00:00
|
|
|
color: orange;
|
2020-08-20 12:33:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#favourite:hover {
|
2020-08-22 12:26:06 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-header h3.card-title {
|
|
|
|
font-size: 1.0rem;
|
2020-08-20 12:33:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2020-08-22 12:26:06 +00:00
|
|
|
font-size: 0.85em;
|
2020-09-05 23:46:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/** Remove the border around the tree **/
|
|
|
|
ul.fancytree-container {
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
/** Remove the Cyan vertical line from the tree **/
|
|
|
|
.vertical-nav-menu #tree ul:before {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
/** Tree Icon Placement **/
|
|
|
|
#tree > ul {
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
.closed-sidebar #tree {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.closed-sidebar:hover .app-sidebar:hover #tree, .sidebar-mobile-open #tree {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.app-sidebar #treeicon, .closed-sidebar:hover .app-sidebar:hover #treeicon, .sidebar-mobile-open #treeicon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.closed-sidebar .app-sidebar #treeicon {
|
|
|
|
display: initial;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
/** Fix position of tree expander and checkbox */
|
|
|
|
span.fancytree-checkbox, span.fancytree-custom-icon, span.fancytree-expander, span.fancytree-icon {
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
ul.fancytree-container ul {
|
|
|
|
padding: 0 0 0 20px;
|
|
|
|
}
|
|
|
|
/** Fix elipse icon (top right) on small display */
|
|
|
|
.closed-sidebar .app-header.header-text-light .app-header__menu .mobile-toggle-header-nav {
|
|
|
|
background: #343a40;
|
|
|
|
}
|
|
|
|
/** Fix tree rendering **/
|
|
|
|
.fancytree-node {
|
|
|
|
line-height: 1.75em;
|
|
|
|
}
|
|
|
|
/** Dont render when hoving on the tree **/
|
|
|
|
.vertical-nav-menu li a.no-hover:hover {
|
|
|
|
background: #ffffff;
|
|
|
|
}
|