This commit is contained in:
Kevin Adametz 2024-08-05 11:58:09 +02:00
parent c1c613a4b9
commit 881fc84207
384 changed files with 50679 additions and 990 deletions

View file

@ -1,3 +1,41 @@
::-webkit-scrollbar {
width: 8px;
height: 9px;
}
/* Track */
::-webkit-scrollbar-track {
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
}
/* Handle */
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background: #7b83ff;
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb:window-inactive {
background: #7b83ff;
}
.table-responsive-track {
width: 100%;
height: 9px;
background-color: transparent;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-thumb {
width: 100%;
height: 1px;
background-color:transparent;
-webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
.table-responsive .dropdown-menu,
.table-responsive .dropdown-toggle {
@ -11,6 +49,13 @@
}
}
.btn-light {
background: rgba(245, 245, 245, 1);
}
.btn-light:hover {
background: rgba(245, 245, 245, 0.8);
}
.table-responsive {
overflow: auto;
overflow-y: visible;
@ -245,16 +290,6 @@ li li li li li div.dd-content-link {
}
.switcher-on-off.switcher .switcher-input ~ .switcher-indicator {
background: #d9534f;
color: #fff;
}
.switcher-on-off.switcher .switcher-input:checked ~ .switcher-indicator {
background: #648859;
color: #fff;
}
.note-toolbar.card-header {
background-color: #f0f0f0;
}
@ -454,14 +489,6 @@ figcaption {
}
.badge-success {
background-color: #94ae59;
color: #fff;
}
.text-success {
color: #94ae59 !important;
}
.default-style .datepicker-dropdown {
@ -488,42 +515,19 @@ div.dropzone.dz-drag-hover {
}
.ql-picker.ql-placeholder {
width: 102px;
width: 46px;
}
.ql-picker.ql-placeholder > span.ql-picker-label::before {
content: 'Platzhalter';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: "\f021";
}
.ql-picker.ql-placeholder > span.ql-picker-options > span.ql-picker-item::before {
content: attr(data-label);
}
.nav-tabs-top > .nav .nav-link{
line-height: 1.3em;
background-color: rgba(24, 28, 33, 0.10);
border-color: rgba(24, 28, 33, 0.15);
}
.nav-tabs-top > .nav .nav-link:hover{
line-height: 1.3em;
border-color: rgba(24, 28, 33, 0.25);
}
.nav-tabs-top > .nav .nav-link.active {
color: #66500f;
background-color: #ffc926;
font-weight: bold;
border-color: rgba(24, 28, 33, 0.25);
}
.nav-tabs-top > .nav {
padding-left: 0.25em;
padding-right: 0.25em;
}
.nav-tabs-top > .tab-content {
border: none;
}
@media (min-width: 768px) {
#filter_email_templates_directory {
position: absolute;width: 50%;z-index: 999;margin-top: -5px;
@ -539,3 +543,30 @@ div.dropzone.dz-drag-hover {
border-color: rgba(24, 28, 33, 0.15);
}
h6.card-header {
font-size: 1rem;
}
.custom-select.small-select {
height: calc(1.8rem + 2px);
padding: 0.238rem 2.75rem 0.238rem 0.875rem;
line-height: 1.54;
}
.max-width-md {
width: 100%;
}
@media (min-width: 992px){
.max-width-md {
width: 760px;
}
}
@media (min-width: 1180px){
.max-width-md {
width: 921px;
}
}
.layout-2 .layout-content.max-width-100 {
max-width: 100%;
}