|
@@ -92,6 +92,7 @@ p {
|
|
|
abbr[title],
|
|
|
abbr[data-original-title] {
|
|
|
text-decoration: underline;
|
|
|
+ -webkit-text-decoration: underline dotted;
|
|
|
text-decoration: underline dotted;
|
|
|
cursor: help;
|
|
|
border-bottom: 0;
|
|
@@ -1748,6 +1749,21 @@ pre code {
|
|
|
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
|
}
|
|
|
|
|
|
+.form-control::-webkit-input-placeholder {
|
|
|
+ color: #6c757d;
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.form-control:-ms-input-placeholder {
|
|
|
+ color: #6c757d;
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.form-control::-ms-input-placeholder {
|
|
|
+ color: #6c757d;
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
.form-control::placeholder {
|
|
|
color: #6c757d;
|
|
|
opacity: 1;
|
|
@@ -2200,6 +2216,9 @@ textarea.form-control {
|
|
|
color: #212529;
|
|
|
text-align: center;
|
|
|
vertical-align: middle;
|
|
|
+ -webkit-user-select: none;
|
|
|
+ -moz-user-select: none;
|
|
|
+ -ms-user-select: none;
|
|
|
user-select: none;
|
|
|
background-color: transparent;
|
|
|
border: 1px solid transparent;
|
|
@@ -3558,7 +3577,9 @@ input[type="button"].btn-block {
|
|
|
height: calc(1rem - 4px);
|
|
|
background-color: #adb5bd;
|
|
|
border-radius: 0.5rem;
|
|
|
+ transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
|
|
|
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
|
+ transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
|
|
|
}
|
|
|
|
|
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -3569,6 +3590,7 @@ input[type="button"].btn-block {
|
|
|
|
|
|
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
background-color: #dee2e6;
|
|
|
+ -webkit-transform: translateX(0.75rem);
|
|
|
transform: translateX(0.75rem);
|
|
|
}
|
|
|
|
|
@@ -3591,6 +3613,8 @@ input[type="button"].btn-block {
|
|
|
border: 1px solid #ced4da;
|
|
|
border-radius: 0.25rem;
|
|
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
|
|
|
+ -webkit-appearance: none;
|
|
|
+ -moz-appearance: none;
|
|
|
appearance: none;
|
|
|
}
|
|
|
|
|
@@ -3709,6 +3733,8 @@ input[type="button"].btn-block {
|
|
|
height: calc(1rem + 0.4rem);
|
|
|
padding: 0;
|
|
|
background-color: transparent;
|
|
|
+ -webkit-appearance: none;
|
|
|
+ -moz-appearance: none;
|
|
|
appearance: none;
|
|
|
}
|
|
|
|
|
@@ -3741,6 +3767,7 @@ input[type="button"].btn-block {
|
|
|
border-radius: 1rem;
|
|
|
box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
|
|
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
|
+ -webkit-appearance: none;
|
|
|
appearance: none;
|
|
|
}
|
|
|
|
|
@@ -3773,6 +3800,7 @@ input[type="button"].btn-block {
|
|
|
border-radius: 1rem;
|
|
|
box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
|
|
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
|
+ -moz-appearance: none;
|
|
|
appearance: none;
|
|
|
}
|
|
|
|
|
@@ -4522,7 +4550,9 @@ input[type="button"].btn-block {
|
|
|
|
|
|
@media (min-width: 576px) {
|
|
|
.card-columns {
|
|
|
+ -webkit-column-count: 3;
|
|
|
column-count: 3;
|
|
|
+ -webkit-column-gap: 1.25rem;
|
|
|
column-gap: 1.25rem;
|
|
|
orphans: 1;
|
|
|
widows: 1;
|
|
@@ -5001,6 +5031,15 @@ a.badge-dark:focus, a.badge-dark.focus {
|
|
|
color: #040505;
|
|
|
}
|
|
|
|
|
|
+@-webkit-keyframes progress-bar-stripes {
|
|
|
+ from {
|
|
|
+ background-position: 1rem 0;
|
|
|
+ }
|
|
|
+ to {
|
|
|
+ background-position: 0 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@keyframes progress-bar-stripes {
|
|
|
from {
|
|
|
background-position: 1rem 0;
|
|
@@ -5043,11 +5082,13 @@ a.badge-dark:focus, a.badge-dark.focus {
|
|
|
}
|
|
|
|
|
|
.progress-bar-animated {
|
|
|
+ -webkit-animation: progress-bar-stripes 1s linear infinite;
|
|
|
animation: progress-bar-stripes 1s linear infinite;
|
|
|
}
|
|
|
|
|
|
@media (prefers-reduced-motion: reduce) {
|
|
|
.progress-bar-animated {
|
|
|
+ -webkit-animation: none;
|
|
|
animation: none;
|
|
|
}
|
|
|
}
|
|
@@ -5395,6 +5436,8 @@ button.close, button.mailbox-attachment-close {
|
|
|
padding: 0;
|
|
|
background-color: transparent;
|
|
|
border: 0;
|
|
|
+ -webkit-appearance: none;
|
|
|
+ -moz-appearance: none;
|
|
|
appearance: none;
|
|
|
}
|
|
|
|
|
@@ -5410,6 +5453,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
|
|
|
background-clip: padding-box;
|
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
|
|
|
+ -webkit-backdrop-filter: blur(10px);
|
|
|
backdrop-filter: blur(10px);
|
|
|
opacity: 0;
|
|
|
border-radius: 0.25rem;
|
|
@@ -5475,7 +5519,10 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
|
|
|
}
|
|
|
|
|
|
.modal.fade .modal-dialog {
|
|
|
+ transition: -webkit-transform 0.3s ease-out;
|
|
|
transition: transform 0.3s ease-out;
|
|
|
+ transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
|
|
|
+ -webkit-transform: translate(0, -50px);
|
|
|
transform: translate(0, -50px);
|
|
|
}
|
|
|
|
|
@@ -5486,6 +5533,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
|
|
|
}
|
|
|
|
|
|
.modal.show .modal-dialog {
|
|
|
+ -webkit-transform: none;
|
|
|
transform: none;
|
|
|
}
|
|
|
|
|
@@ -5956,8 +6004,11 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
|
|
|
float: left;
|
|
|
width: 100%;
|
|
|
margin-right: -100%;
|
|
|
+ -webkit-backface-visibility: hidden;
|
|
|
backface-visibility: hidden;
|
|
|
+ transition: -webkit-transform 0.6s ease;
|
|
|
transition: transform 0.6s ease;
|
|
|
+ transition: transform 0.6s ease, -webkit-transform 0.6s ease;
|
|
|
}
|
|
|
|
|
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -5974,17 +6025,20 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
|
|
|
|
|
|
.carousel-item-next:not(.carousel-item-left),
|
|
|
.active.carousel-item-right {
|
|
|
+ -webkit-transform: translateX(100%);
|
|
|
transform: translateX(100%);
|
|
|
}
|
|
|
|
|
|
.carousel-item-prev:not(.carousel-item-right),
|
|
|
.active.carousel-item-left {
|
|
|
+ -webkit-transform: translateX(-100%);
|
|
|
transform: translateX(-100%);
|
|
|
}
|
|
|
|
|
|
.carousel-fade .carousel-item {
|
|
|
opacity: 0;
|
|
|
transition-property: opacity;
|
|
|
+ -webkit-transform: none;
|
|
|
transform: none;
|
|
|
}
|
|
|
|
|
@@ -6118,8 +6172,16 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
+@-webkit-keyframes spinner-border {
|
|
|
+ to {
|
|
|
+ -webkit-transform: rotate(360deg);
|
|
|
+ transform: rotate(360deg);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@keyframes spinner-border {
|
|
|
to {
|
|
|
+ -webkit-transform: rotate(360deg);
|
|
|
transform: rotate(360deg);
|
|
|
}
|
|
|
}
|
|
@@ -6132,6 +6194,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
|
|
|
border: 0.25em solid currentColor;
|
|
|
border-right-color: transparent;
|
|
|
border-radius: 50%;
|
|
|
+ -webkit-animation: spinner-border .75s linear infinite;
|
|
|
animation: spinner-border .75s linear infinite;
|
|
|
}
|
|
|
|
|
@@ -6141,8 +6204,19 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
|
|
|
border-width: 0.2em;
|
|
|
}
|
|
|
|
|
|
+@-webkit-keyframes spinner-grow {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: scale(0);
|
|
|
+ transform: scale(0);
|
|
|
+ }
|
|
|
+ 50% {
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@keyframes spinner-grow {
|
|
|
0% {
|
|
|
+ -webkit-transform: scale(0);
|
|
|
transform: scale(0);
|
|
|
}
|
|
|
50% {
|
|
@@ -6158,6 +6232,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
|
|
|
background-color: currentColor;
|
|
|
border-radius: 50%;
|
|
|
opacity: 0;
|
|
|
+ -webkit-animation: spinner-grow .75s linear infinite;
|
|
|
animation: spinner-grow .75s linear infinite;
|
|
|
}
|
|
|
|
|
@@ -7297,6 +7372,7 @@ button.bg-dark:focus {
|
|
|
}
|
|
|
|
|
|
.position-sticky {
|
|
|
+ position: -webkit-sticky !important;
|
|
|
position: sticky !important;
|
|
|
}
|
|
|
|
|
@@ -7316,8 +7392,9 @@ button.bg-dark:focus {
|
|
|
z-index: 1030;
|
|
|
}
|
|
|
|
|
|
-@supports (position: sticky) {
|
|
|
+@supports ((position: -webkit-sticky) or (position: sticky)) {
|
|
|
.sticky-top {
|
|
|
+ position: -webkit-sticky;
|
|
|
position: sticky;
|
|
|
top: 0;
|
|
|
z-index: 1020;
|
|
@@ -9579,6 +9656,10 @@ body,
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
+.wrapper .content-wrapper {
|
|
|
+ min-height: calc(100vh - 112px);
|
|
|
+}
|
|
|
+
|
|
|
.layout-boxed .wrapper {
|
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
|
|
|
}
|
|
@@ -9588,6 +9669,33 @@ body,
|
|
|
max-width: 1250px;
|
|
|
}
|
|
|
|
|
|
+.layout-boxed .wrapper .main-sidebar {
|
|
|
+ left: inherit;
|
|
|
+}
|
|
|
+
|
|
|
+.layout-top-nav .wrapper {
|
|
|
+ margin-left: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.layout-top-nav .wrapper .main-sidebar {
|
|
|
+ bottom: inherit;
|
|
|
+ height: inherit;
|
|
|
+}
|
|
|
+
|
|
|
+.layout-top-nav .wrapper .brand-image {
|
|
|
+ height: 33px;
|
|
|
+}
|
|
|
+
|
|
|
+.layout-top-nav .wrapper .main-sidebar {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.layout-top-nav .wrapper .content-wrapper,
|
|
|
+.layout-top-nav .wrapper .main-header,
|
|
|
+.layout-top-nav .wrapper .main-footer {
|
|
|
+ margin-left: 0;
|
|
|
+}
|
|
|
+
|
|
|
@media (min-width: 768px) {
|
|
|
.content-wrapper,
|
|
|
.main-footer,
|
|
@@ -9761,6 +9869,21 @@ body,
|
|
|
border: 0;
|
|
|
}
|
|
|
|
|
|
+.navbar-dark .form-control-navbar::-webkit-input-placeholder,
|
|
|
+.navbar-dark .form-control-navbar + .input-group-append > .btn-navbar {
|
|
|
+ color: rgba(255, 255, 255, 0.6);
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-dark .form-control-navbar:-ms-input-placeholder,
|
|
|
+.navbar-dark .form-control-navbar + .input-group-append > .btn-navbar {
|
|
|
+ color: rgba(255, 255, 255, 0.6);
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-dark .form-control-navbar::-ms-input-placeholder,
|
|
|
+.navbar-dark .form-control-navbar + .input-group-append > .btn-navbar {
|
|
|
+ color: rgba(255, 255, 255, 0.6);
|
|
|
+}
|
|
|
+
|
|
|
.navbar-dark .form-control-navbar::placeholder,
|
|
|
.navbar-dark .form-control-navbar + .input-group-append > .btn-navbar {
|
|
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -9791,6 +9914,21 @@ body,
|
|
|
border: 0;
|
|
|
}
|
|
|
|
|
|
+.navbar-light .form-control-navbar::-webkit-input-placeholder,
|
|
|
+.navbar-light .form-control-navbar + .input-group-append > .btn-navbar {
|
|
|
+ color: rgba(0, 0, 0, 0.6);
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-light .form-control-navbar:-ms-input-placeholder,
|
|
|
+.navbar-light .form-control-navbar + .input-group-append > .btn-navbar {
|
|
|
+ color: rgba(0, 0, 0, 0.6);
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-light .form-control-navbar::-ms-input-placeholder,
|
|
|
+.navbar-light .form-control-navbar + .input-group-append > .btn-navbar {
|
|
|
+ color: rgba(0, 0, 0, 0.6);
|
|
|
+}
|
|
|
+
|
|
|
.navbar-light .form-control-navbar::placeholder,
|
|
|
.navbar-light .form-control-navbar + .input-group-append > .btn-navbar {
|
|
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -9910,7 +10048,9 @@ body,
|
|
|
}
|
|
|
|
|
|
.nav-sidebar .nav-item > .nav-link .right {
|
|
|
+ transition: -webkit-transform ease-in-out 0.3s;
|
|
|
transition: transform ease-in-out 0.3s;
|
|
|
+ transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
|
|
|
}
|
|
|
|
|
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -9925,12 +10065,16 @@ body,
|
|
|
top: 12px;
|
|
|
}
|
|
|
|
|
|
+.nav-sidebar .nav-link > p > .right:nth-child(2) {
|
|
|
+ right: 2.5rem;
|
|
|
+}
|
|
|
+
|
|
|
.nav-sidebar .menu-open > .nav-treeview {
|
|
|
display: block;
|
|
|
}
|
|
|
|
|
|
-.nav-sidebar .menu-open > .nav-link .right {
|
|
|
- -ms-transform: rotate(-90deg);
|
|
|
+.nav-sidebar .menu-open > .nav-link i.right {
|
|
|
+ -webkit-transform: rotate(-90deg);
|
|
|
transform: rotate(-90deg);
|
|
|
}
|
|
|
|
|
@@ -9945,6 +10089,10 @@ body,
|
|
|
margin-right: .2rem;
|
|
|
}
|
|
|
|
|
|
+.nav-sidebar > .nav-item .nav-icon.fa, .nav-sidebar > .nav-item .nav-icon.fas, .nav-sidebar > .nav-item .nav-icon.far, .nav-sidebar > .nav-item .nav-icon.fab {
|
|
|
+ font-size: 1.1rem;
|
|
|
+}
|
|
|
+
|
|
|
.nav-sidebar > .nav-item .float-right {
|
|
|
margin-top: 3px;
|
|
|
}
|
|
@@ -11416,28 +11564,35 @@ body,
|
|
|
/* Add fade animation to dropdown menus by appending
|
|
|
the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
|
|
|
.open:not(.dropup) > .animated-dropdown-menu {
|
|
|
+ -webkit-backface-visibility: visible !important;
|
|
|
backface-visibility: visible !important;
|
|
|
+ -webkit-animation: flipInX 0.7s both;
|
|
|
animation: flipInX 0.7s both;
|
|
|
}
|
|
|
|
|
|
@keyframes flipInX {
|
|
|
0% {
|
|
|
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
transition-timing-function: ease-in;
|
|
|
opacity: 0;
|
|
|
}
|
|
|
40% {
|
|
|
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
transition-timing-function: ease-in;
|
|
|
}
|
|
|
60% {
|
|
|
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
|
opacity: 1;
|
|
|
}
|
|
|
80% {
|
|
|
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
|
}
|
|
|
100% {
|
|
|
+ -webkit-transform: perspective(400px);
|
|
|
transform: perspective(400px);
|
|
|
}
|
|
|
}
|
|
@@ -11648,23 +11803,35 @@ label:not(.form-check-label):not(.custom-file-label) {
|
|
|
}
|
|
|
|
|
|
.small-box .icon {
|
|
|
+ z-index: 0;
|
|
|
+ color: rgba(0, 0, 0, 0.15);
|
|
|
+}
|
|
|
+
|
|
|
+.small-box .icon > i {
|
|
|
transition: all 0.3s linear;
|
|
|
position: absolute;
|
|
|
- top: -10px;
|
|
|
- right: 10px;
|
|
|
- z-index: 0;
|
|
|
+ top: 15px;
|
|
|
+ right: 15px;
|
|
|
font-size: 90px;
|
|
|
- color: rgba(0, 0, 0, 0.15);
|
|
|
+}
|
|
|
+
|
|
|
+.small-box .icon > i.fa, .small-box .icon > i.fas, .small-box .icon > i.far, .small-box .icon > i.fab {
|
|
|
+ font-size: 70px;
|
|
|
+ top: 20px;
|
|
|
}
|
|
|
|
|
|
.small-box:hover {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.small-box:hover .icon {
|
|
|
+.small-box:hover .icon > i {
|
|
|
font-size: 95px;
|
|
|
}
|
|
|
|
|
|
+.small-box:hover .icon > i.fa, .small-box:hover .icon > i.fas, .small-box:hover .icon > i.far, .small-box:hover .icon > i.fab {
|
|
|
+ font-size: 75px;
|
|
|
+}
|
|
|
+
|
|
|
@media (max-width: 767.98px) {
|
|
|
.small-box {
|
|
|
text-align: center;
|
|
@@ -11736,7 +11903,13 @@ label:not(.form-check-label):not(.custom-file-label) {
|
|
|
}
|
|
|
|
|
|
.card .overlay > .fa,
|
|
|
-.overlay-wrapper .overlay > .fa {
|
|
|
+.card .overlay > .fas,
|
|
|
+.card .overlay > .far,
|
|
|
+.card .overlay > .fab,
|
|
|
+.overlay-wrapper .overlay > .fa,
|
|
|
+.overlay-wrapper .overlay > .fas,
|
|
|
+.overlay-wrapper .overlay > .far,
|
|
|
+.overlay-wrapper .overlay > .fab {
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
@@ -11918,7 +12091,12 @@ label:not(.form-check-label):not(.custom-file-label) {
|
|
|
color: #dc3545;
|
|
|
}
|
|
|
|
|
|
-.todo-list > li .tools > .fa, .todo-list > li .tools > .glyphicon, .todo-list > li .tools > .ion {
|
|
|
+.todo-list > li .tools > .fa,
|
|
|
+.todo-list > li .tools > .fas,
|
|
|
+.todo-list > li .tools > .far,
|
|
|
+.todo-list > li .tools > .fab,
|
|
|
+.todo-list > li .tools > .glyphicon,
|
|
|
+.todo-list > li .tools > .ion {
|
|
|
margin-right: 5px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
@@ -12479,6 +12657,9 @@ label:not(.form-check-label):not(.custom-file-label) {
|
|
|
}
|
|
|
|
|
|
.btn-app > .fa,
|
|
|
+.btn-app > .fas,
|
|
|
+.btn-app > .far,
|
|
|
+.btn-app > .fab,
|
|
|
.btn-app > .glyphicon,
|
|
|
.btn-app > .ion {
|
|
|
font-size: 20px;
|
|
@@ -12590,10 +12771,98 @@ label:not(.form-check-label):not(.custom-file-label) {
|
|
|
color: #6c757d;
|
|
|
}
|
|
|
|
|
|
-.nav-pills .nav-link:not(.active):not(.dropdown-toggle):hover {
|
|
|
+.nav-pills .nav-link:not(.active):hover {
|
|
|
color: #007bff;
|
|
|
}
|
|
|
|
|
|
+.nav-pills .nav-item.dropdown.show .nav-link:hover {
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-light {
|
|
|
+ background-color: #f8f9fa;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-dark {
|
|
|
+ background-color: #343a40;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-primary {
|
|
|
+ background-color: #007bff;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-secondary {
|
|
|
+ background-color: #6c757d;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-success {
|
|
|
+ background-color: #28a745;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-info {
|
|
|
+ background-color: #17a2b8;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-warning {
|
|
|
+ background-color: #ffc107;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-danger {
|
|
|
+ background-color: #dc3545;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-blue {
|
|
|
+ background-color: #007bff;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-indigo {
|
|
|
+ background-color: #6610f2;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-purple {
|
|
|
+ background-color: #6f42c1;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-pink {
|
|
|
+ background-color: #e83e8c;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-red {
|
|
|
+ background-color: #dc3545;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-orange {
|
|
|
+ background-color: #fd7e14;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-yellow {
|
|
|
+ background-color: #ffc107;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-green {
|
|
|
+ background-color: #28a745;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-teal {
|
|
|
+ background-color: #20c997;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-cyan {
|
|
|
+ background-color: #17a2b8;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-white {
|
|
|
+ background-color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-gray {
|
|
|
+ background-color: #6c757d;
|
|
|
+}
|
|
|
+
|
|
|
+.navbar-gray-dark {
|
|
|
+ background-color: #343a40;
|
|
|
+}
|
|
|
+
|
|
|
/*
|
|
|
* Component: Products List
|
|
|
* ------------------------
|
|
@@ -12696,13 +12965,11 @@ label:not(.form-check-label):not(.custom-file-label) {
|
|
|
|
|
|
.direct-chat.chat-pane-open .direct-chat-contacts {
|
|
|
-webkit-transform: translate(0, 0);
|
|
|
- -ms-transform: translate(0, 0);
|
|
|
transform: translate(0, 0);
|
|
|
}
|
|
|
|
|
|
.direct-chat-messages {
|
|
|
-webkit-transform: translate(0, 0);
|
|
|
- -ms-transform: translate(0, 0);
|
|
|
transform: translate(0, 0);
|
|
|
padding: 10px;
|
|
|
height: 250px;
|
|
@@ -12726,7 +12993,9 @@ label:not(.form-check-label):not(.custom-file-label) {
|
|
|
|
|
|
.direct-chat-messages,
|
|
|
.direct-chat-contacts {
|
|
|
+ transition: -webkit-transform .5s ease-in-out;
|
|
|
transition: transform .5s ease-in-out;
|
|
|
+ transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
|
|
|
}
|
|
|
|
|
|
.direct-chat-text {
|
|
@@ -12800,13 +13069,11 @@ label:not(.form-check-label):not(.custom-file-label) {
|
|
|
|
|
|
.direct-chat-contacts-open .direct-chat-contacts {
|
|
|
-webkit-transform: translate(0, 0);
|
|
|
- -ms-transform: translate(0, 0);
|
|
|
transform: translate(0, 0);
|
|
|
}
|
|
|
|
|
|
.direct-chat-contacts {
|
|
|
-webkit-transform: translate(101%, 0);
|
|
|
- -ms-transform: translate(101%, 0);
|
|
|
transform: translate(101%, 0);
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
@@ -13116,11 +13383,17 @@ label:not(.form-check-label):not(.custom-file-label) {
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
|
|
|
+.mailbox-attachment-size > span {
|
|
|
+ display: inline-block;
|
|
|
+ padding-top: 0.75rem;
|
|
|
+}
|
|
|
+
|
|
|
.mailbox-attachment-icon {
|
|
|
text-align: center;
|
|
|
font-size: 65px;
|
|
|
color: #666;
|
|
|
padding: 20px 10px;
|
|
|
+ max-height: 132.5px;
|
|
|
}
|
|
|
|
|
|
.mailbox-attachment-icon.has-img {
|
|
@@ -13483,11 +13756,13 @@ label:not(.form-check-label):not(.custom-file-label) {
|
|
|
}
|
|
|
|
|
|
.fc-color-picker > li .fa {
|
|
|
+ transition: -webkit-transform linear .3s;
|
|
|
transition: transform linear .3s;
|
|
|
+ transition: transform linear .3s, -webkit-transform linear .3s;
|
|
|
}
|
|
|
|
|
|
.fc-color-picker > li .fa:hover {
|
|
|
- -ms-transform: rotate(30deg);
|
|
|
+ -webkit-transform: rotate(30deg);
|
|
|
transform: rotate(30deg);
|
|
|
}
|
|
|
|
|
@@ -13541,6 +13816,8 @@ label:not(.form-check-label):not(.custom-file-label) {
|
|
|
|
|
|
.select2-results__option {
|
|
|
padding: 6px 12px;
|
|
|
+ -moz-user-select: none;
|
|
|
+ -ms-user-select: none;
|
|
|
user-select: none;
|
|
|
-webkit-user-select: none;
|
|
|
}
|
|
@@ -13705,6 +13982,123 @@ a.text-muted:hover {
|
|
|
color: #ffffff !important;
|
|
|
}
|
|
|
|
|
|
+.bg-blue {
|
|
|
+ background-color: #007bff;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-blue,
|
|
|
+.bg-blue a {
|
|
|
+ color: #ffffff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-indigo {
|
|
|
+ background-color: #6610f2;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-indigo,
|
|
|
+.bg-indigo a {
|
|
|
+ color: #ffffff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-purple {
|
|
|
+ background-color: #6f42c1;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-purple,
|
|
|
+.bg-purple a {
|
|
|
+ color: #ffffff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-pink {
|
|
|
+ background-color: #e83e8c;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-pink,
|
|
|
+.bg-pink a {
|
|
|
+ color: #ffffff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-red {
|
|
|
+ background-color: #dc3545;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-red,
|
|
|
+.bg-red a {
|
|
|
+ color: #ffffff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-orange {
|
|
|
+ background-color: #fd7e14;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-orange,
|
|
|
+.bg-orange a {
|
|
|
+ color: #1F2D3D !important;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-yellow {
|
|
|
+ background-color: #ffc107;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-yellow,
|
|
|
+.bg-yellow a {
|
|
|
+ color: #1F2D3D !important;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-green {
|
|
|
+ background-color: #28a745;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-green,
|
|
|
+.bg-green a {
|
|
|
+ color: #ffffff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-teal {
|
|
|
+ background-color: #20c997;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-teal,
|
|
|
+.bg-teal a {
|
|
|
+ color: #ffffff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-cyan {
|
|
|
+ background-color: #17a2b8;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-cyan,
|
|
|
+.bg-cyan a {
|
|
|
+ color: #ffffff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-white {
|
|
|
+ background-color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-white,
|
|
|
+.bg-white a {
|
|
|
+ color: #1F2D3D !important;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-gray {
|
|
|
+ background-color: #6c757d;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-gray,
|
|
|
+.bg-gray a {
|
|
|
+ color: #ffffff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-gray-dark {
|
|
|
+ background-color: #343a40;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-gray-dark,
|
|
|
+.bg-gray-dark a {
|
|
|
+ color: #ffffff !important;
|
|
|
+}
|
|
|
+
|
|
|
.bg-gray {
|
|
|
color: #000;
|
|
|
background-color: #adb5bd;
|
|
@@ -13783,72 +14177,48 @@ a.text-muted:hover {
|
|
|
|
|
|
.bg-primary-gradient {
|
|
|
background: #007bff;
|
|
|
- background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #007bff), color-stop(1, #3395ff));
|
|
|
- background: -ms-linear-gradient(bottom, #007bff, #3395ff);
|
|
|
- background: -moz-linear-gradient(center bottom, #007bff 0%, #3395ff 100%);
|
|
|
background: -o-linear-gradient(#3395ff, #007bff);
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
.bg-secondary-gradient {
|
|
|
background: #6c757d;
|
|
|
- background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6c757d), color-stop(1, #868e96));
|
|
|
- background: -ms-linear-gradient(bottom, #6c757d, #868e96);
|
|
|
- background: -moz-linear-gradient(center bottom, #6c757d 0%, #868e96 100%);
|
|
|
background: -o-linear-gradient(#868e96, #6c757d);
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
.bg-success-gradient {
|
|
|
background: #28a745;
|
|
|
- background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #28a745), color-stop(1, #34ce57));
|
|
|
- background: -ms-linear-gradient(bottom, #28a745, #34ce57);
|
|
|
- background: -moz-linear-gradient(center bottom, #28a745 0%, #34ce57 100%);
|
|
|
background: -o-linear-gradient(#34ce57, #28a745);
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
.bg-info-gradient {
|
|
|
background: #17a2b8;
|
|
|
- background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #17a2b8), color-stop(1, #1fc8e3));
|
|
|
- background: -ms-linear-gradient(bottom, #17a2b8, #1fc8e3);
|
|
|
- background: -moz-linear-gradient(center bottom, #17a2b8 0%, #1fc8e3 100%);
|
|
|
background: -o-linear-gradient(#1fc8e3, #17a2b8);
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
.bg-warning-gradient {
|
|
|
background: #ffc107;
|
|
|
- background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffc107), color-stop(1, #ffce3a));
|
|
|
- background: -ms-linear-gradient(bottom, #ffc107, #ffce3a);
|
|
|
- background: -moz-linear-gradient(center bottom, #ffc107 0%, #ffce3a 100%);
|
|
|
background: -o-linear-gradient(#ffce3a, #ffc107);
|
|
|
color: #1F2D3D;
|
|
|
}
|
|
|
|
|
|
.bg-danger-gradient {
|
|
|
background: #dc3545;
|
|
|
- background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dc3545), color-stop(1, #e4606d));
|
|
|
- background: -ms-linear-gradient(bottom, #dc3545, #e4606d);
|
|
|
- background: -moz-linear-gradient(center bottom, #dc3545 0%, #e4606d 100%);
|
|
|
background: -o-linear-gradient(#e4606d, #dc3545);
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
.bg-light-gradient {
|
|
|
background: #f8f9fa;
|
|
|
- background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f8f9fa), color-stop(1, white));
|
|
|
- background: -ms-linear-gradient(bottom, #f8f9fa, white);
|
|
|
- background: -moz-linear-gradient(center bottom, #f8f9fa 0%, white 100%);
|
|
|
background: -o-linear-gradient(white, #f8f9fa);
|
|
|
color: #1F2D3D;
|
|
|
}
|
|
|
|
|
|
.bg-dark-gradient {
|
|
|
background: #343a40;
|
|
|
- background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #343a40), color-stop(1, #4b545c));
|
|
|
- background: -ms-linear-gradient(bottom, #343a40, #4b545c);
|
|
|
- background: -moz-linear-gradient(center bottom, #343a40 0%, #4b545c 100%);
|
|
|
background: -o-linear-gradient(#4b545c, #343a40);
|
|
|
color: #ffffff;
|
|
|
}
|
|
@@ -14094,7 +14464,6 @@ a.text-muted:hover {
|
|
|
margin-left: 0 !important;
|
|
|
min-height: 0 !important;
|
|
|
-webkit-transform: translate(0, 0);
|
|
|
- -ms-transform: translate(0, 0);
|
|
|
transform: translate(0, 0);
|
|
|
}
|
|
|
.layout-fixed .content-wrapper {
|
|
@@ -14162,5 +14531,4 @@ a.text-muted:hover {
|
|
|
.elevation-5 {
|
|
|
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
|
|
|
}
|
|
|
-
|
|
|
/*# sourceMappingURL=adminlte.css.map */
|