mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-11 00:59:34 +00:00
85 lines
1.3 KiB
CSS
85 lines
1.3 KiB
CSS
|
|
|
|
@media (max-width: 991px) {
|
|
|
|
.md-invisible{
|
|
display:none;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.lg-invisible{
|
|
display:none;
|
|
}
|
|
}
|
|
|
|
.image-lock{
|
|
height:22px;
|
|
width:21px;
|
|
background-color:white;
|
|
position:absolute;
|
|
top:0;
|
|
right:12px;
|
|
display:flex;
|
|
align-items:center;
|
|
justify-content:center;
|
|
}
|
|
|
|
.tabulator-collapsed-row{
|
|
padding:15px;
|
|
background-color: rgba(0,0,0,0.1);
|
|
|
|
}
|
|
|
|
.tabulator-col{
|
|
justify-content:center !important;
|
|
}
|
|
|
|
.tabulator-responsive-collapse{
|
|
padding:0 !important;
|
|
}
|
|
|
|
|
|
/* FORM UNDERLINE
|
|
*/
|
|
.form-underline{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-content: space-between;
|
|
|
|
}
|
|
.form-underline .form-underline-content{
|
|
border-width: 1px;
|
|
border-color: transparent transparent #dee2e6 transparent;
|
|
border-style: solid;
|
|
padding-bottom: 0.25rem;
|
|
padding-left: 0.5rem;
|
|
|
|
/*optional not wrapping text that is horizontally scrollable and does not display a scrollbar */
|
|
white-space: nowrap;
|
|
overflow: auto;
|
|
scrollbar-width: none;
|
|
|
|
}
|
|
|
|
.form-underline .form-underline-content::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
.form-underline .form-underline-titel{
|
|
opacity: 0.65;
|
|
font-size: .85rem;
|
|
padding-left: 0.5rem;
|
|
}
|
|
|
|
|
|
option:checked{
|
|
background: linear-gradient(#005485, #005485);
|
|
|
|
}
|
|
|
|
#SelectStyle{
|
|
|
|
} |