osb/public/css/fixes.css

67 lines
1.2 KiB
CSS
Raw Normal View History

2019-06-02 05:35:48 +00:00
/* Fixes for data tables */
.dataTables_wrapper .dataTables_paginate .paginate_button {
2020-01-11 02:36:11 +00:00
padding: 0em 0em;
margin-left: 0px;
border: 0px solid;
2019-06-02 05:35:48 +00:00
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
2020-01-11 02:36:11 +00:00
border: 0px solid;
background: #fff;
2019-06-02 05:35:48 +00:00
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
2020-01-11 02:36:11 +00:00
box-shadow: 0 0 0px #fff;
background-color: #fff;
2019-06-02 05:35:48 +00:00
}
table.dataTable thead .sorting_asc {
2020-01-11 02:36:11 +00:00
background-image: none !important;
2019-06-02 05:35:48 +00:00
}
table.dataTable thead .sorting_desc {
2020-01-11 02:36:11 +00:00
background-image: none !important;
2019-06-02 05:35:48 +00:00
}
table.dataTable thead .sorting {
2020-01-11 02:36:11 +00:00
background-image: none !important;
2019-06-02 05:35:48 +00:00
}
/* Remove blue border from chrome on buttons */
/* Remove outline for non-keyboard :focus */
*:focus:not(.focus-visible) {
2020-01-11 02:36:11 +00:00
outline: none !important;
box-shadow: none !important;
2019-06-02 05:35:48 +00:00
}
/* Optional: Customize .focus-visible */
.focus-visible {
2020-01-11 02:36:11 +00:00
outline-color: lightgreen;
2019-06-02 05:35:48 +00:00
}
*:disabled {
2020-01-11 02:36:11 +00:00
cursor: not-allowed;
2019-06-02 05:35:48 +00:00
}
/* Login Box, icons when inputs disabled */
div.login-box .input-group-append .fa {
2020-01-11 02:36:11 +00:00
width: 2.5em;
2019-06-02 05:35:48 +00:00
}
div.login-box .input-group .input-group-append span.fa {
2020-01-11 02:36:11 +00:00
line-height: 0;
2019-06-02 05:35:48 +00:00
}
#favourite.selected {
2020-01-11 02:36:11 +00:00
color: orange;
2019-06-02 05:35:48 +00:00
}
#favourite:hover {
2020-01-11 02:36:11 +00:00
cursor: pointer;
2019-06-02 05:35:48 +00:00
}
.card-header h3.card-title {
font-size: 1.0rem;
}
2019-06-02 05:35:48 +00:00
body {
2020-01-11 02:36:11 +00:00
font-size: 0.85em;
2019-06-02 05:35:48 +00:00
}