205 lines
4.2 KiB
CSS
205 lines
4.2 KiB
CSS
body {
|
||
padding-top: 7rem;
|
||
}
|
||
|
||
/* App Logo */
|
||
.app-logo .img-fluid {
|
||
max-height: 90px;
|
||
padding: 0 5px 0 5px;
|
||
}
|
||
|
||
.table > :not(caption) > * > * {
|
||
box-shadow: none;
|
||
}
|
||
|
||
.table .form-control {
|
||
background-color: #ffffff !important;
|
||
border-width: 0.5px !important;
|
||
border-bottom-color: #ccc !important;
|
||
color: #000 !important;
|
||
}
|
||
|
||
.table .form-select {
|
||
background-color: #ffffff !important;
|
||
border-width: 0.5px !important;
|
||
border-bottom-color: #ccc !important;
|
||
color: #000 !important;
|
||
}
|
||
.bg-primary {
|
||
background-color: gray !important;
|
||
|
||
}
|
||
.table .btn-primary {
|
||
background-color: var(--bs-primary);
|
||
}
|
||
|
||
.table .btn-secondary {
|
||
background-color: var(--bs-secondary);
|
||
}
|
||
|
||
.alert-dismissible .btn-close {
|
||
z-index: 1;
|
||
}
|
||
.dropdown-menu {
|
||
|
||
background-color: grey;
|
||
}
|
||
|
||
.controls {
|
||
z-index: 2000;
|
||
padding-top: 15px;
|
||
padding-bottom: 15px;
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.app-menu .nav-item {
|
||
font-size: 0.9rem;
|
||
padding-bottom: 0.5rem;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
.app-menu .nav-item a {
|
||
border-radius: 4px;
|
||
height: 3rem;
|
||
display: flex;
|
||
align-items: center;
|
||
line-height: 3rem;
|
||
padding-left: 1rem;
|
||
}
|
||
|
||
.app-menu .nav-item a.active {
|
||
background-color: dimgrey;
|
||
color: white;
|
||
}
|
||
|
||
.app-menu .nav-item a:hover {
|
||
background-color: dimgray;
|
||
color: white;
|
||
}
|
||
|
||
.app-menu .nav-link .oi {
|
||
width: 1.5rem;
|
||
font-size: 1.1rem;
|
||
vertical-align: text-top;
|
||
top: -2px;
|
||
}
|
||
|
||
.app-search input {
|
||
width: auto;
|
||
}
|
||
|
||
.navbar-toggler {
|
||
background-color: rgba(255, 255, 255, 0.1);
|
||
margin: .5rem;
|
||
}
|
||
|
||
div.app-moduleactions a.dropdown-toggle, div.app-moduleactions div.dropdown-menu {
|
||
color: #ffffff;
|
||
}
|
||
|
||
.footer {
|
||
padding-top: 15px;
|
||
min-height: 40px;
|
||
text-align: center;
|
||
color: #ffffff;
|
||
z-index: 1000;
|
||
}
|
||
|
||
@media (max-width: 991.98px) {
|
||
.app-search {
|
||
border-radius: 6px;
|
||
}
|
||
|
||
.app-search input {
|
||
display: none !important;
|
||
}
|
||
|
||
.app-search input + button {
|
||
position: initial;
|
||
padding-top: 7px;
|
||
padding-bottom: 7px;
|
||
}
|
||
|
||
.app-search:active, .app-search:hover {
|
||
display: block;
|
||
position: fixed;
|
||
top: 0;
|
||
min-height: 96px;
|
||
width: 100%;
|
||
left: 0;
|
||
z-index: 999;
|
||
border-radius: 0;
|
||
}
|
||
|
||
.app-search:active .app-form-inline, .app-search:hover .app-form-inline {
|
||
margin: 10px auto;
|
||
position: relative;
|
||
display: block;
|
||
max-width: 80%;
|
||
}
|
||
|
||
.app-search:active .app-form-inline input, .app-search:hover .app-form-inline input {
|
||
width: 100%;
|
||
display: block !important;
|
||
}
|
||
|
||
.app-search:active .app-form-inline input + button, .app-search:hover .app-form-inline input + button {
|
||
position: absolute;
|
||
color: rgb(42, 159, 214);
|
||
padding-top: 6px;
|
||
padding-bottom: 6px;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 767.98px) {
|
||
|
||
/* Dynamische Schriftgr<67><72>e im Dropdown-Men<65> */
|
||
.app-menu .nav-item a {
|
||
font-size: clamp(10px, 3vw, 20px); /* Dynamische, begrenzte Schriftgr<67><72>e */
|
||
|
||
}
|
||
|
||
.app-menu-toggler {
|
||
position: fixed;
|
||
top: 1.5rem; /* Abstand von oben */
|
||
right: 4rem; /* Abstand von rechts */
|
||
|
||
}
|
||
.app-menu {
|
||
position: fixed;
|
||
right: 1rem;
|
||
margin-top: 3.5rem;
|
||
width: 25%;
|
||
background-color: grey;
|
||
|
||
}
|
||
|
||
.navbar {
|
||
position: fixed;
|
||
width: 100%;
|
||
}
|
||
|
||
.controls {
|
||
height: 60px;
|
||
top: 15px;
|
||
position: fixed;
|
||
top: 0px;
|
||
width: 100%;
|
||
background-color: grey;
|
||
}
|
||
|
||
.controls-group {
|
||
float: right;
|
||
margin-right: 25px;
|
||
}
|
||
|
||
.content {
|
||
position: relative;
|
||
top: 60px;
|
||
}
|
||
|
||
.app-search:active, .app-search:hover {
|
||
min-height: 60px;
|
||
}
|
||
}
|