@wavemaker/foundation-css 12.0.0-next.45032 → 12.0.0-next.45033
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -466,28 +466,29 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
466
466
|
--wm-btn-line-height: var(--wm-label-large-line-height);
|
|
467
467
|
--wm-btn-letter-spacing: var(--wm-label-large-letter-spacing);
|
|
468
468
|
--wm-btn-text-transform: none;
|
|
469
|
-
--wm-btn-color: var(--wm-color-on-surface);
|
|
470
|
-
--wm-btn-background:
|
|
469
|
+
--wm-btn-color: var(--wm-color-on-surface-variant);
|
|
470
|
+
--wm-btn-background: none;
|
|
471
471
|
--wm-btn-border-width: 1px;
|
|
472
472
|
--wm-btn-border-style: solid;
|
|
473
|
-
--wm-btn-border-color:
|
|
473
|
+
--wm-btn-border-color: none;
|
|
474
474
|
--wm-btn-radius: var(--wm-radius-pill);
|
|
475
475
|
--wm-btn-padding: var(--wm-space-2) var(--wm-space-6);
|
|
476
476
|
--wm-btn-min-width: auto;
|
|
477
477
|
--wm-btn-height: 40px;
|
|
478
478
|
--wm-btn-gap: var(--wm-space-2);
|
|
479
479
|
--wm-btn-shadow: none;
|
|
480
|
-
--wm-btn-state-layer-color:
|
|
480
|
+
--wm-btn-state-layer-color: var(--wm-color-on-surface-variant);
|
|
481
481
|
--wm-btn-hover-state-layer-opacity: var(--wm-opacity-hover);
|
|
482
|
-
--wm-btn-
|
|
482
|
+
--wm-btn-focus-state-layer-opacity: var(--wm-opacity-focus);
|
|
483
|
+
--wm-btn-active-state-layer-opacity: var(--wm-opacity-active);
|
|
483
484
|
--wm-btn-elevated: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0,0,0,0.15);
|
|
484
485
|
--wm-btn-elevated-hover: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, .15);
|
|
485
486
|
--wm-btn-elevated-focus: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0,0,0,0.15);
|
|
486
487
|
--wm-btn-elevated-active: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0,0,0,0.15);
|
|
487
|
-
--wm-btn-default-background: var(--wm-
|
|
488
|
-
--wm-btn-default-color: var(--wm-
|
|
489
|
-
--wm-btn-default-border-color: var(--wm-
|
|
490
|
-
--wm-btn-default-state-layer-color: var(--wm-
|
|
488
|
+
--wm-btn-default-background: var(--wm-color-surface);
|
|
489
|
+
--wm-btn-default-color: var(--wm-color-on-surface);
|
|
490
|
+
--wm-btn-default-border-color: var(--wm-color-surface-container-highest);
|
|
491
|
+
--wm-btn-default-state-layer-color: var(--wm-color-on-surface);
|
|
491
492
|
--wm-btn-primary-background: var(--wm-color-primary);
|
|
492
493
|
--wm-btn-primary-color: var(--wm-color-on-primary);
|
|
493
494
|
--wm-btn-primary-border-color: var(--wm-color-primary);
|
|
@@ -583,6 +584,7 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
583
584
|
--wm-checkbox-selected-state-hover: var(--wm-color-primary-hover);
|
|
584
585
|
--wm-checkbox-selected-state-focus: var(--wm-color-primary-focus);
|
|
585
586
|
/*--form field/composite--*/
|
|
587
|
+
--wm-caption-font-family: var(--wm-body-small-font-family);
|
|
586
588
|
--wm-caption-font-size: var(--wm-body-large-font-size);
|
|
587
589
|
--wm-caption-font-weight: var(--wm-body-large-font-weight);
|
|
588
590
|
--wm-caption-line-height: var(--wm-body-large-line-height);
|
|
@@ -599,21 +601,66 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
599
601
|
--wm-form-control-border-color-error: var(--wm-color-error);
|
|
600
602
|
--wm-form-control-radius: var(--wm-radius-xs);
|
|
601
603
|
--wm-form-control-height: 56px;
|
|
602
|
-
--wm-form-control-padding:
|
|
604
|
+
--wm-form-control-padding: var(--wm-space-4);
|
|
605
|
+
--wm-form-control-font-family: var(--wm-body-large-font-family);
|
|
603
606
|
--wm-form-control-font-size: var(--wm-body-large-font-size);
|
|
604
607
|
--wm-form-control-font-weight: var(--wm-body-large-font-weight);
|
|
605
608
|
--wm-form-control-line-height: var(--wm-body-large-line-height);
|
|
609
|
+
--wm-form-control-letter-spacing: var(--wm-body-large-letter-spacing);
|
|
606
610
|
--wm-form-control-color-place-holder: var(--wm-color-on-surface-variant);
|
|
607
611
|
--wm-help-block-color: var(--wm-color-on-surface);
|
|
612
|
+
--wm-help-block-font-family: var(--wm-body-small-font-family);
|
|
608
613
|
--wm-help-block-font-size: var(--wm-body-small-font-size);
|
|
609
614
|
--wm-help-block-font-weight: var(--wm-body-small-font-weight);
|
|
610
615
|
--wm-help-block-line-height: var(--wm-body-small-line-height);
|
|
616
|
+
--wm-help-block-letter-spacing: var(--wm-body-small-letter-spacing);
|
|
617
|
+
--wm-input-group-btn-width: var(--wm-space-10);
|
|
618
|
+
--wm-input-group-btn-height: var(--wm-space-10);
|
|
619
|
+
--wm-input-group-btn-font-size: var(--wm-icon-size);
|
|
620
|
+
--wm-input-group-btn-border-radius: var(--wm-btn-radius);
|
|
611
621
|
/*--Container--*/
|
|
612
622
|
--wm-container-outlined-border-color: var(--wm-color-outline-variant);
|
|
613
623
|
--wm-container-outlined-border-width: var(--wm-border-width);
|
|
614
624
|
--wm-container-outlined-border-style: var(--wm-border-style);
|
|
615
625
|
--wm-container-elevation-border-radius: var(--wm-radius-sm);
|
|
616
626
|
--wm-container-elevation-shadow: var(--wm-elevation-shadow-1);
|
|
627
|
+
--wm-currency-inputgroup-addon-width: 40px;
|
|
628
|
+
--wm-currency-inputgroup-addon-font-family: var(--wm-form-control-font-family);
|
|
629
|
+
--wm-currency-inputgroup-addon-font-size: var(--wm-form-control-font-size);
|
|
630
|
+
--wm-currency-inputgroup-addon-font-weight: var(--wm-form-control-font-weight);
|
|
631
|
+
--wm-currency-inputgroup-addon-line-height: var(--wm-form-control-line-height);
|
|
632
|
+
--wm-currency-inputgroup-addon-letter-spacing: var(--wm-form-control-letter-spacing);
|
|
633
|
+
/* datepicker variables */
|
|
634
|
+
--wm-datepicker-color: var(--wm-color-on-surface);
|
|
635
|
+
--wm-datepicker-background: var(--wm-color-surface-container-high);
|
|
636
|
+
--wm-datepicker-border-radius: var(--wm-radius-lg);
|
|
637
|
+
--wm-datepicker-active-background: var(--wm-color-primary);
|
|
638
|
+
--wm-datepicker-active-color: var(--wm-color-on-primary);
|
|
639
|
+
--wm-datepicker-previous-icon: "\f30f";
|
|
640
|
+
--wm-datepicker-next-icon: "\f310";
|
|
641
|
+
--wm-datepicker-font-family: var(--wm-body-large-font-weight);
|
|
642
|
+
--wm-datepicker-font-size: var(--wm-body-large-font-size);
|
|
643
|
+
--wm-datepicker-font-weight: var(--wm-font-weight-regular);
|
|
644
|
+
--wm-datepicker-line-height: var(--wm-body-large-line-height);
|
|
645
|
+
--wm-datepicker-letter-spacing: var(--wm-body-large-letter-spacing);
|
|
646
|
+
--wm-datepicker-date-width: var(--wm-space-10);
|
|
647
|
+
--wm-datepicker-date-height: var(--wm-space-10);
|
|
648
|
+
--wm-datepicker-date-color: var(--wm-color-on-surface);
|
|
649
|
+
--wm-datepicker-date-background: var(--wm-color-surface-container-high);
|
|
650
|
+
--wm-datepicker-date-border-width: var(--wm-border-width);
|
|
651
|
+
--wm-datepicker-date-border-style: var(--wm-border-style);
|
|
652
|
+
--wm-datepicker-date-border-color: var(--wm-color-surface-container-high);
|
|
653
|
+
--wm-datepicker-date-border-radius: var(--wm-radius-pill);
|
|
654
|
+
--wm-datepicker-date-font-family: var(--wm-body-large-font-weight);
|
|
655
|
+
--wm-datepicker-date-font-size: var(--wm-body-large-font-size);
|
|
656
|
+
--wm-datepicker-date-font-weight: var(--wm-font-weight-regular);
|
|
657
|
+
--wm-datepicker-date-line-height: var(--wm-body-large-line-height);
|
|
658
|
+
--wm-datepicker-date-letter-spacing: var(--wm-body-large-letter-spacing);
|
|
659
|
+
--wm-datepicker-date-other-month-color: var(--wm-color-on-surface-variant);
|
|
660
|
+
--wm-datepicker-date-state-layer-color: var(--wm-color-on-surface-variant);
|
|
661
|
+
--wm-datepicker-date-hover-state-layer-opacity: var(--wm-opacity-hover);
|
|
662
|
+
--wm-datepicker-date-focus-state-layer-opacity: var(--wm-opacity-focus);
|
|
663
|
+
--wm-datepicker-date-active-state-layer-opacity: var(--wm-opacity-active);
|
|
617
664
|
/*--file upload--*/
|
|
618
665
|
--wm-file-upload-status-padding: var(--wm-space-2);
|
|
619
666
|
--wm-file-upload-status-border-color: var(--wm-border-color);
|
|
@@ -751,6 +798,24 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
751
798
|
--wm-rating-icon-opacity-inactive: 0.38;
|
|
752
799
|
--wm-rating-icon-opacity-active: 1;
|
|
753
800
|
--wm-rating-icon-opacity-readonly: 0.38;
|
|
801
|
+
/* Timepicker styles */
|
|
802
|
+
--wm-timepicker-font-family: var(--wm-display-small-font-family);
|
|
803
|
+
--wm-timepicker-font-size: var(--wm-display-small-font-size);
|
|
804
|
+
--wm-timepicker-font-weight: var(--wm-display-small-font-weight);
|
|
805
|
+
--wm-timepicker-line-height: var(--wm-display-small-line-height);
|
|
806
|
+
--wm-timepicker-letter-spacing: var(--wm-display-small-letter-spacing);
|
|
807
|
+
--wm-timepicker-background: var(--wm-color-surface-container-high);
|
|
808
|
+
--wm-timepicker-border-radius: var(--wm-radius-lg);
|
|
809
|
+
--wm-timepicker-padding: var(--wm-space-6) var(--wm-space-6);
|
|
810
|
+
--wm-timepicker-period-selector-border: var(--wm-border-width) var(--wm-border-style) var(--wm-color-outline);
|
|
811
|
+
--wm-timepicker-period-selector-border-radius: var(--wm-radius-sm);
|
|
812
|
+
--wm-timepicker-period-selector-background: var(--wm-color-tertiary-container);
|
|
813
|
+
--wm-timepicker-period-selector-color: var(--wm-color-on-tertiary-container);
|
|
814
|
+
--wm-timepicker-period-selector-font-family: var(--wm-h5-font-family);
|
|
815
|
+
--wm-timepicker-period-selector-font-size: var(--wm-h5-font-size);
|
|
816
|
+
--wm-timepicker-period-selector-font-weight: var(--wm-h5-font-weight);
|
|
817
|
+
--wm-timepicker-period-selector-line-height: var(--wm-h5-line-height);
|
|
818
|
+
--wm-timepicker-period-selector-letter-spacing: var(--wm-h5-font-letter-spacing);
|
|
754
819
|
/*--Toast--*/
|
|
755
820
|
--wm-toast-container-width: 344px;
|
|
756
821
|
--wm-toast-container-shadow: var(--wm-elevation-shadow-3);
|
|
@@ -759,11 +824,16 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
759
824
|
--wm-toast-container-border-style: var(--wm-border-style);
|
|
760
825
|
--wm-toast-container-padding: 14px var(--wm-space-4) 14px var(--wm-space-12);
|
|
761
826
|
--wm-toast-container-gap: var(--wm-space-1);
|
|
762
|
-
--wm-toast-font-family: var(--wm-label-large-font-family);
|
|
763
|
-
--wm-toast-font-weight: var(--wm-label-large-font-weight);
|
|
764
|
-
--wm-toast-font-size: var(--wm-label-large-font-size);
|
|
765
|
-
--wm-toast-line-height: var(--wm-label-large-line-height);
|
|
766
|
-
--wm-toast-letter-spacing: var(--wm-label-large-letter-spacing);
|
|
827
|
+
--wm-toast-title-font-family: var(--wm-label-large-font-family);
|
|
828
|
+
--wm-toast-title-font-weight: var(--wm-label-large-font-weight);
|
|
829
|
+
--wm-toast-title-font-size: var(--wm-label-large-font-size);
|
|
830
|
+
--wm-toast-title-line-height: var(--wm-label-large-line-height);
|
|
831
|
+
--wm-toast-title-letter-spacing: var(--wm-label-large-letter-spacing);
|
|
832
|
+
--wm-toast-message-font-family: var(--wm-label-large-font-family);
|
|
833
|
+
--wm-toast-message-font-weight: var(--wm-label-large-font-weight);
|
|
834
|
+
--wm-toast-message-font-size: var(--wm-label-large-font-size);
|
|
835
|
+
--wm-toast-message-line-height: var(--wm-label-large-line-height);
|
|
836
|
+
--wm-toast-message-letter-spacing: var(--wm-label-large-letter-spacing);
|
|
767
837
|
--wm-toast-container-background: var(--wm-color-info);
|
|
768
838
|
--wm-toast-container-color: var(--wm-color-on-info);
|
|
769
839
|
--wm-toast-container-border-color: var(--wm-color-info);
|
|
@@ -907,9 +977,11 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
907
977
|
/* Track */
|
|
908
978
|
/* Handle */
|
|
909
979
|
/* Handle on hover */
|
|
980
|
+
/* datepicker styles */
|
|
910
981
|
/* .app-fileupload .file-upload */
|
|
911
982
|
/**--Layout--**/
|
|
912
983
|
/** Layout styles */
|
|
984
|
+
/* Timepicker styles */
|
|
913
985
|
/* toast styles */
|
|
914
986
|
/*--bootstrap 5 utilities start--*/
|
|
915
987
|
/* rtl:begin:remove */
|
|
@@ -8086,247 +8158,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
8086
8158
|
.wm-app * {
|
|
8087
8159
|
outline: 0 !important;
|
|
8088
8160
|
}
|
|
8089
|
-
.wm-app .ui-helper-hidden {
|
|
8090
|
-
display: none;
|
|
8091
|
-
}
|
|
8092
|
-
.wm-app .ui-helper-hidden-accessible {
|
|
8093
|
-
border: 0;
|
|
8094
|
-
clip: rect(0 0 0 0);
|
|
8095
|
-
height: 1px;
|
|
8096
|
-
margin: -1px;
|
|
8097
|
-
overflow: hidden;
|
|
8098
|
-
padding: 0;
|
|
8099
|
-
position: absolute;
|
|
8100
|
-
width: 1px;
|
|
8101
|
-
}
|
|
8102
|
-
.wm-app .ui-helper-zfix,
|
|
8103
|
-
.wm-app .ui-widget-overlay {
|
|
8104
|
-
top: 0;
|
|
8105
|
-
left: 0;
|
|
8106
|
-
width: 100%;
|
|
8107
|
-
height: 100%;
|
|
8108
|
-
}
|
|
8109
|
-
.wm-app .ui-helper-reset {
|
|
8110
|
-
margin: 0;
|
|
8111
|
-
padding: 0;
|
|
8112
|
-
border: 0;
|
|
8113
|
-
outline: 0;
|
|
8114
|
-
line-height: 1.3;
|
|
8115
|
-
text-decoration: none;
|
|
8116
|
-
font-size: 100%;
|
|
8117
|
-
list-style: none;
|
|
8118
|
-
}
|
|
8119
|
-
.wm-app .ui-helper-clearfix:after,
|
|
8120
|
-
.wm-app .ui-helper-clearfix:before {
|
|
8121
|
-
content: "";
|
|
8122
|
-
display: table;
|
|
8123
|
-
border-collapse: collapse;
|
|
8124
|
-
}
|
|
8125
|
-
.wm-app .ui-helper-clearfix:after {
|
|
8126
|
-
clear: both;
|
|
8127
|
-
}
|
|
8128
|
-
.wm-app .ui-helper-clearfix {
|
|
8129
|
-
min-height: 0;
|
|
8130
|
-
}
|
|
8131
|
-
.wm-app .ui-helper-zfix {
|
|
8132
|
-
position: absolute;
|
|
8133
|
-
opacity: 0;
|
|
8134
|
-
filter: alpha(opacity=0);
|
|
8135
|
-
}
|
|
8136
|
-
.wm-app .ui-front {
|
|
8137
|
-
z-index: 100;
|
|
8138
|
-
}
|
|
8139
|
-
.wm-app .ui-state-disabled {
|
|
8140
|
-
cursor: default !important;
|
|
8141
|
-
}
|
|
8142
|
-
.wm-app .ui-icon {
|
|
8143
|
-
display: block;
|
|
8144
|
-
text-indent: -99999px;
|
|
8145
|
-
overflow: hidden;
|
|
8146
|
-
background-repeat: no-repeat;
|
|
8147
|
-
}
|
|
8148
|
-
.wm-app .ui-widget-overlay {
|
|
8149
|
-
position: fixed;
|
|
8150
|
-
}
|
|
8151
|
-
.wm-app .ui-datepicker {
|
|
8152
|
-
width: 17em;
|
|
8153
|
-
padding: 0.2em 0.2em 0;
|
|
8154
|
-
display: none;
|
|
8155
|
-
}
|
|
8156
|
-
.wm-app .ui-datepicker .ui-datepicker-header {
|
|
8157
|
-
position: relative;
|
|
8158
|
-
padding: 0.2em 0;
|
|
8159
|
-
}
|
|
8160
|
-
.wm-app .ui-datepicker .ui-datepicker-next,
|
|
8161
|
-
.wm-app .ui-datepicker .ui-datepicker-prev {
|
|
8162
|
-
position: absolute;
|
|
8163
|
-
top: 2px;
|
|
8164
|
-
width: 1.8em;
|
|
8165
|
-
height: 1.8em;
|
|
8166
|
-
}
|
|
8167
|
-
.wm-app .ui-datepicker .ui-datepicker-next-hover,
|
|
8168
|
-
.wm-app .ui-datepicker .ui-datepicker-prev-hover {
|
|
8169
|
-
top: 1px;
|
|
8170
|
-
}
|
|
8171
|
-
.wm-app .ui-datepicker .ui-datepicker-prev {
|
|
8172
|
-
left: 2px;
|
|
8173
|
-
}
|
|
8174
|
-
.wm-app .ui-datepicker .ui-datepicker-next {
|
|
8175
|
-
right: 2px;
|
|
8176
|
-
}
|
|
8177
|
-
.wm-app .ui-datepicker .ui-datepicker-prev-hover {
|
|
8178
|
-
left: 1px;
|
|
8179
|
-
}
|
|
8180
|
-
.wm-app .ui-datepicker .ui-datepicker-next-hover {
|
|
8181
|
-
right: 1px;
|
|
8182
|
-
}
|
|
8183
|
-
.wm-app .ui-datepicker .ui-datepicker-next span,
|
|
8184
|
-
.wm-app .ui-datepicker .ui-datepicker-prev span {
|
|
8185
|
-
display: block;
|
|
8186
|
-
position: absolute;
|
|
8187
|
-
left: 50%;
|
|
8188
|
-
margin-left: -8px;
|
|
8189
|
-
top: 50%;
|
|
8190
|
-
margin-top: -8px;
|
|
8191
|
-
}
|
|
8192
|
-
.wm-app .fa-ul > li,
|
|
8193
|
-
.wm-app .ui-resizable {
|
|
8194
|
-
position: relative;
|
|
8195
|
-
}
|
|
8196
|
-
.wm-app .ui-datepicker .ui-datepicker-title {
|
|
8197
|
-
margin: 0 2.3em;
|
|
8198
|
-
line-height: 1.8em;
|
|
8199
|
-
text-align: center;
|
|
8200
|
-
}
|
|
8201
|
-
.wm-app .ui-datepicker .ui-datepicker-title select {
|
|
8202
|
-
font-size: 1em;
|
|
8203
|
-
margin: 1px 0;
|
|
8204
|
-
}
|
|
8205
|
-
.wm-app .ui-datepicker select.ui-datepicker-month,
|
|
8206
|
-
.wm-app .ui-datepicker select.ui-datepicker-year {
|
|
8207
|
-
width: 45%;
|
|
8208
|
-
}
|
|
8209
|
-
.wm-app .ui-datepicker table {
|
|
8210
|
-
width: 100%;
|
|
8211
|
-
font-size: 0.9em;
|
|
8212
|
-
border-collapse: collapse;
|
|
8213
|
-
margin: 0 0 0.4em;
|
|
8214
|
-
}
|
|
8215
|
-
.wm-app .ui-datepicker th {
|
|
8216
|
-
padding: 0.7em 0.3em;
|
|
8217
|
-
text-align: center;
|
|
8218
|
-
font-weight: 700;
|
|
8219
|
-
border: 0;
|
|
8220
|
-
}
|
|
8221
|
-
.wm-app .ui-datepicker td {
|
|
8222
|
-
border: 0;
|
|
8223
|
-
padding: 1px;
|
|
8224
|
-
}
|
|
8225
|
-
.wm-app .ui-datepicker td a,
|
|
8226
|
-
.wm-app .ui-datepicker td span {
|
|
8227
|
-
display: block;
|
|
8228
|
-
padding: 0.2em;
|
|
8229
|
-
text-align: right;
|
|
8230
|
-
text-decoration: none;
|
|
8231
|
-
}
|
|
8232
|
-
.wm-app .fa-fw,
|
|
8233
|
-
.wm-app .fa-li,
|
|
8234
|
-
.wm-app .fa-stack-1x,
|
|
8235
|
-
.wm-app .fa-stack-2x,
|
|
8236
|
-
.wm-app .note-btn {
|
|
8237
|
-
text-align: center;
|
|
8238
|
-
}
|
|
8239
|
-
.wm-app .ui-datepicker .ui-datepicker-buttonpane {
|
|
8240
|
-
background-image: none;
|
|
8241
|
-
margin: 0.7em 0 0;
|
|
8242
|
-
padding: 0 0.2em;
|
|
8243
|
-
border-left: 0;
|
|
8244
|
-
border-right: 0;
|
|
8245
|
-
border-bottom: 0;
|
|
8246
|
-
}
|
|
8247
|
-
.wm-app .ui-datepicker .ui-datepicker-buttonpane button {
|
|
8248
|
-
float: right;
|
|
8249
|
-
margin: 0.5em 0.2em 0.4em;
|
|
8250
|
-
cursor: pointer;
|
|
8251
|
-
padding: 0.2em 0.6em 0.3em;
|
|
8252
|
-
width: auto;
|
|
8253
|
-
overflow: visible;
|
|
8254
|
-
}
|
|
8255
|
-
.wm-app .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
|
|
8256
|
-
.wm-app .ui-datepicker-multi .ui-datepicker-group,
|
|
8257
|
-
.wm-app .ui-datepicker-rtl .ui-datepicker-buttonpane button {
|
|
8258
|
-
float: left;
|
|
8259
|
-
}
|
|
8260
|
-
.wm-app .ui-datepicker.ui-datepicker-multi {
|
|
8261
|
-
width: auto;
|
|
8262
|
-
}
|
|
8263
|
-
.wm-app .ui-datepicker-multi .ui-datepicker-group table {
|
|
8264
|
-
width: 95%;
|
|
8265
|
-
margin: 0 auto 0.4em;
|
|
8266
|
-
}
|
|
8267
|
-
.wm-app .ui-datepicker-multi-2 .ui-datepicker-group {
|
|
8268
|
-
width: 50%;
|
|
8269
|
-
}
|
|
8270
|
-
.wm-app .ui-datepicker-multi-3 .ui-datepicker-group {
|
|
8271
|
-
width: 33.3%;
|
|
8272
|
-
}
|
|
8273
|
-
.wm-app .ui-datepicker-multi-4 .ui-datepicker-group {
|
|
8274
|
-
width: 25%;
|
|
8275
|
-
}
|
|
8276
|
-
.wm-app .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
|
|
8277
|
-
.wm-app .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
|
|
8278
|
-
border-left-width: 0;
|
|
8279
|
-
}
|
|
8280
|
-
.wm-app .ui-datepicker-multi .ui-datepicker-buttonpane {
|
|
8281
|
-
clear: left;
|
|
8282
|
-
}
|
|
8283
|
-
.wm-app .ui-datepicker-row-break {
|
|
8284
|
-
clear: both;
|
|
8285
|
-
width: 100%;
|
|
8286
|
-
font-size: 0;
|
|
8287
|
-
}
|
|
8288
|
-
.wm-app .ui-datepicker-rtl {
|
|
8289
|
-
direction: rtl;
|
|
8290
|
-
}
|
|
8291
|
-
.wm-app .ui-datepicker-rtl .ui-datepicker-prev {
|
|
8292
|
-
right: 2px;
|
|
8293
|
-
left: auto;
|
|
8294
|
-
}
|
|
8295
|
-
.wm-app .ui-datepicker-rtl .ui-datepicker-next {
|
|
8296
|
-
left: 2px;
|
|
8297
|
-
right: auto;
|
|
8298
|
-
}
|
|
8299
|
-
.wm-app .ui-datepicker-rtl .ui-datepicker-prev:hover {
|
|
8300
|
-
right: 1px;
|
|
8301
|
-
left: auto;
|
|
8302
|
-
}
|
|
8303
|
-
.wm-app .ui-datepicker-rtl .ui-datepicker-next:hover {
|
|
8304
|
-
left: 1px;
|
|
8305
|
-
right: auto;
|
|
8306
|
-
}
|
|
8307
|
-
.wm-app .ui-datepicker-rtl .ui-datepicker-buttonpane {
|
|
8308
|
-
clear: right;
|
|
8309
|
-
}
|
|
8310
|
-
.wm-app .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
|
|
8311
|
-
.wm-app .ui-datepicker-rtl .ui-datepicker-group {
|
|
8312
|
-
float: right;
|
|
8313
|
-
}
|
|
8314
|
-
.wm-app .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
|
|
8315
|
-
.wm-app .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
|
|
8316
|
-
border-right-width: 0;
|
|
8317
|
-
border-left-width: 1px;
|
|
8318
|
-
}
|
|
8319
|
-
.wm-app .ui-resizable-handle {
|
|
8320
|
-
position: absolute;
|
|
8321
|
-
font-size: 0.1px;
|
|
8322
|
-
display: block;
|
|
8323
|
-
-ms-touch-action: none;
|
|
8324
|
-
touch-action: none;
|
|
8325
|
-
}
|
|
8326
|
-
.wm-app .ui-resizable-autohide .ui-resizable-handle,
|
|
8327
|
-
.wm-app .ui-resizable-disabled .ui-resizable-handle {
|
|
8328
|
-
display: none;
|
|
8329
|
-
}
|
|
8330
8161
|
.wm-app .fa,
|
|
8331
8162
|
.wm-app .fa-stack,
|
|
8332
8163
|
.wm-app .wi {
|
|
@@ -9750,7 +9581,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
9750
9581
|
text-align: center;
|
|
9751
9582
|
background-color: #000;
|
|
9752
9583
|
}
|
|
9753
|
-
.wm-app .app-livelist .media .img-thumbnail,
|
|
9754
9584
|
.wm-app .note-popover,
|
|
9755
9585
|
.wm-app .popover.fade.in {
|
|
9756
9586
|
max-width: none;
|
|
@@ -10414,316 +10244,111 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
10414
10244
|
display: none;
|
|
10415
10245
|
top: 0;
|
|
10416
10246
|
}
|
|
10417
|
-
.wm-app .
|
|
10418
|
-
.wm-app .
|
|
10419
|
-
|
|
10420
|
-
|
|
10421
|
-
|
|
10422
|
-
|
|
10247
|
+
.wm-app .visible-lg-block[hidden],
|
|
10248
|
+
.wm-app .visible-lg-inline-block[hidden],
|
|
10249
|
+
.wm-app .visible-lg-inline[hidden],
|
|
10250
|
+
.wm-app .visible-md-block[hidden],
|
|
10251
|
+
.wm-app .visible-md-inline-block[hidden],
|
|
10252
|
+
.wm-app .visible-md-inline[hidden],
|
|
10253
|
+
.wm-app .visible-sm-block[hidden],
|
|
10254
|
+
.wm-app .visible-sm-inline-block[hidden],
|
|
10255
|
+
.wm-app .visible-sm-inline[hidden],
|
|
10256
|
+
.wm-app .visible-xs-block[hidden],
|
|
10257
|
+
.wm-app .visible-xs-inline-block[hidden],
|
|
10258
|
+
.wm-app .visible-xs-inline[hidden] {
|
|
10259
|
+
display: none !important;
|
|
10423
10260
|
}
|
|
10424
|
-
.wm-app
|
|
10425
|
-
|
|
10426
|
-
position: relative;
|
|
10427
|
-
vertical-align: middle;
|
|
10261
|
+
.wm-app input[type="file"] {
|
|
10262
|
+
padding: 0;
|
|
10428
10263
|
}
|
|
10429
|
-
.wm-app .
|
|
10430
|
-
|
|
10264
|
+
.wm-app .infinite {
|
|
10265
|
+
animation-iteration-count: infinite;
|
|
10266
|
+
}
|
|
10267
|
+
.wm-app .app-content .app-spinner .spinner-message {
|
|
10268
|
+
background-color: rgba(255, 255, 255, 0.5);
|
|
10269
|
+
border: 1px solid #aeaeae;
|
|
10270
|
+
}
|
|
10271
|
+
.wm-app .global-spinner,
|
|
10272
|
+
.wm-app [classname="global-spinner"] {
|
|
10273
|
+
position: fixed;
|
|
10274
|
+
}
|
|
10275
|
+
.wm-app .app-popover {
|
|
10276
|
+
min-width: 50px;
|
|
10277
|
+
min-height: 50px;
|
|
10278
|
+
padding: 0;
|
|
10431
10279
|
}
|
|
10432
|
-
.wm-app .app-
|
|
10280
|
+
.wm-app .app-popover .popover-end,
|
|
10281
|
+
.wm-app .app-popover .popover-start {
|
|
10433
10282
|
width: 0;
|
|
10283
|
+
padding: 0;
|
|
10434
10284
|
height: 0;
|
|
10285
|
+
border: 0;
|
|
10435
10286
|
position: absolute;
|
|
10436
|
-
top: 30px;
|
|
10437
|
-
left: 50%;
|
|
10438
|
-
z-index: -1000;
|
|
10439
|
-
opacity: 0;
|
|
10440
10287
|
}
|
|
10441
|
-
.wm-app .app-
|
|
10442
|
-
|
|
10443
|
-
|
|
10444
|
-
|
|
10445
|
-
border: none;
|
|
10288
|
+
.wm-app .app-popover .popover-content {
|
|
10289
|
+
width: 100%;
|
|
10290
|
+
height: 100%;
|
|
10291
|
+
overflow: auto;
|
|
10446
10292
|
padding: 0;
|
|
10447
10293
|
}
|
|
10448
|
-
.wm-app .app-
|
|
10449
|
-
|
|
10450
|
-
background-color: rgba(0, 0, 0, 0.05);
|
|
10451
|
-
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
10452
|
-
}
|
|
10453
|
-
.wm-app .app-search .app-search-button:focus {
|
|
10454
|
-
outline: 0;
|
|
10455
|
-
}
|
|
10456
|
-
.wm-app .app-search.dropdown-menu {
|
|
10457
|
-
width: auto;
|
|
10458
|
-
text-align: left;
|
|
10459
|
-
z-index: 2000 !important;
|
|
10460
|
-
max-height: 200px;
|
|
10461
|
-
overflow-y: auto;
|
|
10294
|
+
.wm-app .app-popover .popover-content .app-partial {
|
|
10295
|
+
overflow: auto;
|
|
10462
10296
|
}
|
|
10463
|
-
.wm-app .app-
|
|
10464
|
-
|
|
10465
|
-
width: auto;
|
|
10466
|
-
overflow: hidden;
|
|
10297
|
+
.wm-app .app-popover .popover-content .app-partial > button {
|
|
10298
|
+
margin-top: 0.9em;
|
|
10467
10299
|
}
|
|
10468
|
-
.wm-app .app-
|
|
10469
|
-
|
|
10300
|
+
.wm-app .app-popover .popover-title ~ .popover-content {
|
|
10301
|
+
ignore: a;
|
|
10302
|
+
height: calc(100% - 3em);
|
|
10470
10303
|
}
|
|
10471
|
-
.wm-app .app-
|
|
10472
|
-
|
|
10473
|
-
|
|
10474
|
-
|
|
10304
|
+
.wm-app .app-popover.bottom.bottom-right > .arrow,
|
|
10305
|
+
.wm-app .app-popover.bottom.top-right > .arrow,
|
|
10306
|
+
.wm-app .app-popover.top.bottom-right > .arrow,
|
|
10307
|
+
.wm-app .app-popover.top.top-right > .arrow {
|
|
10308
|
+
left: auto !important;
|
|
10309
|
+
right: 1em !important;
|
|
10475
10310
|
}
|
|
10476
|
-
.wm-app .app-
|
|
10477
|
-
|
|
10311
|
+
.wm-app .app-popover-wrapper .disable-popover {
|
|
10312
|
+
pointer-events: none;
|
|
10478
10313
|
}
|
|
10479
|
-
.wm-app .app-
|
|
10480
|
-
|
|
10481
|
-
text-align: left;
|
|
10482
|
-
z-index: 2000 !important;
|
|
10483
|
-
max-height: 200px;
|
|
10484
|
-
overflow-y: auto;
|
|
10314
|
+
.wm-app .app-button {
|
|
10315
|
+
position: relative;
|
|
10485
10316
|
}
|
|
10486
|
-
.wm-app .app-
|
|
10487
|
-
|
|
10488
|
-
|
|
10489
|
-
overflow: hidden;
|
|
10317
|
+
.wm-app .app-button .btn-caption {
|
|
10318
|
+
margin: 0 0.2em;
|
|
10319
|
+
vertical-align: middle;
|
|
10490
10320
|
}
|
|
10491
|
-
.wm-app .app-
|
|
10492
|
-
|
|
10321
|
+
.wm-app .app-button .btn-caption:empty {
|
|
10322
|
+
margin: 0;
|
|
10493
10323
|
}
|
|
10494
|
-
.wm-app .app-
|
|
10495
|
-
|
|
10496
|
-
|
|
10497
|
-
|
|
10324
|
+
.wm-app .app-button .badge {
|
|
10325
|
+
position: absolute;
|
|
10326
|
+
top: 9pt;
|
|
10327
|
+
right: 9pt;
|
|
10498
10328
|
}
|
|
10499
|
-
.wm-app .app-
|
|
10500
|
-
|
|
10329
|
+
.wm-app .app-menu {
|
|
10330
|
+
display: inline-block;
|
|
10331
|
+
position: relative;
|
|
10501
10332
|
}
|
|
10502
|
-
.wm-app .app-
|
|
10503
|
-
|
|
10333
|
+
.wm-app .app-menu .app-anchor > .caret,
|
|
10334
|
+
.wm-app .app-menu .app-button > .caret {
|
|
10335
|
+
border: none !important;
|
|
10336
|
+
margin-top: 0.25em;
|
|
10337
|
+
margin-right: 0.3em;
|
|
10338
|
+
width: 6px;
|
|
10339
|
+
position: relative;
|
|
10504
10340
|
}
|
|
10505
|
-
.wm-app .app-
|
|
10506
|
-
.wm-app .app-
|
|
10341
|
+
.wm-app .app-menu .dropdown-toggle .anchor-caption:empty + span.caret,
|
|
10342
|
+
.wm-app .app-menu .dropdown-toggle .btn-caption:empty + span.caret,
|
|
10343
|
+
.wm-app .app-menu .dropdown-toggle .caption:empty + span + span.caret {
|
|
10507
10344
|
display: none;
|
|
10508
10345
|
}
|
|
10509
|
-
.wm-app .app-
|
|
10510
|
-
|
|
10511
|
-
|
|
10512
|
-
pointer-events: initial;
|
|
10513
|
-
display: block;
|
|
10514
|
-
z-index: 5;
|
|
10515
|
-
padding-left: 10px;
|
|
10346
|
+
.wm-app .app-menu .dropdown-toggle.btn {
|
|
10347
|
+
white-space: normal;
|
|
10348
|
+
text-align: inherit;
|
|
10516
10349
|
}
|
|
10517
|
-
.wm-app .app-
|
|
10518
|
-
display:
|
|
10519
|
-
}
|
|
10520
|
-
.wm-app .app-search.full-screen.input-group {
|
|
10521
|
-
width: 100% !important;
|
|
10522
|
-
position: fixed;
|
|
10523
|
-
display: block;
|
|
10524
|
-
background-color: #fff;
|
|
10525
|
-
height: 100%;
|
|
10526
|
-
z-index: 5000;
|
|
10527
|
-
border-radius: 0;
|
|
10528
|
-
top: 0;
|
|
10529
|
-
left: 0;
|
|
10530
|
-
}
|
|
10531
|
-
.wm-app .app-search.full-screen.input-group input {
|
|
10532
|
-
padding-left: 2.5em;
|
|
10533
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
|
|
10534
|
-
}
|
|
10535
|
-
.wm-app .app-search.full-screen typeahead-container.dropdown.open {
|
|
10536
|
-
top: 0 !important;
|
|
10537
|
-
height: 100% !important;
|
|
10538
|
-
}
|
|
10539
|
-
.wm-app .app-search.full-screen .input-group-addon {
|
|
10540
|
-
display: none;
|
|
10541
|
-
}
|
|
10542
|
-
.wm-app .app-search.full-screen .dropdown-menu {
|
|
10543
|
-
display: block;
|
|
10544
|
-
position: relative;
|
|
10545
|
-
width: 100%;
|
|
10546
|
-
ignore: a;
|
|
10547
|
-
height: calc(100% - 36px);
|
|
10548
|
-
overflow: auto;
|
|
10549
|
-
max-height: initial;
|
|
10550
|
-
top: 0 !important;
|
|
10551
|
-
}
|
|
10552
|
-
.wm-app .app-search.full-screen .back-btn {
|
|
10553
|
-
right: 0.25em !important;
|
|
10554
|
-
cursor: pointer;
|
|
10555
|
-
pointer-events: initial;
|
|
10556
|
-
display: block;
|
|
10557
|
-
z-index: 5001;
|
|
10558
|
-
left: 0;
|
|
10559
|
-
}
|
|
10560
|
-
.wm-app .visible-lg-block[hidden],
|
|
10561
|
-
.wm-app .visible-lg-inline-block[hidden],
|
|
10562
|
-
.wm-app .visible-lg-inline[hidden],
|
|
10563
|
-
.wm-app .visible-md-block[hidden],
|
|
10564
|
-
.wm-app .visible-md-inline-block[hidden],
|
|
10565
|
-
.wm-app .visible-md-inline[hidden],
|
|
10566
|
-
.wm-app .visible-sm-block[hidden],
|
|
10567
|
-
.wm-app .visible-sm-inline-block[hidden],
|
|
10568
|
-
.wm-app .visible-sm-inline[hidden],
|
|
10569
|
-
.wm-app .visible-xs-block[hidden],
|
|
10570
|
-
.wm-app .visible-xs-inline-block[hidden],
|
|
10571
|
-
.wm-app .visible-xs-inline[hidden] {
|
|
10572
|
-
display: none !important;
|
|
10573
|
-
}
|
|
10574
|
-
.wm-app .input-group.app-search {
|
|
10575
|
-
display: inline-table;
|
|
10576
|
-
width: 100%;
|
|
10577
|
-
}
|
|
10578
|
-
.wm-app input[type="file"] {
|
|
10579
|
-
padding: 0;
|
|
10580
|
-
}
|
|
10581
|
-
.wm-app .app-spinner {
|
|
10582
|
-
width: 100%;
|
|
10583
|
-
height: 100%;
|
|
10584
|
-
position: absolute;
|
|
10585
|
-
top: 0;
|
|
10586
|
-
left: 0;
|
|
10587
|
-
z-index: 1050;
|
|
10588
|
-
text-align: center;
|
|
10589
|
-
background-color: rgba(0, 0, 0, 0.15);
|
|
10590
|
-
}
|
|
10591
|
-
.wm-app .app-spinner.spinner-transparent {
|
|
10592
|
-
background-color: transparent;
|
|
10593
|
-
}
|
|
10594
|
-
.wm-app .app-spinner.spinner-transparent .spinner-message {
|
|
10595
|
-
background-color: transparent;
|
|
10596
|
-
border: none;
|
|
10597
|
-
}
|
|
10598
|
-
.wm-app .app-spinner .spinner-messages {
|
|
10599
|
-
margin: 0;
|
|
10600
|
-
}
|
|
10601
|
-
.wm-app .app-spinner .spinner-messages p {
|
|
10602
|
-
text-align: left;
|
|
10603
|
-
margin: 0 0.4em;
|
|
10604
|
-
}
|
|
10605
|
-
.wm-app .app-spinner.app-page-switch .spinner-image {
|
|
10606
|
-
color: #888;
|
|
10607
|
-
}
|
|
10608
|
-
.wm-app .app-spinner.app-page-switch .spinner-message {
|
|
10609
|
-
background-color: transparent;
|
|
10610
|
-
border: transparent;
|
|
10611
|
-
}
|
|
10612
|
-
.wm-app .app-spinner .spinner-message {
|
|
10613
|
-
position: relative;
|
|
10614
|
-
top: 40%;
|
|
10615
|
-
margin-left: auto;
|
|
10616
|
-
margin-right: auto;
|
|
10617
|
-
padding: 0.5em;
|
|
10618
|
-
background-color: transparent;
|
|
10619
|
-
border: 1px solid transparent;
|
|
10620
|
-
display: inline-table;
|
|
10621
|
-
border-collapse: separate;
|
|
10622
|
-
border-radius: 0.25em;
|
|
10623
|
-
-webkit-transform: translate3d(0, 0, 0);
|
|
10624
|
-
}
|
|
10625
|
-
.wm-app .app-spinner .spinner-message .spinner-image,
|
|
10626
|
-
.wm-app .app-spinner .spinner-message .spinner-messages,
|
|
10627
|
-
.wm-app .app-spinner .spinner-message .spinner-text {
|
|
10628
|
-
vertical-align: middle;
|
|
10629
|
-
display: table-cell;
|
|
10630
|
-
}
|
|
10631
|
-
.wm-app .app-spinner .spinner-message .spinner-image {
|
|
10632
|
-
font-size: 2em;
|
|
10633
|
-
color: #212121;
|
|
10634
|
-
}
|
|
10635
|
-
.wm-app .app-spinner .spinner-message .spinner-text {
|
|
10636
|
-
text-align: left;
|
|
10637
|
-
padding-left: 0.5em;
|
|
10638
|
-
}
|
|
10639
|
-
.wm-app .infinite {
|
|
10640
|
-
animation-iteration-count: infinite;
|
|
10641
|
-
}
|
|
10642
|
-
.wm-app .app-content .app-spinner .spinner-message {
|
|
10643
|
-
background-color: rgba(255, 255, 255, 0.5);
|
|
10644
|
-
border: 1px solid #aeaeae;
|
|
10645
|
-
}
|
|
10646
|
-
.wm-app .global-spinner,
|
|
10647
|
-
.wm-app [classname="global-spinner"] {
|
|
10648
|
-
position: fixed;
|
|
10649
|
-
}
|
|
10650
|
-
.wm-app .app-popover {
|
|
10651
|
-
min-width: 50px;
|
|
10652
|
-
min-height: 50px;
|
|
10653
|
-
padding: 0;
|
|
10654
|
-
}
|
|
10655
|
-
.wm-app .app-popover .popover-end,
|
|
10656
|
-
.wm-app .app-popover .popover-start {
|
|
10657
|
-
width: 0;
|
|
10658
|
-
padding: 0;
|
|
10659
|
-
height: 0;
|
|
10660
|
-
border: 0;
|
|
10661
|
-
position: absolute;
|
|
10662
|
-
}
|
|
10663
|
-
.wm-app .app-popover .popover-content {
|
|
10664
|
-
width: 100%;
|
|
10665
|
-
height: 100%;
|
|
10666
|
-
overflow: auto;
|
|
10667
|
-
padding: 0;
|
|
10668
|
-
}
|
|
10669
|
-
.wm-app .app-popover .popover-content .app-partial {
|
|
10670
|
-
overflow: auto;
|
|
10671
|
-
}
|
|
10672
|
-
.wm-app .app-popover .popover-content .app-partial > button {
|
|
10673
|
-
margin-top: 0.9em;
|
|
10674
|
-
}
|
|
10675
|
-
.wm-app .app-popover .popover-title ~ .popover-content {
|
|
10676
|
-
ignore: a;
|
|
10677
|
-
height: calc(100% - 3em);
|
|
10678
|
-
}
|
|
10679
|
-
.wm-app .app-popover.bottom.bottom-right > .arrow,
|
|
10680
|
-
.wm-app .app-popover.bottom.top-right > .arrow,
|
|
10681
|
-
.wm-app .app-popover.top.bottom-right > .arrow,
|
|
10682
|
-
.wm-app .app-popover.top.top-right > .arrow {
|
|
10683
|
-
left: auto !important;
|
|
10684
|
-
right: 1em !important;
|
|
10685
|
-
}
|
|
10686
|
-
.wm-app .app-popover-wrapper .disable-popover {
|
|
10687
|
-
pointer-events: none;
|
|
10688
|
-
}
|
|
10689
|
-
.wm-app .app-button {
|
|
10690
|
-
position: relative;
|
|
10691
|
-
}
|
|
10692
|
-
.wm-app .app-button .btn-caption {
|
|
10693
|
-
margin: 0 0.2em;
|
|
10694
|
-
vertical-align: middle;
|
|
10695
|
-
}
|
|
10696
|
-
.wm-app .app-button .btn-caption:empty {
|
|
10697
|
-
margin: 0;
|
|
10698
|
-
}
|
|
10699
|
-
.wm-app .app-button .badge {
|
|
10700
|
-
position: absolute;
|
|
10701
|
-
top: 9pt;
|
|
10702
|
-
right: 9pt;
|
|
10703
|
-
}
|
|
10704
|
-
.wm-app .app-menu {
|
|
10705
|
-
display: inline-block;
|
|
10706
|
-
position: relative;
|
|
10707
|
-
}
|
|
10708
|
-
.wm-app .app-menu .app-anchor > .caret,
|
|
10709
|
-
.wm-app .app-menu .app-button > .caret {
|
|
10710
|
-
border: none !important;
|
|
10711
|
-
margin-top: 0.25em;
|
|
10712
|
-
margin-right: 0.3em;
|
|
10713
|
-
width: 6px;
|
|
10714
|
-
position: relative;
|
|
10715
|
-
}
|
|
10716
|
-
.wm-app .app-menu .dropdown-toggle .anchor-caption:empty + span.caret,
|
|
10717
|
-
.wm-app .app-menu .dropdown-toggle .btn-caption:empty + span.caret,
|
|
10718
|
-
.wm-app .app-menu .dropdown-toggle .caption:empty + span + span.caret {
|
|
10719
|
-
display: none;
|
|
10720
|
-
}
|
|
10721
|
-
.wm-app .app-menu .dropdown-toggle.btn {
|
|
10722
|
-
white-space: normal;
|
|
10723
|
-
text-align: inherit;
|
|
10724
|
-
}
|
|
10725
|
-
.wm-app .app-menu.open .dropdown-menu.horizontal {
|
|
10726
|
-
display: table;
|
|
10350
|
+
.wm-app .app-menu.open .dropdown-menu.horizontal {
|
|
10351
|
+
display: table;
|
|
10727
10352
|
}
|
|
10728
10353
|
.wm-app .app-menu .dropdown-menu {
|
|
10729
10354
|
z-index: 1040 !important;
|
|
@@ -11450,198 +11075,43 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
11450
11075
|
-webkit-appearance: none;
|
|
11451
11076
|
margin: 0;
|
|
11452
11077
|
}
|
|
11453
|
-
.wm-app .app-select,
|
|
11454
|
-
.wm-app .app-textarea,
|
|
11455
|
-
.wm-app .app-textbox {
|
|
11456
|
-
max-width: 100%;
|
|
11457
|
-
position: relative;
|
|
11458
|
-
}
|
|
11459
|
-
.wm-app .app-select.error,
|
|
11460
|
-
.wm-app .app-textarea.error,
|
|
11461
|
-
.wm-app .app-textbox.error {
|
|
11462
|
-
border: 1px solid red;
|
|
11463
|
-
}
|
|
11464
|
-
.wm-app .select-locale.form-control.app-select {
|
|
11465
|
-
width: auto;
|
|
11466
|
-
}
|
|
11467
|
-
.wm-app .app-input-wrapper,
|
|
11468
|
-
.wm-app .app-select-wrapper {
|
|
11469
|
-
display: inherit;
|
|
11470
|
-
}
|
|
11471
|
-
.wm-app .form-control optgroup {
|
|
11472
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
11473
|
-
}
|
|
11474
|
-
.wm-app .form-control option {
|
|
11475
|
-
background-color: #fff;
|
|
11476
|
-
}
|
|
11477
|
-
.wm-app .input-group .app-input-wrapper,
|
|
11478
|
-
.wm-app .input-group .app-select-wrapper {
|
|
11479
|
-
display: table-cell;
|
|
11480
|
-
}
|
|
11481
|
-
.wm-app .app-select option[disabled]:first-child {
|
|
11482
|
-
display: none;
|
|
11483
|
-
}
|
|
11484
|
-
.wm-app .custom-select-disable .app-select option[disabled]:first-child {
|
|
11485
|
-
display: block;
|
|
11486
|
-
}
|
|
11487
|
-
.wm-app .app-search.dropdown-menu .list-group-header {
|
|
11488
|
-
list-style: none;
|
|
11489
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
11490
|
-
}
|
|
11491
|
-
.wm-app .app-search.dropdown-menu .list-group-header.collapsible-content {
|
|
11492
|
-
cursor: pointer;
|
|
11493
|
-
}
|
|
11494
|
-
.wm-app .app-search.dropdown-menu .list-group-header h4 {
|
|
11495
|
-
margin: 0;
|
|
11496
|
-
padding-left: 1em;
|
|
11497
|
-
padding-right: 1em;
|
|
11498
|
-
line-height: 2.5em;
|
|
11499
|
-
display: table;
|
|
11500
|
-
width: 100%;
|
|
11501
|
-
}
|
|
11502
|
-
.wm-app .app-search.dropdown-menu .list-group-header h4 .header-action {
|
|
11503
|
-
display: table-cell;
|
|
11504
|
-
}
|
|
11505
|
-
.wm-app .app-search.dropdown-menu .list-group-header h4 .header-action i,
|
|
11506
|
-
.wm-app .app-search.dropdown-menu .list-group-header h4 .header-action span {
|
|
11507
|
-
float: right;
|
|
11508
|
-
}
|
|
11509
|
-
.wm-app .app-search.dropdown-menu .list-group-header h4 .header-action i {
|
|
11510
|
-
padding: 0 10px;
|
|
11511
|
-
}
|
|
11512
|
-
.wm-app .app-timeinput {
|
|
11513
|
-
position: relative;
|
|
11514
|
-
max-width: 100%;
|
|
11515
|
-
}
|
|
11516
11078
|
.wm-app [widget="checkbox"][required="required"]:not([displayname]) .app-checkbox label.required:after {
|
|
11517
11079
|
content: "*";
|
|
11518
11080
|
color: red;
|
|
11519
11081
|
margin-left: 2px;
|
|
11520
11082
|
}
|
|
11521
|
-
.wm-app .
|
|
11522
|
-
|
|
11523
|
-
display: inline-block;
|
|
11524
|
-
}
|
|
11525
|
-
.wm-app .app-anchor .anchor-caption,
|
|
11526
|
-
.wm-app .app-anchor .caption {
|
|
11527
|
-
vertical-align: middle;
|
|
11528
|
-
line-height: 1.4;
|
|
11529
|
-
}
|
|
11530
|
-
.wm-app .app-anchor .badge {
|
|
11531
|
-
position: absolute;
|
|
11532
|
-
right: 2px;
|
|
11533
|
-
}
|
|
11534
|
-
.wm-app .app-anchor .active .app-icon,
|
|
11535
|
-
.wm-app .app-anchor .app-icon,
|
|
11536
|
-
.wm-app .app-anchor:focus .app-icon,
|
|
11537
|
-
.wm-app .app-anchor:hover .app-icon {
|
|
11538
|
-
text-decoration: none;
|
|
11083
|
+
.wm-app .order-by li button {
|
|
11084
|
+
padding: 0;
|
|
11539
11085
|
}
|
|
11540
|
-
.wm-app .
|
|
11541
|
-
.wm-app .radio.app-radio {
|
|
11086
|
+
.wm-app .order-by li span {
|
|
11542
11087
|
display: inline-block;
|
|
11543
|
-
|
|
11544
|
-
.wm-app .app-checkbox.checkbox label,
|
|
11545
|
-
.wm-app .radio.app-radio label {
|
|
11546
|
-
width: 100%;
|
|
11088
|
+
width: 70%;
|
|
11547
11089
|
white-space: nowrap;
|
|
11548
11090
|
overflow: hidden;
|
|
11549
11091
|
text-overflow: ellipsis;
|
|
11550
11092
|
}
|
|
11551
|
-
.wm-app .app-
|
|
11552
|
-
|
|
11553
|
-
|
|
11554
|
-
}
|
|
11555
|
-
.wm-app .app-checkbox.checkbox label input:focus,
|
|
11556
|
-
.wm-app .radio.app-radio label input:focus {
|
|
11557
|
-
outline: #1794ef solid 1px !important;
|
|
11093
|
+
.wm-app .nav.app-chips {
|
|
11094
|
+
position: relative;
|
|
11095
|
+
min-height: 20px;
|
|
11558
11096
|
}
|
|
11559
|
-
.wm-app .app-
|
|
11560
|
-
width: 60px;
|
|
11561
|
-
height: 32px;
|
|
11562
|
-
overflow: hidden;
|
|
11563
|
-
box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
|
|
11564
|
-
border-radius: 500px;
|
|
11097
|
+
.wm-app .nav.app-chips > li {
|
|
11565
11098
|
position: relative;
|
|
11566
|
-
|
|
11567
|
-
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
11099
|
+
margin: 2px 0;
|
|
11568
11100
|
}
|
|
11569
|
-
.wm-app .app-
|
|
11570
|
-
|
|
11101
|
+
.wm-app .nav.app-chips > li.disabled {
|
|
11102
|
+
cursor: not-allowed;
|
|
11103
|
+
pointer-events: none;
|
|
11571
11104
|
}
|
|
11572
|
-
.wm-app .app-
|
|
11573
|
-
|
|
11105
|
+
.wm-app .nav.app-chips > li.app-chip-search {
|
|
11106
|
+
display: inline-block;
|
|
11107
|
+
width: 180px;
|
|
11574
11108
|
}
|
|
11575
|
-
.wm-app .app-
|
|
11576
|
-
position: absolute;
|
|
11109
|
+
.wm-app .nav.app-chips > li.app-chip-search.full-width {
|
|
11577
11110
|
display: block;
|
|
11578
|
-
cursor: pointer;
|
|
11579
|
-
top: 0;
|
|
11580
|
-
left: 0;
|
|
11581
11111
|
width: 100%;
|
|
11582
|
-
height: 100%;
|
|
11583
|
-
opacity: 0;
|
|
11584
|
-
z-index: 6;
|
|
11585
|
-
margin-top: 0 !important;
|
|
11586
11112
|
}
|
|
11587
|
-
.wm-app .app-
|
|
11588
|
-
|
|
11589
|
-
}
|
|
11590
|
-
.wm-app .app-toggle.checkbox .switch {
|
|
11591
|
-
position: absolute;
|
|
11592
|
-
display: block;
|
|
11593
|
-
left: 0;
|
|
11594
|
-
top: 0;
|
|
11595
|
-
background-color: #fff;
|
|
11596
|
-
border-radius: 500px;
|
|
11597
|
-
z-index: 1;
|
|
11598
|
-
transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
|
|
11599
|
-
transition-property: left, right;
|
|
11600
|
-
transition-delay: 0s, 0.08s;
|
|
11601
|
-
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
|
|
11602
|
-
text-align: center;
|
|
11603
|
-
height: 100%;
|
|
11604
|
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
11605
|
-
}
|
|
11606
|
-
.wm-app .app-toggle.checkbox input[type="checkbox"]:checked ~ .switch {
|
|
11607
|
-
right: 0;
|
|
11608
|
-
left: auto;
|
|
11609
|
-
transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
|
|
11610
|
-
transition-property: left, right;
|
|
11611
|
-
transition-delay: 0.08s, 0s;
|
|
11612
|
-
}
|
|
11613
|
-
.wm-app .order-by li button {
|
|
11614
|
-
padding: 0;
|
|
11615
|
-
}
|
|
11616
|
-
.wm-app .order-by li span {
|
|
11617
|
-
display: inline-block;
|
|
11618
|
-
width: 70%;
|
|
11619
|
-
white-space: nowrap;
|
|
11620
|
-
overflow: hidden;
|
|
11621
|
-
text-overflow: ellipsis;
|
|
11622
|
-
}
|
|
11623
|
-
.wm-app .nav.app-chips {
|
|
11624
|
-
position: relative;
|
|
11625
|
-
min-height: 20px;
|
|
11626
|
-
}
|
|
11627
|
-
.wm-app .nav.app-chips > li {
|
|
11628
|
-
position: relative;
|
|
11629
|
-
margin: 2px 0;
|
|
11630
|
-
}
|
|
11631
|
-
.wm-app .nav.app-chips > li.disabled {
|
|
11632
|
-
cursor: not-allowed;
|
|
11633
|
-
pointer-events: none;
|
|
11634
|
-
}
|
|
11635
|
-
.wm-app .nav.app-chips > li.app-chip-search {
|
|
11636
|
-
display: inline-block;
|
|
11637
|
-
width: 180px;
|
|
11638
|
-
}
|
|
11639
|
-
.wm-app .nav.app-chips > li.app-chip-search.full-width {
|
|
11640
|
-
display: block;
|
|
11641
|
-
width: 100%;
|
|
11642
|
-
}
|
|
11643
|
-
.wm-app .nav.app-chips > li.app-chip-search.full-width .app-chip-input {
|
|
11644
|
-
width: 100% !important;
|
|
11113
|
+
.wm-app .nav.app-chips > li.app-chip-search.full-width .app-chip-input {
|
|
11114
|
+
width: 100% !important;
|
|
11645
11115
|
}
|
|
11646
11116
|
.wm-app .nav.app-chips > li.app-chip-search .app-chip-input {
|
|
11647
11117
|
border-color: transparent;
|
|
@@ -11651,13 +11121,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
11651
11121
|
outline: 0;
|
|
11652
11122
|
float: left;
|
|
11653
11123
|
}
|
|
11654
|
-
.wm-app .app-date .input-group-btn .btn:focus,
|
|
11655
|
-
.wm-app .app-date .uib-button-bar .btn:focus,
|
|
11656
|
-
.wm-app .app-datetime .input-group-btn .btn:focus,
|
|
11657
|
-
.wm-app .app-datetime .uib-button-bar .btn:focus,
|
|
11658
|
-
.wm-app .app-timeinput .input-group-btn .btn:focus {
|
|
11659
|
-
outline: dotted 1px !important;
|
|
11660
|
-
}
|
|
11661
11124
|
.wm-app .nav.app-chips > li.app-chip-search .app-chip-input .app-textbox {
|
|
11662
11125
|
height: 28px;
|
|
11663
11126
|
padding: 4px 12px 8px;
|
|
@@ -11724,10 +11187,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
11724
11187
|
overflow: hidden;
|
|
11725
11188
|
transform: scale(1);
|
|
11726
11189
|
}
|
|
11727
|
-
.wm-app .app-datetime.input-group .dropdown-menu table,
|
|
11728
|
-
.wm-app .app-timeinput.input-group .dropdown-menu table {
|
|
11729
|
-
display: inline-table;
|
|
11730
|
-
}
|
|
11731
11190
|
.wm-app .app-switch .model-holder {
|
|
11732
11191
|
width: 0;
|
|
11733
11192
|
height: 0;
|
|
@@ -11744,10 +11203,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
11744
11203
|
overflow: hidden;
|
|
11745
11204
|
height: 100%;
|
|
11746
11205
|
}
|
|
11747
|
-
.wm-app .app-date.input-group .dropdown-menu li:last-child,
|
|
11748
|
-
.wm-app .app-datetime.input-group .dropdown-menu li:last-child {
|
|
11749
|
-
overflow: visible !important;
|
|
11750
|
-
}
|
|
11751
11206
|
.wm-app .app-switch .btn-group > .btn {
|
|
11752
11207
|
border-radius: 500px;
|
|
11753
11208
|
height: 100%;
|
|
@@ -11770,63 +11225,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
11770
11225
|
vertical-align: middle;
|
|
11771
11226
|
border-radius: 0;
|
|
11772
11227
|
}
|
|
11773
|
-
.wm-app .app-textarea {
|
|
11774
|
-
height: 100%;
|
|
11775
|
-
}
|
|
11776
|
-
.wm-app .textarea-count {
|
|
11777
|
-
text-align: right;
|
|
11778
|
-
margin-top: 5px;
|
|
11779
|
-
}
|
|
11780
|
-
.wm-app .app-form .textarea-count {
|
|
11781
|
-
width: calc(60%);
|
|
11782
|
-
}
|
|
11783
|
-
.wm-app .form-control.app-textarea {
|
|
11784
|
-
height: 5.5em;
|
|
11785
|
-
}
|
|
11786
|
-
.wm-app .app-currency {
|
|
11787
|
-
width: 100%;
|
|
11788
|
-
}
|
|
11789
|
-
.wm-app .app-timeinput.input-group {
|
|
11790
|
-
max-width: 13em;
|
|
11791
|
-
position: relative;
|
|
11792
|
-
}
|
|
11793
|
-
.wm-app .app-timeinput.input-group .dropdown {
|
|
11794
|
-
position: static;
|
|
11795
|
-
}
|
|
11796
|
-
.wm-app .app-timeinput.input-group .dropdown-menu {
|
|
11797
|
-
width: auto;
|
|
11798
|
-
text-align: center;
|
|
11799
|
-
}
|
|
11800
|
-
.wm-app .app-datetime.input-group {
|
|
11801
|
-
max-width: 21em;
|
|
11802
|
-
position: relative;
|
|
11803
|
-
}
|
|
11804
|
-
.wm-app .app-datetime.input-group .dropdown {
|
|
11805
|
-
position: static;
|
|
11806
|
-
}
|
|
11807
|
-
.wm-app .app-datetime.input-group .dropdown-menu {
|
|
11808
|
-
top: 100% !important;
|
|
11809
|
-
text-align: center;
|
|
11810
|
-
width: auto;
|
|
11811
|
-
padding: 0.5em;
|
|
11812
|
-
}
|
|
11813
|
-
.wm-app .app-datetime.input-group button.btn.btn-default.btn-date {
|
|
11814
|
-
border-right: 0 #fff;
|
|
11815
|
-
}
|
|
11816
|
-
.wm-app .app-datetime.input-group button.btn.btn-default.btn-time {
|
|
11817
|
-
border-left: 0 #fff;
|
|
11818
|
-
}
|
|
11819
|
-
.wm-app .app-date.input-group {
|
|
11820
|
-
position: relative;
|
|
11821
|
-
max-width: 13em;
|
|
11822
|
-
}
|
|
11823
|
-
.wm-app .app-date.input-group .form-control.app-dateinput {
|
|
11824
|
-
position: relative;
|
|
11825
|
-
}
|
|
11826
|
-
.wm-app .app-date.input-group .dropdown-menu {
|
|
11827
|
-
padding: 0.5em;
|
|
11828
|
-
width: auto;
|
|
11829
|
-
}
|
|
11830
11228
|
.wm-app .mobile-input {
|
|
11831
11229
|
left: 0;
|
|
11832
11230
|
top: 0;
|
|
@@ -11840,71 +11238,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
11840
11238
|
width: 100%;
|
|
11841
11239
|
height: 31px;
|
|
11842
11240
|
}
|
|
11843
|
-
.wm-app .app-date .app-calendar-event .btn:after,
|
|
11844
|
-
.wm-app .app-datetime .app-calendar-event .btn:after {
|
|
11845
|
-
font-family: FontAwesome;
|
|
11846
|
-
font-size: 6px;
|
|
11847
|
-
content: "\f111\00a0\f111\00a0\f111";
|
|
11848
|
-
position: absolute;
|
|
11849
|
-
bottom: 0;
|
|
11850
|
-
left: 0;
|
|
11851
|
-
right: 0;
|
|
11852
|
-
color: rgba(0, 0, 0, 0.2);
|
|
11853
|
-
text-align: center;
|
|
11854
|
-
line-height: 2px;
|
|
11855
|
-
}
|
|
11856
|
-
.wm-app .app-date .app-calendar-event.one .btn:after,
|
|
11857
|
-
.wm-app .app-datetime .app-calendar-event.one .btn:after {
|
|
11858
|
-
content: "\f111";
|
|
11859
|
-
}
|
|
11860
|
-
.wm-app .app-date .app-calendar-event.two .btn:after,
|
|
11861
|
-
.wm-app .app-datetime .app-calendar-event.two .btn:after {
|
|
11862
|
-
content: "\f111\00a0\f111";
|
|
11863
|
-
}
|
|
11864
|
-
.wm-app .app-date .uib-daypicker tbody .btn-default,
|
|
11865
|
-
.wm-app .app-datetime .uib-daypicker tbody .btn-default {
|
|
11866
|
-
position: relative;
|
|
11867
|
-
margin: 0;
|
|
11868
|
-
}
|
|
11869
|
-
.wm-app .app-date .uib-daypicker tbody .btn-default:after,
|
|
11870
|
-
.wm-app .app-datetime .uib-daypicker tbody .btn-default:after {
|
|
11871
|
-
bottom: -1em;
|
|
11872
|
-
}
|
|
11873
|
-
.wm-app .app-date .uib-daypicker tbody .btn-default[disabled="disabled"],
|
|
11874
|
-
.wm-app .app-datetime .uib-daypicker tbody .btn-default[disabled="disabled"] {
|
|
11875
|
-
color: #aaa;
|
|
11876
|
-
}
|
|
11877
|
-
.wm-app .app-date .uib-daypicker table tbody tr.uib-weeks td:first-child,
|
|
11878
|
-
.wm-app .app-datetime .uib-daypicker table tbody tr.uib-weeks td:first-child {
|
|
11879
|
-
width: auto;
|
|
11880
|
-
}
|
|
11881
|
-
.wm-app .app-date tbody .btn.btn-default.active,
|
|
11882
|
-
.wm-app .app-date tbody .btn.btn-default:focus,
|
|
11883
|
-
.wm-app .app-datetime tbody .btn.btn-default.active,
|
|
11884
|
-
.wm-app .app-datetime tbody .btn.btn-default:focus {
|
|
11885
|
-
background-color: #bbb !important;
|
|
11886
|
-
color: #333 !important;
|
|
11887
|
-
}
|
|
11888
|
-
.wm-app .app-date .add-opacity,
|
|
11889
|
-
.wm-app .app-datetime .add-opacity,
|
|
11890
|
-
.wm-app .app-timeinput .add-opacity {
|
|
11891
|
-
opacity: 0 !important;
|
|
11892
|
-
}
|
|
11893
|
-
.wm-app .app-date .remove-opacity,
|
|
11894
|
-
.wm-app .app-datetime .remove-opacity,
|
|
11895
|
-
.wm-app .app-timeinput .remove-opacity {
|
|
11896
|
-
opacity: 1 !important;
|
|
11897
|
-
}
|
|
11898
|
-
.wm-app .app-date .input-group-btn,
|
|
11899
|
-
.wm-app .app-datetime .input-group-btn,
|
|
11900
|
-
.wm-app .app-timeinput .input-group-btn {
|
|
11901
|
-
vertical-align: top;
|
|
11902
|
-
}
|
|
11903
|
-
.wm-app .app-date .input-group-btn .app-icon,
|
|
11904
|
-
.wm-app .app-datetime .input-group-btn .app-icon,
|
|
11905
|
-
.wm-app .app-timeinput .input-group-btn .app-icon {
|
|
11906
|
-
padding: 0;
|
|
11907
|
-
}
|
|
11908
11241
|
.wm-app .model-holder[bsdatepicker] {
|
|
11909
11242
|
visibility: hidden;
|
|
11910
11243
|
width: 0;
|
|
@@ -12031,279 +11364,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
12031
11364
|
bottom: 0;
|
|
12032
11365
|
position: fixed !important;
|
|
12033
11366
|
}
|
|
12034
|
-
.wm-app .app-list,
|
|
12035
|
-
.wm-app .app-livelist {
|
|
12036
|
-
position: relative;
|
|
12037
|
-
list-style: none;
|
|
12038
|
-
margin: 0;
|
|
12039
|
-
padding: 0;
|
|
12040
|
-
min-height: 2em;
|
|
12041
|
-
}
|
|
12042
|
-
.wm-app .app-list.inline .app-list-item,
|
|
12043
|
-
.wm-app .app-livelist.inline .app-list-item {
|
|
12044
|
-
display: inline-block;
|
|
12045
|
-
}
|
|
12046
|
-
.wm-app .app-list.Inline > .panel-heading,
|
|
12047
|
-
.wm-app .app-livelist.Inline > .panel-heading {
|
|
12048
|
-
display: table-caption;
|
|
12049
|
-
background-color: inherit;
|
|
12050
|
-
}
|
|
12051
|
-
.wm-app .app-list > ul,
|
|
12052
|
-
.wm-app .app-livelist > ul {
|
|
12053
|
-
display: block;
|
|
12054
|
-
padding-bottom: 1px;
|
|
12055
|
-
}
|
|
12056
|
-
.wm-app .app-list ul.list-group,
|
|
12057
|
-
.wm-app .app-livelist ul.list-group {
|
|
12058
|
-
margin-bottom: 0;
|
|
12059
|
-
}
|
|
12060
|
-
.wm-app .app-list li.app-list-item-group,
|
|
12061
|
-
.wm-app .app-livelist li.app-list-item-group {
|
|
12062
|
-
list-style: none;
|
|
12063
|
-
}
|
|
12064
|
-
.wm-app .app-list li.app-list-item-header,
|
|
12065
|
-
.wm-app .app-livelist li.app-list-item-header {
|
|
12066
|
-
list-style: none;
|
|
12067
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
12068
|
-
}
|
|
12069
|
-
.wm-app .app-list li.app-list-item-header.collapsible-content,
|
|
12070
|
-
.wm-app .app-livelist li.app-list-item-header.collapsible-content {
|
|
12071
|
-
cursor: pointer;
|
|
12072
|
-
}
|
|
12073
|
-
.wm-app .app-list li.app-list-item-header h4,
|
|
12074
|
-
.wm-app .app-livelist li.app-list-item-header h4 {
|
|
12075
|
-
margin: 0;
|
|
12076
|
-
padding-left: 1em;
|
|
12077
|
-
padding-right: 1em;
|
|
12078
|
-
line-height: 2.5em;
|
|
12079
|
-
display: table;
|
|
12080
|
-
width: 100%;
|
|
12081
|
-
}
|
|
12082
|
-
.wm-app .app-list li.app-list-item-header h4 .header-action,
|
|
12083
|
-
.wm-app .app-livelist li.app-list-item-header h4 .header-action {
|
|
12084
|
-
display: table-cell;
|
|
12085
|
-
}
|
|
12086
|
-
.wm-app .app-list li.app-list-item-header h4 .header-action i,
|
|
12087
|
-
.wm-app .app-list li.app-list-item-header h4 .header-action span,
|
|
12088
|
-
.wm-app .app-livelist li.app-list-item-header h4 .header-action i,
|
|
12089
|
-
.wm-app .app-livelist li.app-list-item-header h4 .header-action span {
|
|
12090
|
-
float: right;
|
|
12091
|
-
}
|
|
12092
|
-
.wm-app .app-list li.app-list-item-header h4 .header-action i,
|
|
12093
|
-
.wm-app .app-livelist li.app-list-item-header h4 .header-action i {
|
|
12094
|
-
padding: 0 10px;
|
|
12095
|
-
}
|
|
12096
|
-
.wm-app .app-list .app-list-item,
|
|
12097
|
-
.wm-app .app-livelist .app-list-item {
|
|
12098
|
-
position: relative;
|
|
12099
|
-
list-style: none;
|
|
12100
|
-
outline: 0;
|
|
12101
|
-
}
|
|
12102
|
-
.wm-app .app-list .app-list-item .app-list-item-value,
|
|
12103
|
-
.wm-app .app-livelist .app-list-item .app-list-item-value {
|
|
12104
|
-
word-break: break-word;
|
|
12105
|
-
}
|
|
12106
|
-
.wm-app .app-list .app-list-item.active,
|
|
12107
|
-
.wm-app .app-livelist .app-list-item.active {
|
|
12108
|
-
z-index: auto !important;
|
|
12109
|
-
}
|
|
12110
|
-
.wm-app .app-list .app-list-item.active.list-group-item .app-icon,
|
|
12111
|
-
.wm-app .app-list .app-list-item.active.list-group-item .app-label,
|
|
12112
|
-
.wm-app .app-livelist .app-list-item.active.list-group-item .app-icon,
|
|
12113
|
-
.wm-app .app-livelist .app-list-item.active.list-group-item .app-label {
|
|
12114
|
-
opacity: 0.9;
|
|
12115
|
-
}
|
|
12116
|
-
.wm-app .app-list .app-list-item.active.list-group-item .text-muted,
|
|
12117
|
-
.wm-app .app-livelist .app-list-item.active.list-group-item .text-muted {
|
|
12118
|
-
opacity: 0.7;
|
|
12119
|
-
}
|
|
12120
|
-
.wm-app .app-list .app-list-item.active.list-group-item .app-card,
|
|
12121
|
-
.wm-app .app-list .app-list-item.active.list-group-item .app-panel,
|
|
12122
|
-
.wm-app .app-list .app-list-item.active.list-group-item .app-tabs .tab-content,
|
|
12123
|
-
.wm-app .app-list .app-list-item.active.list-group-item .ta-editor,
|
|
12124
|
-
.wm-app .app-livelist .app-list-item.active.list-group-item .app-card,
|
|
12125
|
-
.wm-app .app-livelist .app-list-item.active.list-group-item .app-panel,
|
|
12126
|
-
.wm-app .app-livelist .app-list-item.active.list-group-item .app-tabs .tab-content,
|
|
12127
|
-
.wm-app .app-livelist .app-list-item.active.list-group-item .ta-editor {
|
|
12128
|
-
color: #333;
|
|
12129
|
-
}
|
|
12130
|
-
.wm-app .app-list .app-list-item.active.list-group-item .app-card:not(.panel) .panel-heading,
|
|
12131
|
-
.wm-app .app-list .app-list-item.active.list-group-item .app-panel:not(.panel) .panel-heading,
|
|
12132
|
-
.wm-app .app-livelist .app-list-item.active.list-group-item .app-card:not(.panel) .panel-heading,
|
|
12133
|
-
.wm-app .app-livelist .app-list-item.active.list-group-item .app-panel:not(.panel) .panel-heading {
|
|
12134
|
-
color: #fff;
|
|
12135
|
-
}
|
|
12136
|
-
.wm-app .app-list .app-picture,
|
|
12137
|
-
.wm-app .app-livelist .app-picture {
|
|
12138
|
-
text-align: center;
|
|
12139
|
-
}
|
|
12140
|
-
.wm-app .app-livelist li.app-list-item {
|
|
12141
|
-
display: inline-block;
|
|
12142
|
-
float: none;
|
|
12143
|
-
vertical-align: top;
|
|
12144
|
-
}
|
|
12145
|
-
.wm-app .app-livelist li.app-list-item > .app-card {
|
|
12146
|
-
height: 100%;
|
|
12147
|
-
}
|
|
12148
|
-
.wm-app .app-livelist li.app-list-item.active > .app-card {
|
|
12149
|
-
border: 1px solid rgba(168, 168, 168, 0.9);
|
|
12150
|
-
}
|
|
12151
|
-
.wm-app .app-livelist li.app-list-item.disable-item:before {
|
|
12152
|
-
content: "";
|
|
12153
|
-
width: 100%;
|
|
12154
|
-
height: 100%;
|
|
12155
|
-
position: absolute;
|
|
12156
|
-
left: 0;
|
|
12157
|
-
right: 0;
|
|
12158
|
-
top: 0;
|
|
12159
|
-
bottom: 0;
|
|
12160
|
-
z-index: 999;
|
|
12161
|
-
}
|
|
12162
|
-
.wm-app .app-livelist li.app-list-item:focus:not(.active):not(.disable-item) {
|
|
12163
|
-
background-color: rgba(0, 0, 0, 0.05);
|
|
12164
|
-
}
|
|
12165
|
-
.wm-app .app-livelist .app-horizontal-list {
|
|
12166
|
-
white-space: nowrap;
|
|
12167
|
-
overflow: auto;
|
|
12168
|
-
}
|
|
12169
|
-
.wm-app .app-livelist .app-horizontal-list li.app-list-item {
|
|
12170
|
-
white-space: normal;
|
|
12171
|
-
margin-right: 4pt;
|
|
12172
|
-
}
|
|
12173
|
-
.wm-app .app-livelist > div.app-datanavigator,
|
|
12174
|
-
.wm-app .app-livelist > nav.app-datanavigator {
|
|
12175
|
-
display: table-cell;
|
|
12176
|
-
vertical-align: middle;
|
|
12177
|
-
width: 40pt;
|
|
12178
|
-
padding: 5pt;
|
|
12179
|
-
}
|
|
12180
|
-
.wm-app .app-livelist.Inline {
|
|
12181
|
-
display: table;
|
|
12182
|
-
table-layout: fixed;
|
|
12183
|
-
width: 100%;
|
|
12184
|
-
}
|
|
12185
|
-
.wm-app .app-livelist.Inline .app-livelist-container {
|
|
12186
|
-
padding: 0;
|
|
12187
|
-
}
|
|
12188
|
-
.wm-app .app-livelist.Inline .app-list-item-group,
|
|
12189
|
-
.wm-app .app-livelist.Inline .app-livelist-container .app-list-item {
|
|
12190
|
-
display: inline-block;
|
|
12191
|
-
}
|
|
12192
|
-
.wm-app .app-livelist.Inline .app-datanavigator {
|
|
12193
|
-
overflow: hidden;
|
|
12194
|
-
}
|
|
12195
|
-
.wm-app .app-livelist .app-datanavigator + .app-livelist-container {
|
|
12196
|
-
vertical-align: middle;
|
|
12197
|
-
white-space: nowrap;
|
|
12198
|
-
overflow-x: auto;
|
|
12199
|
-
overflow-y: hidden !important;
|
|
12200
|
-
}
|
|
12201
|
-
.wm-app .app-livelist .app-datanavigator + .app-livelist-container .app-list-item {
|
|
12202
|
-
white-space: normal;
|
|
12203
|
-
float: none;
|
|
12204
|
-
}
|
|
12205
|
-
.wm-app .app-livelist .app-datanavigator + .app-livelist-container .app-list-item-group ul.list-group {
|
|
12206
|
-
display: inline-table;
|
|
12207
|
-
}
|
|
12208
|
-
.wm-app .app-livelist .app-datanavigator + .app-livelist-container .app-list-item-group ul.list-group > li {
|
|
12209
|
-
display: inline-block;
|
|
12210
|
-
vertical-align: middle;
|
|
12211
|
-
}
|
|
12212
|
-
.wm-app .app-livelist .app-datanavigator + .app-livelist-container .app-list-item-group ul.list-group .app-list-item-header {
|
|
12213
|
-
display: table-cell;
|
|
12214
|
-
text-align: center;
|
|
12215
|
-
width: 10%;
|
|
12216
|
-
white-space: normal;
|
|
12217
|
-
}
|
|
12218
|
-
.wm-app .app-grid .no-wrap,
|
|
12219
|
-
.wm-app .app-grid .table tbody tr td .actions-column,
|
|
12220
|
-
.wm-app .app-medialist.singlerow,
|
|
12221
|
-
.wm-app .app-tabs .nav.nav-tabs,
|
|
12222
|
-
.wm-app .app-tabs.has-transition > .tab-content {
|
|
12223
|
-
white-space: nowrap;
|
|
12224
|
-
}
|
|
12225
|
-
.wm-app .app-livelist ul {
|
|
12226
|
-
position: relative;
|
|
12227
|
-
}
|
|
12228
|
-
.wm-app .app-livelist .app-label {
|
|
12229
|
-
overflow: hidden;
|
|
12230
|
-
text-overflow: ellipsis;
|
|
12231
|
-
word-break: break-word;
|
|
12232
|
-
}
|
|
12233
|
-
.wm-app .app-livelist .media {
|
|
12234
|
-
margin-top: 0;
|
|
12235
|
-
}
|
|
12236
|
-
.wm-app .app-livelist .media-right {
|
|
12237
|
-
padding-left: 0 !important;
|
|
12238
|
-
}
|
|
12239
|
-
.wm-app .app-livelist .media-right a,
|
|
12240
|
-
.wm-app .app-livelist .media-right a:focus,
|
|
12241
|
-
.wm-app .app-livelist .media-right a:hover {
|
|
12242
|
-
text-decoration: none;
|
|
12243
|
-
}
|
|
12244
|
-
.wm-app .app-livelist .media-right a i,
|
|
12245
|
-
.wm-app .app-livelist .media-right a:focus i,
|
|
12246
|
-
.wm-app .app-livelist .media-right a:hover i {
|
|
12247
|
-
font-size: 18pt;
|
|
12248
|
-
color: inherit;
|
|
12249
|
-
}
|
|
12250
|
-
.wm-app .app-livelist .media-right ul.dropdown-menu a i {
|
|
12251
|
-
font-size: inherit;
|
|
12252
|
-
}
|
|
12253
|
-
.wm-app .app-livelist .thumbnail {
|
|
12254
|
-
margin-bottom: 0;
|
|
12255
|
-
text-align: center;
|
|
12256
|
-
}
|
|
12257
|
-
.wm-app .app-livelist .thumbnail .caption .detail {
|
|
12258
|
-
font-weight: 400;
|
|
12259
|
-
}
|
|
12260
|
-
.wm-app .app-livelist .loading-data-msg,
|
|
12261
|
-
.wm-app .app-livelist .no-data-msg {
|
|
12262
|
-
text-align: center;
|
|
12263
|
-
}
|
|
12264
|
-
.wm-app .app-livelist .loading-data-msg .app-icon {
|
|
12265
|
-
font-size: 16pt;
|
|
12266
|
-
}
|
|
12267
|
-
.wm-app .app-livelist .loading-data-msg .loading-text {
|
|
12268
|
-
vertical-align: top;
|
|
12269
|
-
padding-left: 10px;
|
|
12270
|
-
}
|
|
12271
|
-
.wm-app .app-livelist:not(.On-Demand):not(.Scroll) .loading-data-msg {
|
|
12272
|
-
position: absolute;
|
|
12273
|
-
top: 0;
|
|
12274
|
-
bottom: 5.3em;
|
|
12275
|
-
width: 100%;
|
|
12276
|
-
background: rgba(200, 200, 200, 0.55);
|
|
12277
|
-
}
|
|
12278
|
-
.wm-app .app-livelist:not(.On-Demand):not(.Scroll) .loading-data-msg > span {
|
|
12279
|
-
position: absolute;
|
|
12280
|
-
top: 50%;
|
|
12281
|
-
left: 0;
|
|
12282
|
-
width: 100%;
|
|
12283
|
-
}
|
|
12284
|
-
.wm-app .app-livelist:not(.On-Demand):not(.Scroll).None .loading-data-msg {
|
|
12285
|
-
bottom: 0;
|
|
12286
|
-
}
|
|
12287
|
-
.wm-app .app-livelist:not(.On-Demand):not(.Scroll).Inline .loading-data-msg {
|
|
12288
|
-
left: 0;
|
|
12289
|
-
bottom: 0;
|
|
12290
|
-
z-index: 1;
|
|
12291
|
-
}
|
|
12292
|
-
.wm-app .app-livelist.On-Demand .loading-data-msg,
|
|
12293
|
-
.wm-app .app-livelist.Scroll .loading-data-msg {
|
|
12294
|
-
height: 4em;
|
|
12295
|
-
display: table;
|
|
12296
|
-
width: 100%;
|
|
12297
|
-
}
|
|
12298
|
-
.wm-app .app-livelist.On-Demand .loading-data-msg > span,
|
|
12299
|
-
.wm-app .app-livelist.Scroll .loading-data-msg > span {
|
|
12300
|
-
display: table-cell;
|
|
12301
|
-
height: 100%;
|
|
12302
|
-
vertical-align: middle;
|
|
12303
|
-
}
|
|
12304
|
-
.wm-app .app-livelist.On-Demand .panel-footer {
|
|
12305
|
-
padding: 0;
|
|
12306
|
-
}
|
|
12307
11367
|
.wm-app .app-prefab {
|
|
12308
11368
|
min-height: 1em;
|
|
12309
11369
|
position: relative;
|
|
@@ -12492,9 +11552,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
12492
11552
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
|
|
12493
11553
|
outline: 0;
|
|
12494
11554
|
}
|
|
12495
|
-
.wm-app .app-grid .form-search .app-select {
|
|
12496
|
-
width: auto;
|
|
12497
|
-
}
|
|
12498
11555
|
.wm-app .app-grid[spacing="condensed"] .app-datagrid-actions .app-anchor {
|
|
12499
11556
|
font-size: 13px;
|
|
12500
11557
|
}
|
|
@@ -12614,10 +11671,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
12614
11671
|
.wm-app .app-grid .app-datagrid .app-datagrid-cell.cell-editing {
|
|
12615
11672
|
vertical-align: middle;
|
|
12616
11673
|
}
|
|
12617
|
-
.wm-app .app-grid .app-datagrid .app-datagrid-cell.cell-editing .app-input-wrapper,
|
|
12618
|
-
.wm-app .app-grid .app-datagrid .app-datagrid-cell.cell-editing .app-select-wrapper {
|
|
12619
|
-
display: block;
|
|
12620
|
-
}
|
|
12621
11674
|
.wm-app .app-grid .app-datagrid .app-datagrid-cell.cell-editing:not(.checkbox-widget) .uib-timepicker input {
|
|
12622
11675
|
border: 1px solid #e0e0e0;
|
|
12623
11676
|
}
|
|
@@ -12812,11 +11865,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
12812
11865
|
.wm-app .table-bordered {
|
|
12813
11866
|
border-collapse: separate !important;
|
|
12814
11867
|
}
|
|
12815
|
-
.wm-app .app-form .panel-body,
|
|
12816
|
-
.wm-app .app-livefilter .panel-body,
|
|
12817
|
-
.wm-app .app-liveform .panel-body {
|
|
12818
|
-
padding: 12px;
|
|
12819
|
-
}
|
|
12820
11868
|
.wm-app .nav > li .app-popover-wrapper a {
|
|
12821
11869
|
position: relative;
|
|
12822
11870
|
display: block;
|
|
@@ -12849,7 +11897,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
12849
11897
|
display: table-cell;
|
|
12850
11898
|
vertical-align: top;
|
|
12851
11899
|
}
|
|
12852
|
-
.wm-app .app-medialist .app-media-fullscreen .app-mobile-navbar .left-nav-btn,
|
|
12853
11900
|
.wm-app .app-richtexteditor .locked.note-statusbar,
|
|
12854
11901
|
.wm-app .wm-mobile-app .app-media-fullscreen .app-mobile-navbar .left-nav-btn {
|
|
12855
11902
|
display: none;
|
|
@@ -12927,164 +11974,16 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
12927
11974
|
height: auto;
|
|
12928
11975
|
text-align: right;
|
|
12929
11976
|
}
|
|
12930
|
-
.wm-app .note-modal .note-modal-footer > button {
|
|
12931
|
-
float: none;
|
|
12932
|
-
}
|
|
12933
|
-
.wm-app .app-medialist {
|
|
12934
|
-
overflow: auto;
|
|
12935
|
-
}
|
|
12936
|
-
.wm-app .app-medialist .thumbnail {
|
|
12937
|
-
width: 100%;
|
|
12938
|
-
height: 100%;
|
|
12939
|
-
text-align: center;
|
|
12940
|
-
position: relative;
|
|
12941
|
-
}
|
|
12942
|
-
.wm-app .app-medialist .thumbnail .thumbnail-image {
|
|
12943
|
-
max-width: 100%;
|
|
12944
|
-
width: auto;
|
|
12945
|
-
height: 100%;
|
|
12946
|
-
}
|
|
12947
|
-
.wm-app .app-medialist .thumbnail .thumbnail-image-template {
|
|
12948
|
-
max-width: 100%;
|
|
12949
|
-
width: 100%;
|
|
12950
|
-
height: 100%;
|
|
12951
|
-
}
|
|
12952
|
-
.wm-app .app-medialist .thumbnail .thumbnail-details {
|
|
12953
|
-
position: absolute;
|
|
12954
|
-
width: 100%;
|
|
12955
|
-
height: 100%;
|
|
12956
|
-
top: 0;
|
|
12957
|
-
text-align: left;
|
|
12958
|
-
}
|
|
12959
|
-
.wm-app .app-medialist .app-media-item {
|
|
12960
|
-
text-align: left;
|
|
12961
|
-
position: relative;
|
|
12962
|
-
}
|
|
12963
|
-
.wm-app .app-medialist .app-media-thumbnail {
|
|
12964
|
-
z-index: 100;
|
|
12965
|
-
}
|
|
12966
|
-
.wm-app .app-medialist .app-media-fullscreen,
|
|
12967
|
-
.wm-app .wm-mobile-app .app-media-fullscreen {
|
|
12968
|
-
z-index: 1000;
|
|
12969
|
-
position: fixed;
|
|
12970
|
-
top: 0;
|
|
12971
|
-
right: 0;
|
|
12972
|
-
bottom: 0;
|
|
12973
|
-
left: 0;
|
|
12974
|
-
}
|
|
12975
|
-
.wm-app .app-medialist .app-media-fullscreen .app-header + .app-content,
|
|
12976
|
-
.wm-app .wm-mobile-app .app-media-fullscreen .app-header + .app-content {
|
|
12977
|
-
margin: 0;
|
|
12978
|
-
ignore: a;
|
|
12979
|
-
height: calc(100% - 36pt);
|
|
12980
|
-
}
|
|
12981
|
-
.wm-app .app-medialist .app-media-fullscreen .media-content,
|
|
12982
|
-
.wm-app .wm-mobile-app .app-media-fullscreen .media-content {
|
|
12983
|
-
display: table;
|
|
12984
|
-
width: 100%;
|
|
12985
|
-
height: 100%;
|
|
12986
|
-
}
|
|
12987
|
-
.wm-app .app-medialist .app-media-fullscreen .image-container,
|
|
12988
|
-
.wm-app .wm-mobile-app .app-media-fullscreen .image-container {
|
|
12989
|
-
display: table-cell;
|
|
12990
|
-
vertical-align: middle;
|
|
12991
|
-
text-align: center;
|
|
12992
|
-
}
|
|
12993
|
-
.wm-app .app-medialist .app-media-fullscreen .app-media-fullscreen-info-panel,
|
|
12994
|
-
.wm-app .wm-mobile-app .app-media-fullscreen .app-media-fullscreen-info-panel {
|
|
12995
|
-
position: absolute;
|
|
12996
|
-
top: 0;
|
|
12997
|
-
font-size: 1.5em;
|
|
12998
|
-
color: #fff;
|
|
12999
|
-
text-align: center;
|
|
13000
|
-
width: 100%;
|
|
13001
|
-
padding: 10px;
|
|
13002
|
-
background-color: rgba(74, 75, 76, 0.38);
|
|
13003
|
-
}
|
|
13004
|
-
.wm-app .app-medialist .app-media-fullscreen .app-media-fullscreen-info-panel .back-btn,
|
|
13005
|
-
.wm-app .wm-mobile-app .app-media-fullscreen .app-media-fullscreen-info-panel .back-btn {
|
|
13006
|
-
font-size: 2em;
|
|
13007
|
-
}
|
|
13008
|
-
.wm-app .app-medialist .app-media-fullscreen .app-media-fullscreen-nav-control,
|
|
13009
|
-
.wm-app .wm-mobile-app .app-media-fullscreen .app-media-fullscreen-nav-control {
|
|
13010
|
-
position: absolute;
|
|
13011
|
-
top: 50%;
|
|
13012
|
-
background-color: rgba(74, 75, 76, 0.38);
|
|
13013
|
-
border-radius: 20pt;
|
|
13014
|
-
margin: -15pt 10pt 0;
|
|
13015
|
-
color: #fff;
|
|
13016
|
-
font-size: 18pt;
|
|
13017
|
-
width: 30pt;
|
|
13018
|
-
height: 30pt;
|
|
13019
|
-
text-align: center;
|
|
13020
|
-
}
|
|
13021
|
-
.wm-app .app-accordion,
|
|
13022
|
-
.wm-app .app-tabs.inverted > ul.nav:not(.nav-stacked) > li {
|
|
13023
|
-
margin-bottom: 0;
|
|
13024
|
-
}
|
|
13025
|
-
.wm-app .app-medialist .app-media-fullscreen .app-media-fullscreen-nav-control:hover,
|
|
13026
|
-
.wm-app .wm-mobile-app .app-media-fullscreen .app-media-fullscreen-nav-control:hover {
|
|
13027
|
-
background-color: rgba(0, 0, 0, 0.5);
|
|
13028
|
-
}
|
|
13029
|
-
.wm-app .app-medialist .app-media-fullscreen .app-media-fullscreen-nav-control.left,
|
|
13030
|
-
.wm-app .wm-mobile-app .app-media-fullscreen .app-media-fullscreen-nav-control.left {
|
|
13031
|
-
left: 0;
|
|
13032
|
-
}
|
|
13033
|
-
.wm-app .app-medialist .app-media-fullscreen .app-media-fullscreen-nav-control.right,
|
|
13034
|
-
.wm-app .wm-mobile-app .app-media-fullscreen .app-media-fullscreen-nav-control.right {
|
|
13035
|
-
right: 0;
|
|
13036
|
-
}
|
|
13037
|
-
.wm-app .app-medialist .app-media-fullscreen .app-media-fullscreen-nav-control i.wi,
|
|
13038
|
-
.wm-app .wm-mobile-app .app-media-fullscreen .app-media-fullscreen-nav-control i.wi {
|
|
13039
|
-
text-decoration: none;
|
|
13040
|
-
}
|
|
13041
|
-
.wm-app .app-tile {
|
|
13042
|
-
padding: 1em;
|
|
13043
|
-
margin: 0;
|
|
13044
|
-
position: relative;
|
|
13045
|
-
display: inline-block;
|
|
13046
|
-
width: 100%;
|
|
13047
|
-
overflow: hidden;
|
|
13048
|
-
}
|
|
13049
|
-
.wm-app .app-accordion {
|
|
13050
|
-
position: relative;
|
|
13051
|
-
}
|
|
13052
|
-
.wm-app .app-accordion .panel + .panel {
|
|
13053
|
-
margin: 0;
|
|
13054
|
-
}
|
|
13055
|
-
.wm-app .app-accordion .app-accordion-panel,
|
|
13056
|
-
.wm-app .app-accordion .app-accordion-panel .panel-body,
|
|
13057
|
-
.wm-app .app-accordion .app-accordion-panel .panel-collapse {
|
|
13058
|
-
position: relative;
|
|
13059
|
-
}
|
|
13060
|
-
.wm-app .app-accordion .app-accordion-panel > .panel-heading {
|
|
13061
|
-
width: 100%;
|
|
13062
|
-
position: relative;
|
|
13063
|
-
cursor: pointer;
|
|
13064
|
-
}
|
|
13065
|
-
.wm-app .app-accordion .app-accordion-panel > .panel-heading .panel-title > a {
|
|
13066
|
-
text-decoration: none;
|
|
13067
|
-
}
|
|
13068
|
-
.wm-app .app-accordion .app-accordion-panel > .panel-heading .panel-title .panel-icon {
|
|
13069
|
-
margin-right: 0.5em;
|
|
13070
|
-
}
|
|
13071
|
-
.wm-app .app-accordion .app-accordion-panel > .panel-heading > .panel-actions {
|
|
13072
|
-
float: right;
|
|
13073
|
-
right: 0.25em;
|
|
13074
|
-
top: 0.9em;
|
|
13075
|
-
position: absolute;
|
|
13076
|
-
margin-right: 0.2em;
|
|
13077
|
-
}
|
|
13078
|
-
.wm-app .app-accordion .app-accordion-panel > .panel-heading > .panel-actions .panel-action {
|
|
13079
|
-
background: 0 0;
|
|
13080
|
-
box-shadow: none;
|
|
13081
|
-
border: none;
|
|
13082
|
-
padding: 0;
|
|
13083
|
-
margin-right: 0.25em;
|
|
13084
|
-
outline: 0;
|
|
11977
|
+
.wm-app .note-modal .note-modal-footer > button {
|
|
11978
|
+
float: none;
|
|
13085
11979
|
}
|
|
13086
|
-
.wm-app .app-
|
|
13087
|
-
|
|
11980
|
+
.wm-app .app-tile {
|
|
11981
|
+
padding: 1em;
|
|
11982
|
+
margin: 0;
|
|
11983
|
+
position: relative;
|
|
11984
|
+
display: inline-block;
|
|
11985
|
+
width: 100%;
|
|
11986
|
+
overflow: hidden;
|
|
13088
11987
|
}
|
|
13089
11988
|
.wm-app .app-tabs {
|
|
13090
11989
|
position: relative;
|
|
@@ -13409,18 +12308,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
13409
12308
|
.wm-app .app-livefilter .form-group .inline .radio {
|
|
13410
12309
|
margin-top: 10px;
|
|
13411
12310
|
}
|
|
13412
|
-
.wm-app .app-datetime.input-group-lg .form-control,
|
|
13413
|
-
.wm-app .app-timeinput.input-group-lg .form-control {
|
|
13414
|
-
font-size: 16px;
|
|
13415
|
-
line-height: 1.3333333;
|
|
13416
|
-
border-radius: 0;
|
|
13417
|
-
}
|
|
13418
|
-
.wm-app .app-datetime.input-group-sm .form-control,
|
|
13419
|
-
.wm-app .app-timeinput.input-group-sm .form-control {
|
|
13420
|
-
font-size: 11px;
|
|
13421
|
-
line-height: 1.5;
|
|
13422
|
-
border-radius: 0;
|
|
13423
|
-
}
|
|
13424
12311
|
.wm-app .app-livefilter .form-control,
|
|
13425
12312
|
.wm-app .app-liveform .form-control {
|
|
13426
12313
|
border-radius: 0;
|
|
@@ -13440,11 +12327,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
13440
12327
|
border-radius: 0;
|
|
13441
12328
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
13442
12329
|
}
|
|
13443
|
-
.wm-app .app-livefilter .app-currency .input-group-addon,
|
|
13444
|
-
.wm-app .app-liveform .app-currency .input-group-addon {
|
|
13445
|
-
border-radius: 0;
|
|
13446
|
-
border-right: 1px solid rgba(0, 0, 0, 0.1);
|
|
13447
|
-
}
|
|
13448
12330
|
.wm-app .app-livefilter .app-switch .btn-group > .btn.btn-default,
|
|
13449
12331
|
.wm-app .app-livefilter .app-switch .btn-group > .btn.btn-default.active,
|
|
13450
12332
|
.wm-app .app-livefilter .app-switch .btn-group > .btn.btn-default:focus,
|
|
@@ -13515,11 +12397,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
13515
12397
|
margin-top: 10px;
|
|
13516
12398
|
display: inline-block;
|
|
13517
12399
|
}
|
|
13518
|
-
.wm-app .app-accordion-panel .panel-heading .panel-actions .panel-action i,
|
|
13519
|
-
.wm-app .app-card .panel-heading .panel-actions .panel-action i,
|
|
13520
|
-
.wm-app .app-panel .panel-heading .panel-actions .panel-action i {
|
|
13521
|
-
font-style: normal;
|
|
13522
|
-
}
|
|
13523
12400
|
.wm-app .app-global-progress-bar.modal {
|
|
13524
12401
|
background: rgba(0, 0, 0, 0.5);
|
|
13525
12402
|
display: table;
|
|
@@ -13561,80 +12438,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
13561
12438
|
z-index: 1060 !important;
|
|
13562
12439
|
display: initial !important;
|
|
13563
12440
|
}
|
|
13564
|
-
.wm-app .app-datetime .form-group input {
|
|
13565
|
-
min-width: 45px;
|
|
13566
|
-
}
|
|
13567
|
-
.wm-app .app-datetime tbody .btn.btn-link {
|
|
13568
|
-
padding-left: 15px;
|
|
13569
|
-
padding-right: 15px;
|
|
13570
|
-
}
|
|
13571
|
-
.wm-app .app-datetime tbody .btn.btn-link span {
|
|
13572
|
-
display: inline-block !important;
|
|
13573
|
-
}
|
|
13574
|
-
.wm-app .app-datetime tr td:first-child {
|
|
13575
|
-
padding-left: 15px;
|
|
13576
|
-
}
|
|
13577
|
-
.wm-app .app-datetime tr td:last-child {
|
|
13578
|
-
padding-right: 15px;
|
|
13579
|
-
}
|
|
13580
|
-
.wm-app .app-datetime.input-group .app-dateinput.form-control {
|
|
13581
|
-
position: absolute;
|
|
13582
|
-
z-index: -1 !important;
|
|
13583
|
-
width: 1px;
|
|
13584
|
-
}
|
|
13585
|
-
.wm-app .app-datetime.dropdown-menu {
|
|
13586
|
-
z-index: 2000 !important;
|
|
13587
|
-
}
|
|
13588
|
-
.wm-app .app-date .uib-datepicker-popup.dropdown-menu {
|
|
13589
|
-
z-index: 2000;
|
|
13590
|
-
}
|
|
13591
|
-
.wm-app .app-date[disabled="disabled"] > .input-group-btn .btn-date {
|
|
13592
|
-
opacity: 0.65;
|
|
13593
|
-
cursor: not-allowed;
|
|
13594
|
-
}
|
|
13595
|
-
.wm-app .date-picker-modal.modal-dialog {
|
|
13596
|
-
height: 100%;
|
|
13597
|
-
padding: 0;
|
|
13598
|
-
margin: 0;
|
|
13599
|
-
}
|
|
13600
|
-
.wm-app .date-picker-modal.modal-dialog-centered {
|
|
13601
|
-
display: flex;
|
|
13602
|
-
justify-content: center;
|
|
13603
|
-
align-items: center;
|
|
13604
|
-
}
|
|
13605
|
-
.wm-app .date-picker-modal > .modal-content {
|
|
13606
|
-
border-radius: 8px;
|
|
13607
|
-
}
|
|
13608
|
-
.wm-app .date-picker-modal .modal-body {
|
|
13609
|
-
text-align: center;
|
|
13610
|
-
display: flex;
|
|
13611
|
-
flex-direction: column;
|
|
13612
|
-
min-width: 240pt;
|
|
13613
|
-
}
|
|
13614
|
-
.wm-app .date-picker-modal .modal-footer {
|
|
13615
|
-
text-align: left;
|
|
13616
|
-
}
|
|
13617
|
-
.wm-app .date-picker-modal .bs-datepicker-body table td span.disabled {
|
|
13618
|
-
background-color: transparent;
|
|
13619
|
-
color: #ccc;
|
|
13620
|
-
cursor: not-allowed;
|
|
13621
|
-
}
|
|
13622
|
-
.wm-app .date-picker-modal wm-pickergroup {
|
|
13623
|
-
flex: 1;
|
|
13624
|
-
display: flex;
|
|
13625
|
-
justify-content: center;
|
|
13626
|
-
align-items: center;
|
|
13627
|
-
}
|
|
13628
|
-
.wm-app .app-datetime-picker .date-picker-value {
|
|
13629
|
-
flex: 1;
|
|
13630
|
-
font-weight: 700;
|
|
13631
|
-
font-size: 12pt;
|
|
13632
|
-
text-align: center;
|
|
13633
|
-
}
|
|
13634
|
-
.wm-app .app-datetime-picker .app-time-separator {
|
|
13635
|
-
font-size: 24pt;
|
|
13636
|
-
margin-top: 8pt;
|
|
13637
|
-
}
|
|
13638
12441
|
.wm-app .app-picker-group {
|
|
13639
12442
|
display: flex;
|
|
13640
12443
|
flex-direction: row;
|
|
@@ -14667,101 +13470,12 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
14667
13470
|
.wm-app .breadcrumb.path-based li.active a:hover {
|
|
14668
13471
|
color: #21adf0;
|
|
14669
13472
|
}
|
|
14670
|
-
.wm-app .app-checkboxset,
|
|
14671
|
-
.wm-app .app-radioset {
|
|
14672
|
-
overflow: auto;
|
|
14673
|
-
}
|
|
14674
|
-
.wm-app .app-checkboxset .app-list-item-group .item-group,
|
|
14675
|
-
.wm-app .app-radioset .app-list-item-group .item-group {
|
|
14676
|
-
display: block;
|
|
14677
|
-
}
|
|
14678
|
-
.wm-app .app-checkboxset .app-list-item-group .list-group-header,
|
|
14679
|
-
.wm-app .app-radioset .app-list-item-group .list-group-header {
|
|
14680
|
-
list-style: none;
|
|
14681
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
14682
|
-
}
|
|
14683
|
-
.wm-app .app-checkboxset .app-list-item-group .list-group-header.collapsible-content,
|
|
14684
|
-
.wm-app .app-radioset .app-list-item-group .list-group-header.collapsible-content {
|
|
14685
|
-
cursor: pointer;
|
|
14686
|
-
}
|
|
14687
|
-
.wm-app .app-checkboxset .app-list-item-group .list-group-header h4,
|
|
14688
|
-
.wm-app .app-radioset .app-list-item-group .list-group-header h4 {
|
|
14689
|
-
margin: 0;
|
|
14690
|
-
padding-left: 1em;
|
|
14691
|
-
padding-right: 1em;
|
|
14692
|
-
line-height: 2.5em;
|
|
14693
|
-
display: table;
|
|
14694
|
-
width: 100%;
|
|
14695
|
-
}
|
|
14696
|
-
.wm-app .app-checkboxset .app-list-item-group .list-group-header h4 .header-action,
|
|
14697
|
-
.wm-app .app-radioset .app-list-item-group .list-group-header h4 .header-action {
|
|
14698
|
-
display: table-cell;
|
|
14699
|
-
}
|
|
14700
|
-
.wm-app .app-checkboxset .app-list-item-group .list-group-header h4 .header-action i,
|
|
14701
|
-
.wm-app .app-checkboxset .app-list-item-group .list-group-header h4 .header-action span,
|
|
14702
|
-
.wm-app .app-radioset .app-list-item-group .list-group-header h4 .header-action i,
|
|
14703
|
-
.wm-app .app-radioset .app-list-item-group .list-group-header h4 .header-action span {
|
|
14704
|
-
float: right;
|
|
14705
|
-
}
|
|
14706
|
-
.wm-app .app-checkboxset .app-list-item-group .list-group-header h4 .header-action i,
|
|
14707
|
-
.wm-app .app-radioset .app-list-item-group .list-group-header h4 .header-action i {
|
|
14708
|
-
padding: 0 10px;
|
|
14709
|
-
}
|
|
14710
|
-
.wm-app .app-checkboxset li label,
|
|
14711
|
-
.wm-app .app-radioset li label {
|
|
14712
|
-
vertical-align: middle;
|
|
14713
|
-
}
|
|
14714
|
-
.wm-app .app-checkboxset li input[type="checkbox"],
|
|
14715
|
-
.wm-app .app-checkboxset li input[type="radio"],
|
|
14716
|
-
.wm-app .app-radioset li input[type="checkbox"],
|
|
14717
|
-
.wm-app .app-radioset li input[type="radio"] {
|
|
14718
|
-
position: relative;
|
|
14719
|
-
margin-right: 0.5em;
|
|
14720
|
-
}
|
|
14721
|
-
.wm-app .app-checkboxset.inline.list-group,
|
|
14722
|
-
.wm-app .app-radioset.inline.list-group {
|
|
14723
|
-
display: block;
|
|
14724
|
-
}
|
|
14725
|
-
.wm-app .app-checkboxset.inline li,
|
|
14726
|
-
.wm-app .app-radioset.inline li {
|
|
14727
|
-
display: inline-block;
|
|
14728
|
-
margin-right: 0;
|
|
14729
|
-
vertical-align: middle;
|
|
14730
|
-
}
|
|
14731
|
-
.wm-app .app-checkboxset.inline .app-list-item-group,
|
|
14732
|
-
.wm-app .app-checkboxset.inline li.list-group-header,
|
|
14733
|
-
.wm-app .app-radioset.inline .app-list-item-group,
|
|
14734
|
-
.wm-app .app-radioset.inline li.list-group-header {
|
|
14735
|
-
display: block;
|
|
14736
|
-
}
|
|
14737
|
-
.wm-app .app-checkboxset.inline li *,
|
|
14738
|
-
.wm-app .app-radioset.inline li * {
|
|
14739
|
-
vertical-align: middle;
|
|
14740
|
-
}
|
|
14741
13473
|
.wm-app .app-linear-layout.app-linear-layout-direction-column-reverse.app-linear-layout-spacing-0 > .app-linear-layout-item,
|
|
14742
13474
|
.wm-app .app-linear-layout.app-linear-layout-direction-column.app-linear-layout-spacing-0 > .app-linear-layout-item,
|
|
14743
13475
|
.wm-app .app-linear-layout.app-linear-layout-direction-row-reverse.app-linear-layout-spacing-0 > .app-linear-layout-item,
|
|
14744
13476
|
.wm-app .app-linear-layout.app-linear-layout-direction-row.app-linear-layout-spacing-0 > .app-linear-layout-item {
|
|
14745
13477
|
margin: 0;
|
|
14746
13478
|
}
|
|
14747
|
-
.wm-app .app-checkboxset.inline .app-list-item-group .item-group,
|
|
14748
|
-
.wm-app .app-radioset.inline .app-list-item-group .item-group {
|
|
14749
|
-
display: table;
|
|
14750
|
-
width: 100%;
|
|
14751
|
-
}
|
|
14752
|
-
.wm-app .app-checkboxset.inline .app-list-item-group .item-group .list-group-header,
|
|
14753
|
-
.wm-app .app-radioset.inline .app-list-item-group .item-group .list-group-header {
|
|
14754
|
-
display: table-row;
|
|
14755
|
-
}
|
|
14756
|
-
.wm-app .app-checkboxset.inline .app-list-item-group .item-group .group-list-item,
|
|
14757
|
-
.wm-app .app-radioset.inline .app-list-item-group .item-group .group-list-item {
|
|
14758
|
-
display: table-cell;
|
|
14759
|
-
}
|
|
14760
|
-
.wm-app .checkbox label,
|
|
14761
|
-
.wm-app .radio label {
|
|
14762
|
-
cursor: default;
|
|
14763
|
-
width: auto;
|
|
14764
|
-
}
|
|
14765
13479
|
.wm-app .app-linear-layout {
|
|
14766
13480
|
display: flex;
|
|
14767
13481
|
position: relative;
|
|
@@ -16122,241 +14836,15 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
16122
14836
|
.wm-app .app-view .app-dialog {
|
|
16123
14837
|
z-index: 1000;
|
|
16124
14838
|
}
|
|
16125
|
-
.wm-app .app-view .app-dialog.app-page-dialog .app-dialog-body {
|
|
16126
|
-
padding: 0;
|
|
16127
|
-
}
|
|
16128
|
-
.wm-app .app-view.canvas-active-widget {
|
|
16129
|
-
z-index: 1015;
|
|
16130
|
-
}
|
|
16131
|
-
.wm-app .app-ng-transclude {
|
|
16132
|
-
position: relative;
|
|
16133
|
-
height: 100%;
|
|
16134
|
-
}
|
|
16135
|
-
.wm-app .app-panel {
|
|
16136
|
-
position: relative;
|
|
16137
|
-
}
|
|
16138
|
-
.wm-app .app-panel .panel-body {
|
|
16139
|
-
position: relative;
|
|
16140
|
-
width: 100%;
|
|
16141
|
-
height: 100%;
|
|
16142
|
-
}
|
|
16143
|
-
.wm-app .app-panel .panel-heading {
|
|
16144
|
-
position: relative;
|
|
16145
|
-
overflow: inherit;
|
|
16146
|
-
}
|
|
16147
|
-
.wm-app .app-panel .panel-heading .panel-icon,
|
|
16148
|
-
.wm-app .app-panel .panel-heading .panel-image-icon {
|
|
16149
|
-
margin-right: 0.5em;
|
|
16150
|
-
}
|
|
16151
|
-
.wm-app .app-panel .panel-heading .panel-title {
|
|
16152
|
-
display: table;
|
|
16153
|
-
width: 100%;
|
|
16154
|
-
}
|
|
16155
|
-
.wm-app .app-panel .panel-heading .panel-title > a {
|
|
16156
|
-
text-decoration: none;
|
|
16157
|
-
display: table-cell;
|
|
16158
|
-
vertical-align: top;
|
|
16159
|
-
}
|
|
16160
|
-
.wm-app .app-panel .panel-heading .panel-actions {
|
|
16161
|
-
margin-right: 0.2em;
|
|
16162
|
-
white-space: nowrap;
|
|
16163
|
-
display: table-cell;
|
|
16164
|
-
text-align: right;
|
|
16165
|
-
vertical-align: top;
|
|
16166
|
-
}
|
|
16167
|
-
.wm-app .app-panel .panel-heading .panel-actions .app-menu .app-button,
|
|
16168
|
-
.wm-app .app-panel .panel-heading .panel-actions .panel-action {
|
|
16169
|
-
color: inherit;
|
|
16170
|
-
outline: 0;
|
|
16171
|
-
background: 0 0;
|
|
16172
|
-
box-shadow: none;
|
|
16173
|
-
border: none;
|
|
16174
|
-
padding: 0;
|
|
16175
|
-
margin-left: 1em;
|
|
16176
|
-
}
|
|
16177
|
-
.wm-app .app-panel .panel-heading .panel-actions .app-menu .app-button .app-anchor,
|
|
16178
|
-
.wm-app .app-panel .panel-heading .panel-actions .panel-action .app-anchor {
|
|
16179
|
-
color: inherit;
|
|
16180
|
-
text-decoration: none;
|
|
16181
|
-
}
|
|
16182
|
-
.wm-app .app-panel .panel-heading .panel-actions .app-menu .app-button a:hover,
|
|
16183
|
-
.wm-app .app-panel .panel-heading .panel-actions .panel-action a:hover {
|
|
16184
|
-
text-decoration: none;
|
|
16185
|
-
}
|
|
16186
|
-
.wm-app .app-panel .panel-heading .panel-actions .app-menu .app-button .app-anchor > .caret,
|
|
16187
|
-
.wm-app .app-panel .panel-heading .panel-actions .panel-action .app-anchor > .caret {
|
|
16188
|
-
display: none;
|
|
16189
|
-
}
|
|
16190
|
-
.wm-app .app-panel .panel-heading .panel-actions .label {
|
|
16191
|
-
margin-right: 0.25em;
|
|
16192
|
-
}
|
|
16193
|
-
.wm-app .app-panel .panel-content {
|
|
16194
|
-
height: 100%;
|
|
16195
|
-
position: relative;
|
|
16196
|
-
}
|
|
16197
|
-
.wm-app .app-panel .panel-help-message {
|
|
16198
|
-
overflow: auto;
|
|
16199
|
-
display: none;
|
|
16200
|
-
background: #fffed0;
|
|
16201
|
-
border-left: 1px #ddd solid;
|
|
16202
|
-
position: absolute;
|
|
16203
|
-
top: 0;
|
|
16204
|
-
right: 0;
|
|
16205
|
-
width: 20%;
|
|
16206
|
-
height: 100%;
|
|
16207
|
-
z-index: 1000;
|
|
16208
|
-
min-width: 100px;
|
|
16209
|
-
}
|
|
16210
|
-
.wm-app .app-panel .panel-help-message .panel-help-header {
|
|
16211
|
-
background: #eee;
|
|
16212
|
-
border-bottom: 1px #ddd solid;
|
|
16213
|
-
padding: 0.5em;
|
|
16214
|
-
margin: 0;
|
|
16215
|
-
}
|
|
16216
|
-
.wm-app .app-panel .panel-help-message .panel-help-content {
|
|
16217
|
-
padding: 0.5em;
|
|
16218
|
-
}
|
|
16219
|
-
.wm-app .app-panel.show-help .panel-heading.show-help .panel-actions .glyphicon-question-sign {
|
|
16220
|
-
color: #333;
|
|
16221
|
-
}
|
|
16222
|
-
.wm-app .app-panel.show-help .panel-content .panel-body.show-help {
|
|
16223
|
-
width: 79%;
|
|
16224
|
-
}
|
|
16225
|
-
.wm-app .app-panel.show-help .panel-content .panel-help-message.show-help {
|
|
16226
|
-
display: block;
|
|
16227
|
-
}
|
|
16228
|
-
.wm-app .app-panel.fullscreen {
|
|
16229
|
-
position: fixed;
|
|
16230
|
-
z-index: 1049;
|
|
16231
|
-
left: 0.2em;
|
|
16232
|
-
right: 0.2em;
|
|
16233
|
-
top: 0.2em;
|
|
16234
|
-
bottom: 0.2em;
|
|
16235
|
-
margin: 0 !important;
|
|
16236
|
-
}
|
|
16237
|
-
.wm-app .app-panel.fullscreen .panel-content {
|
|
16238
|
-
overflow: auto;
|
|
16239
|
-
}
|
|
16240
|
-
.wm-app .app-panel.fullscreen .app-panel-footer {
|
|
16241
|
-
position: absolute;
|
|
16242
|
-
left: 0;
|
|
16243
|
-
right: 0;
|
|
16244
|
-
bottom: 0;
|
|
16245
|
-
}
|
|
16246
|
-
.wm-app .app-dialog .app-panel.fullscreen {
|
|
16247
|
-
height: 95vh;
|
|
16248
|
-
}
|
|
16249
|
-
.wm-app .app-panel-footer {
|
|
16250
|
-
position: relative;
|
|
16251
|
-
}
|
|
16252
|
-
.wm-app .app-panel[enablefullscreen="true"]:not(.fullscreen) .color-picker {
|
|
16253
|
-
position: absolute !important;
|
|
16254
|
-
}
|
|
16255
|
-
.wm-app .app-card {
|
|
16256
|
-
position: relative;
|
|
16257
|
-
}
|
|
16258
|
-
.wm-app .app-card.card {
|
|
16259
|
-
margin-bottom: 1em;
|
|
16260
|
-
margin-left: 0.5em;
|
|
16261
|
-
margin-right: 0.5em;
|
|
16262
|
-
background-color: #fff;
|
|
16263
|
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
16264
|
-
box-shadow: 0 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
|
|
16265
|
-
}
|
|
16266
|
-
.wm-app .app-card.card .app-label:not(.text-muted) {
|
|
16267
|
-
color: inherit;
|
|
16268
|
-
}
|
|
16269
|
-
.wm-app .app-card.card .app-card-header {
|
|
16270
|
-
display: table;
|
|
16271
|
-
width: 100%;
|
|
16272
|
-
padding: 0.75em 0.5em;
|
|
16273
|
-
background-color: rgba(0, 0, 0, 0.05);
|
|
16274
|
-
}
|
|
16275
|
-
.wm-app .app-card.card .app-card-header .app-card-avatar {
|
|
16276
|
-
display: table-cell;
|
|
16277
|
-
height: 32pt;
|
|
16278
|
-
width: 32pt;
|
|
16279
|
-
text-align: center;
|
|
16280
|
-
vertical-align: top;
|
|
16281
|
-
padding-top: 0.75rem;
|
|
16282
|
-
}
|
|
16283
|
-
.wm-app .app-card.card .app-card-header .app-card-avatar img {
|
|
16284
|
-
width: 24pt;
|
|
16285
|
-
height: 24pt;
|
|
16286
|
-
}
|
|
16287
|
-
.wm-app .app-card.card .app-card-header .app-card-avatar .app-icon {
|
|
16288
|
-
font-size: 30pt;
|
|
16289
|
-
}
|
|
16290
|
-
.wm-app .app-card.card .app-card-header .app-card-header-text {
|
|
16291
|
-
display: table-cell;
|
|
16292
|
-
vertical-align: top;
|
|
16293
|
-
padding-left: 0.5em;
|
|
16294
|
-
padding-top: 0.75rem;
|
|
16295
|
-
}
|
|
16296
|
-
.wm-app .app-card.card .app-card-header .panel-actions .panel-action > .app-anchor > .app-icon {
|
|
16297
|
-
top: 3px;
|
|
16298
|
-
}
|
|
16299
|
-
.wm-app .app-card.card .card-heading {
|
|
16300
|
-
font-size: 1.2em;
|
|
16301
|
-
letter-spacing: 0.005em;
|
|
16302
|
-
margin: 0;
|
|
16303
|
-
}
|
|
16304
|
-
.wm-app .app-card.card .card-subheading {
|
|
16305
|
-
font-size: 1em;
|
|
16306
|
-
letter-spacing: 0.01em;
|
|
16307
|
-
margin: 0;
|
|
16308
|
-
}
|
|
16309
|
-
.wm-app .app-card.card .app-card-image {
|
|
16310
|
-
width: 100%;
|
|
16311
|
-
height: 100%;
|
|
16312
|
-
position: relative;
|
|
16313
|
-
overflow: hidden;
|
|
16314
|
-
text-align: center;
|
|
16315
|
-
background-color: rgba(0, 0, 0, 0.3);
|
|
16316
|
-
}
|
|
16317
|
-
.wm-app .app-card.card .app-card-image img {
|
|
16318
|
-
position: relative;
|
|
16319
|
-
width: 100%;
|
|
16320
|
-
}
|
|
16321
|
-
.wm-app .app-card.card .app-card-image .card-image-headline {
|
|
16322
|
-
position: absolute;
|
|
16323
|
-
bottom: 0;
|
|
16324
|
-
left: 0;
|
|
16325
|
-
padding: 0 1.25rem;
|
|
16326
|
-
color: #fff;
|
|
16327
|
-
font-size: 1.5em;
|
|
16328
|
-
}
|
|
16329
|
-
.wm-app .app-card.card .app-card-content {
|
|
16330
|
-
position: relative;
|
|
16331
|
-
padding: 1em;
|
|
16332
|
-
}
|
|
16333
|
-
.wm-app .app-card.card .app-card-actions {
|
|
16334
|
-
position: relative;
|
|
16335
|
-
padding: 0.5rem 1.25rem;
|
|
16336
|
-
}
|
|
16337
|
-
.wm-app .app-card.card .app-card-actions .btn {
|
|
16338
|
-
padding-left: 8px;
|
|
16339
|
-
padding-right: 8px;
|
|
16340
|
-
}
|
|
16341
|
-
.wm-app .app-card.card .app-card-actions .app-icon {
|
|
16342
|
-
font-size: 18pt;
|
|
16343
|
-
vertical-align: middle;
|
|
16344
|
-
}
|
|
16345
|
-
.wm-app .app-card.card .app-card-footer {
|
|
16346
|
-
position: relative;
|
|
16347
|
-
padding: 0.5rem 1.25rem;
|
|
16348
|
-
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
14839
|
+
.wm-app .app-view .app-dialog.app-page-dialog .app-dialog-body {
|
|
14840
|
+
padding: 0;
|
|
16349
14841
|
}
|
|
16350
|
-
.wm-app .app-
|
|
16351
|
-
|
|
16352
|
-
font-size: 1.2em;
|
|
16353
|
-
width: 100%;
|
|
16354
|
-
font-weight: 700;
|
|
14842
|
+
.wm-app .app-view.canvas-active-widget {
|
|
14843
|
+
z-index: 1015;
|
|
16355
14844
|
}
|
|
16356
|
-
.wm-app .app-
|
|
16357
|
-
|
|
16358
|
-
|
|
16359
|
-
width: 100%;
|
|
14845
|
+
.wm-app .app-ng-transclude {
|
|
14846
|
+
position: relative;
|
|
14847
|
+
height: 100%;
|
|
16360
14848
|
}
|
|
16361
14849
|
.wm-app .app-wizard {
|
|
16362
14850
|
position: relative;
|
|
@@ -16699,193 +15187,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
16699
15187
|
border-color: #e6e6e6;
|
|
16700
15188
|
color: #61656b;
|
|
16701
15189
|
}
|
|
16702
|
-
.wm-app .app-device-liveform input:focus.ng-invalid,
|
|
16703
|
-
.wm-app .app-form input:focus.ng-invalid,
|
|
16704
|
-
.wm-app .app-livefilter input:focus.ng-invalid,
|
|
16705
|
-
.wm-app .app-liveform input:focus.ng-invalid,
|
|
16706
|
-
.wm-app .app-livelist input:focus.ng-invalid,
|
|
16707
|
-
.wm-app .live-field .ng-touched.ng-invalid .form-control {
|
|
16708
|
-
border-color: #dc143c;
|
|
16709
|
-
}
|
|
16710
|
-
.wm-app .spin-icon-in-center {
|
|
16711
|
-
margin-left: 45%;
|
|
16712
|
-
padding: 10px;
|
|
16713
|
-
}
|
|
16714
|
-
.wm-app .app-device-liveform,
|
|
16715
|
-
.wm-app .app-form,
|
|
16716
|
-
.wm-app .app-livefilter,
|
|
16717
|
-
.wm-app .app-liveform,
|
|
16718
|
-
.wm-app .app-livelist {
|
|
16719
|
-
position: relative;
|
|
16720
|
-
border-collapse: separate;
|
|
16721
|
-
}
|
|
16722
|
-
.wm-app .app-device-liveform > .panel-body,
|
|
16723
|
-
.wm-app .app-form > .panel-body,
|
|
16724
|
-
.wm-app .app-livefilter > .panel-body,
|
|
16725
|
-
.wm-app .app-liveform > .panel-body,
|
|
16726
|
-
.wm-app .app-livelist > .panel-body {
|
|
16727
|
-
padding: 4px 4px 0;
|
|
16728
|
-
}
|
|
16729
|
-
.wm-app .app-device-liveform .app-label,
|
|
16730
|
-
.wm-app .app-form .app-label,
|
|
16731
|
-
.wm-app .app-livefilter .app-label,
|
|
16732
|
-
.wm-app .app-liveform .app-label,
|
|
16733
|
-
.wm-app .app-livelist .app-label {
|
|
16734
|
-
overflow: hidden;
|
|
16735
|
-
text-overflow: ellipsis;
|
|
16736
|
-
word-break: break-word;
|
|
16737
|
-
}
|
|
16738
|
-
.wm-app .app-device-liveform .file-readonly,
|
|
16739
|
-
.wm-app .app-form .file-readonly,
|
|
16740
|
-
.wm-app .app-livefilter .file-readonly,
|
|
16741
|
-
.wm-app .app-liveform .file-readonly,
|
|
16742
|
-
.wm-app .app-livelist .file-readonly {
|
|
16743
|
-
pointer-events: none;
|
|
16744
|
-
}
|
|
16745
|
-
.wm-app .app-device-liveform .form-action,
|
|
16746
|
-
.wm-app .app-form .form-action,
|
|
16747
|
-
.wm-app .app-livefilter .form-action,
|
|
16748
|
-
.wm-app .app-liveform .form-action,
|
|
16749
|
-
.wm-app .app-livelist .form-action {
|
|
16750
|
-
text-align: right;
|
|
16751
|
-
width: 100%;
|
|
16752
|
-
float: none;
|
|
16753
|
-
display: block;
|
|
16754
|
-
padding: 4px 12px;
|
|
16755
|
-
box-shadow: none;
|
|
16756
|
-
}
|
|
16757
|
-
.wm-app .app-device-liveform .form-action .app-anchor,
|
|
16758
|
-
.wm-app .app-device-liveform .form-action .btn,
|
|
16759
|
-
.wm-app .app-form .form-action .app-anchor,
|
|
16760
|
-
.wm-app .app-form .form-action .btn,
|
|
16761
|
-
.wm-app .app-livefilter .form-action .app-anchor,
|
|
16762
|
-
.wm-app .app-livefilter .form-action .btn,
|
|
16763
|
-
.wm-app .app-liveform .form-action .app-anchor,
|
|
16764
|
-
.wm-app .app-liveform .form-action .btn,
|
|
16765
|
-
.wm-app .app-livelist .form-action .app-anchor,
|
|
16766
|
-
.wm-app .app-livelist .form-action .btn {
|
|
16767
|
-
margin: 0 0 0 4px;
|
|
16768
|
-
float: none;
|
|
16769
|
-
border-radius: 4px;
|
|
16770
|
-
}
|
|
16771
|
-
.wm-app .app-device-liveform .app-checkboxset,
|
|
16772
|
-
.wm-app .app-device-liveform .app-radioset,
|
|
16773
|
-
.wm-app .app-form .app-checkboxset,
|
|
16774
|
-
.wm-app .app-form .app-radioset,
|
|
16775
|
-
.wm-app .app-livefilter .app-checkboxset,
|
|
16776
|
-
.wm-app .app-livefilter .app-radioset,
|
|
16777
|
-
.wm-app .app-liveform .app-checkboxset,
|
|
16778
|
-
.wm-app .app-liveform .app-radioset,
|
|
16779
|
-
.wm-app .app-tile.panel,
|
|
16780
|
-
.wm-app .navbar {
|
|
16781
|
-
margin-bottom: 0;
|
|
16782
|
-
}
|
|
16783
|
-
.wm-app .app-device-liveform .control-label,
|
|
16784
|
-
.wm-app .app-form .control-label,
|
|
16785
|
-
.wm-app .app-livefilter .control-label,
|
|
16786
|
-
.wm-app .app-liveform .control-label,
|
|
16787
|
-
.wm-app .app-livelist .control-label {
|
|
16788
|
-
overflow: hidden;
|
|
16789
|
-
text-overflow: ellipsis;
|
|
16790
|
-
word-wrap: break-word;
|
|
16791
|
-
padding-top: 7px;
|
|
16792
|
-
}
|
|
16793
|
-
.wm-app .app-device-liveform .form-control-static,
|
|
16794
|
-
.wm-app .app-form .form-control-static,
|
|
16795
|
-
.wm-app .app-livefilter .form-control-static,
|
|
16796
|
-
.wm-app .app-liveform .form-control-static,
|
|
16797
|
-
.wm-app .app-livelist .form-control-static {
|
|
16798
|
-
font-weight: 400;
|
|
16799
|
-
padding: 8px 12px 0;
|
|
16800
|
-
}
|
|
16801
|
-
.wm-app .app-device-liveform .ng-hide-animate,
|
|
16802
|
-
.wm-app .app-form .ng-hide-animate,
|
|
16803
|
-
.wm-app .app-livefilter .ng-hide-animate,
|
|
16804
|
-
.wm-app .app-liveform .ng-hide-animate,
|
|
16805
|
-
.wm-app .app-livelist .ng-hide-animate {
|
|
16806
|
-
display: none !important;
|
|
16807
|
-
}
|
|
16808
|
-
.wm-app .app-device-liveform .app-message .close,
|
|
16809
|
-
.wm-app .app-form .app-message .close,
|
|
16810
|
-
.wm-app .app-livefilter .app-message .close,
|
|
16811
|
-
.wm-app .app-liveform .app-message .close,
|
|
16812
|
-
.wm-app .app-livelist .app-message .close {
|
|
16813
|
-
font-size: 16px;
|
|
16814
|
-
}
|
|
16815
|
-
.wm-app .app-device-liveform .app-message.form-inline label,
|
|
16816
|
-
.wm-app .app-form .app-message.form-inline label,
|
|
16817
|
-
.wm-app .app-livefilter .app-message.form-inline label,
|
|
16818
|
-
.wm-app .app-liveform .app-message.form-inline label,
|
|
16819
|
-
.wm-app .app-livelist .app-message.form-inline label {
|
|
16820
|
-
float: none;
|
|
16821
|
-
width: auto;
|
|
16822
|
-
}
|
|
16823
|
-
.wm-app .app-device-liveform .full-width,
|
|
16824
|
-
.wm-app .app-form .full-width,
|
|
16825
|
-
.wm-app .app-livefilter .full-width,
|
|
16826
|
-
.wm-app .app-liveform .full-width,
|
|
16827
|
-
.wm-app .app-livelist .full-width {
|
|
16828
|
-
width: 100%;
|
|
16829
|
-
}
|
|
16830
|
-
.wm-app .app-device-liveform .full-height,
|
|
16831
|
-
.wm-app .app-form .full-height,
|
|
16832
|
-
.wm-app .app-livefilter .full-height,
|
|
16833
|
-
.wm-app .app-liveform .full-height,
|
|
16834
|
-
.wm-app .app-livelist .full-height {
|
|
16835
|
-
height: 100%;
|
|
16836
|
-
}
|
|
16837
|
-
.wm-app .app-carousel,
|
|
16838
|
-
.wm-app .app-carousel carousel {
|
|
16839
|
-
height: inherit;
|
|
16840
|
-
}
|
|
16841
|
-
.wm-app .app-device-liveform.align-right .app-label,
|
|
16842
|
-
.wm-app .app-form.align-right .app-label,
|
|
16843
|
-
.wm-app .app-livefilter.align-right .app-label,
|
|
16844
|
-
.wm-app .app-liveform.align-right .app-label {
|
|
16845
|
-
text-align: right;
|
|
16846
|
-
}
|
|
16847
|
-
.wm-app .app-device-liveform.align-center .app-blob-upload,
|
|
16848
|
-
.wm-app .app-device-liveform.align-center .input-group,
|
|
16849
|
-
.wm-app .app-form.align-center .app-blob-upload,
|
|
16850
|
-
.wm-app .app-form.align-center .input-group,
|
|
16851
|
-
.wm-app .app-livefilter.align-center .app-blob-upload,
|
|
16852
|
-
.wm-app .app-livefilter.align-center .input-group,
|
|
16853
|
-
.wm-app .app-liveform.align-center .app-blob-upload,
|
|
16854
|
-
.wm-app .app-liveform.align-center .input-group {
|
|
16855
|
-
display: inline-table;
|
|
16856
|
-
}
|
|
16857
|
-
.wm-app .app-device-liveform .ng-hide-add,
|
|
16858
|
-
.wm-app .app-device-liveform .ng-hide-remove,
|
|
16859
|
-
.wm-app .app-form .ng-hide-add,
|
|
16860
|
-
.wm-app .app-form .ng-hide-remove,
|
|
16861
|
-
.wm-app .app-livefilter .ng-hide-add,
|
|
16862
|
-
.wm-app .app-livefilter .ng-hide-remove,
|
|
16863
|
-
.wm-app .app-liveform .ng-hide-add,
|
|
16864
|
-
.wm-app .app-liveform .ng-hide-remove {
|
|
16865
|
-
transition: 0s linear all;
|
|
16866
|
-
}
|
|
16867
|
-
.wm-app .app-liveform-dialog .app-dialog-body {
|
|
16868
|
-
padding: 0;
|
|
16869
|
-
}
|
|
16870
|
-
.wm-app [captionposition="top"] .control-label {
|
|
16871
|
-
width: 100%;
|
|
16872
|
-
}
|
|
16873
|
-
.wm-app .app-search .app-textbox.ng-hide-animate {
|
|
16874
|
-
display: none !important;
|
|
16875
|
-
}
|
|
16876
|
-
.wm-app .app-checkbox {
|
|
16877
|
-
width: auto;
|
|
16878
|
-
}
|
|
16879
|
-
.wm-app .live-field .app-search {
|
|
16880
|
-
width: 75%;
|
|
16881
|
-
}
|
|
16882
|
-
.wm-app .live-field.form-group .app-blob-upload {
|
|
16883
|
-
opacity: 1;
|
|
16884
|
-
position: relative;
|
|
16885
|
-
}
|
|
16886
|
-
.wm-app .live-field.form-group .form-field-spinner {
|
|
16887
|
-
left: 75%;
|
|
16888
|
-
}
|
|
16889
15190
|
@-webkit-keyframes toAndFro {
|
|
16890
15191
|
0%,
|
|
16891
15192
|
100% {
|
|
@@ -17363,25 +15664,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
17363
15664
|
.wm-app .app-navbar .app-nav-item a .badge {
|
|
17364
15665
|
top: 0;
|
|
17365
15666
|
}
|
|
17366
|
-
.wm-app .app-livelist.panel {
|
|
17367
|
-
margin-bottom: 0;
|
|
17368
|
-
}
|
|
17369
|
-
.wm-app .app-toggle.checkbox {
|
|
17370
|
-
margin-top: 0;
|
|
17371
|
-
display: inline-block;
|
|
17372
|
-
}
|
|
17373
|
-
.wm-app .checkbox.col-md-push-3,
|
|
17374
|
-
.wm-app .radio.col-md-push-3 {
|
|
17375
|
-
max-width: 75%;
|
|
17376
|
-
}
|
|
17377
|
-
.wm-app .form-group .checkbox + .checkbox,
|
|
17378
|
-
.wm-app .form-group .radio + .radio {
|
|
17379
|
-
margin-top: 10px;
|
|
17380
|
-
}
|
|
17381
|
-
.wm-app .checkbox + .list-group-item.checkbox,
|
|
17382
|
-
.wm-app .radio + .list-group-item.radio {
|
|
17383
|
-
margin-top: 0;
|
|
17384
|
-
}
|
|
17385
15667
|
.wm-app .inline {
|
|
17386
15668
|
display: inline;
|
|
17387
15669
|
}
|
|
@@ -17427,13 +15709,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
17427
15709
|
box-shadow: none !important;
|
|
17428
15710
|
border: 0 !important;
|
|
17429
15711
|
}
|
|
17430
|
-
.wm-app .app-livelist .media-body {
|
|
17431
|
-
overflow: inherit;
|
|
17432
|
-
}
|
|
17433
|
-
.wm-app .panel-heading .description:not(:empty) {
|
|
17434
|
-
font-size: 0.75em;
|
|
17435
|
-
margin-top: 5px;
|
|
17436
|
-
}
|
|
17437
15712
|
.wm-app .smoothscroll-wrapper {
|
|
17438
15713
|
overflow: hidden !important;
|
|
17439
15714
|
}
|
|
@@ -17441,27 +15716,10 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
17441
15716
|
position: absolute;
|
|
17442
15717
|
width: 100%;
|
|
17443
15718
|
}
|
|
17444
|
-
.wm-app .panel-collapse.collapse.in .smoothscroll-container,
|
|
17445
|
-
.wm-app .tab-body .smoothscroll-container {
|
|
17446
|
-
position: relative;
|
|
17447
|
-
}
|
|
17448
15719
|
.wm-app .ng-animate.item:not(.left):not(.right) {
|
|
17449
15720
|
-webkit-transition: 0s ease-in-out left;
|
|
17450
15721
|
transition: 0s ease-in-out left;
|
|
17451
15722
|
}
|
|
17452
|
-
.wm-app .uib-datepicker .uib-title,
|
|
17453
|
-
.wm-app .uib-datepicker > table,
|
|
17454
|
-
.wm-app .uib-daypicker > table,
|
|
17455
|
-
.wm-app .uib-monthpicker > table,
|
|
17456
|
-
.wm-app .uib-yearpicker > table {
|
|
17457
|
-
width: 100%;
|
|
17458
|
-
}
|
|
17459
|
-
.wm-app .uib-button-bar {
|
|
17460
|
-
padding: 10px 9px 2px;
|
|
17461
|
-
}
|
|
17462
|
-
.wm-app .uib-time input {
|
|
17463
|
-
width: 50px;
|
|
17464
|
-
}
|
|
17465
15723
|
.wm-app .wms-caption-position-floating:after {
|
|
17466
15724
|
margin: 10px;
|
|
17467
15725
|
border: 1.5px solid #222;
|
|
@@ -17634,7 +15892,9 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
17634
15892
|
border-bottom-left-radius: var(--wm-button-group-vertical-radius);
|
|
17635
15893
|
border-bottom-right-radius: var(--wm-button-group-vertical-radius);
|
|
17636
15894
|
}
|
|
17637
|
-
.wm-app .btn
|
|
15895
|
+
.wm-app .btn,
|
|
15896
|
+
.wm-app button {
|
|
15897
|
+
position: relative;
|
|
17638
15898
|
font-size: var(--wm-btn-font-size);
|
|
17639
15899
|
font-family: var(--wm-btn-font-family);
|
|
17640
15900
|
font-weight: var(--wm-btn-font-weight);
|
|
@@ -17655,31 +15915,40 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
17655
15915
|
gap: var(--wm-btn-gap);
|
|
17656
15916
|
cursor: pointer;
|
|
17657
15917
|
}
|
|
17658
|
-
.wm-app .btn + .btn
|
|
15918
|
+
.wm-app .btn + .btn,
|
|
15919
|
+
.wm-app button + .btn {
|
|
17659
15920
|
margin-left: var(--wm-space-3);
|
|
17660
15921
|
}
|
|
17661
|
-
.wm-app .btn .app-icon
|
|
15922
|
+
.wm-app .btn .app-icon,
|
|
15923
|
+
.wm-app button .app-icon {
|
|
17662
15924
|
padding: 0;
|
|
17663
15925
|
}
|
|
17664
|
-
.wm-app .btn .btn-caption
|
|
15926
|
+
.wm-app .btn .btn-caption,
|
|
15927
|
+
.wm-app button .btn-caption {
|
|
17665
15928
|
margin: 0;
|
|
17666
15929
|
}
|
|
17667
|
-
.wm-app .btn .btn-caption:empty
|
|
15930
|
+
.wm-app .btn .btn-caption:empty,
|
|
15931
|
+
.wm-app button .btn-caption:empty {
|
|
17668
15932
|
display: none;
|
|
17669
15933
|
}
|
|
17670
|
-
.wm-app .btn[iconposition="right"] .btn-caption
|
|
15934
|
+
.wm-app .btn[iconposition="right"] .btn-caption,
|
|
15935
|
+
.wm-app button[iconposition="right"] .btn-caption {
|
|
17671
15936
|
margin: 0 !important;
|
|
17672
15937
|
}
|
|
17673
|
-
.wm-app .btn[iconposition="top"]
|
|
15938
|
+
.wm-app .btn[iconposition="top"],
|
|
15939
|
+
.wm-app button[iconposition="top"] {
|
|
17674
15940
|
flex-direction: column;
|
|
17675
15941
|
}
|
|
17676
|
-
.wm-app .btn[iconposition="top"] .button-image-icon + .btn-caption
|
|
15942
|
+
.wm-app .btn[iconposition="top"] .button-image-icon + .btn-caption,
|
|
15943
|
+
.wm-app button[iconposition="top"] .button-image-icon + .btn-caption {
|
|
17677
15944
|
margin-top: var(--wm-space-1);
|
|
17678
15945
|
}
|
|
17679
|
-
.wm-app .btn-fab
|
|
15946
|
+
.wm-app .btn-fab,
|
|
15947
|
+
.wm-app button-fab {
|
|
17680
15948
|
min-width: auto;
|
|
17681
15949
|
}
|
|
17682
|
-
.wm-app .btn-xs
|
|
15950
|
+
.wm-app .btn-xs,
|
|
15951
|
+
.wm-app button-xs {
|
|
17683
15952
|
--wm-btn-font-size: var(--wm-btn-xs-font-size);
|
|
17684
15953
|
--wm-btn-font-family: var(--wm-btn-xs-font-family);
|
|
17685
15954
|
--wm-btn-font-weight: var(--wm-btn-xs-font-weight);
|
|
@@ -17691,7 +15960,8 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
17691
15960
|
--wm-btn-height: var(--wm-btn-xs-height);
|
|
17692
15961
|
--wm-btn-gap: var(--wm-btn-xs-gap);
|
|
17693
15962
|
}
|
|
17694
|
-
.wm-app .btn-sm
|
|
15963
|
+
.wm-app .btn-sm,
|
|
15964
|
+
.wm-app button-sm {
|
|
17695
15965
|
--wm-btn-font-size: var(--wm-btn-sm-font-size);
|
|
17696
15966
|
--wm-btn-font-family: var(--wm-btn-sm-font-family);
|
|
17697
15967
|
--wm-btn-font-weight: var(--wm-btn-sm-font-weight);
|
|
@@ -17703,7 +15973,8 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
17703
15973
|
--wm-btn-height: var(--wm-btn-sm-height);
|
|
17704
15974
|
--wm-btn-gap: var(--wm-btn-sm-gap);
|
|
17705
15975
|
}
|
|
17706
|
-
.wm-app .btn-lg
|
|
15976
|
+
.wm-app .btn-lg,
|
|
15977
|
+
.wm-app button-lg {
|
|
17707
15978
|
--wm-btn-font-size: var(--wm-btn-lg-font-size);
|
|
17708
15979
|
--wm-btn-font-family: var(--wm-btn-lg-font-family);
|
|
17709
15980
|
--wm-btn-font-weight: var(--wm-btn-lg-font-weight);
|
|
@@ -17715,13 +15986,16 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
17715
15986
|
--wm-btn-height: var(--wm-btn-lg-height);
|
|
17716
15987
|
--wm-btn-gap: var(--wm-btn-lg-gap);
|
|
17717
15988
|
}
|
|
17718
|
-
.wm-app .btn-block
|
|
15989
|
+
.wm-app .btn-block,
|
|
15990
|
+
.wm-app button-block {
|
|
17719
15991
|
width: 100%;
|
|
17720
15992
|
}
|
|
17721
|
-
.wm-app .btn-block + .btn.btn-block
|
|
15993
|
+
.wm-app .btn-block + .btn.btn-block,
|
|
15994
|
+
.wm-app button-block + .btn.btn-block {
|
|
17722
15995
|
margin-top: 0;
|
|
17723
15996
|
}
|
|
17724
|
-
.wm-app .btn:before
|
|
15997
|
+
.wm-app .btn:before,
|
|
15998
|
+
.wm-app button:before {
|
|
17725
15999
|
content: "";
|
|
17726
16000
|
top: 0;
|
|
17727
16001
|
left: 0;
|
|
@@ -17733,137 +16007,153 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
17733
16007
|
opacity: 0;
|
|
17734
16008
|
background: var(--wm-btn-state-layer-color);
|
|
17735
16009
|
}
|
|
17736
|
-
.wm-app .btn:hover,
|
|
17737
|
-
.wm-app .btn:focus,
|
|
17738
|
-
.wm-app .btn.focus {
|
|
17739
|
-
color: var(--wm-btn-color);
|
|
17740
|
-
background: var(--wm-btn-background);
|
|
17741
|
-
border-color: var(--wm-btn-border-color);
|
|
17742
|
-
}
|
|
17743
16010
|
.wm-app .btn:hover::before,
|
|
17744
|
-
.wm-app
|
|
17745
|
-
.wm-app .btn.
|
|
16011
|
+
.wm-app button:hover::before,
|
|
16012
|
+
.wm-app .btn.hover::before,
|
|
16013
|
+
.wm-app button.hover::before {
|
|
17746
16014
|
opacity: var(--wm-btn-hover-state-layer-opacity);
|
|
17747
16015
|
}
|
|
17748
|
-
.wm-app .btn:
|
|
17749
|
-
.wm-app
|
|
17750
|
-
.wm-app .btn
|
|
17751
|
-
.wm-app .
|
|
17752
|
-
|
|
17753
|
-
background: var(--wm-btn-background);
|
|
17754
|
-
border-color: var(--wm-btn-border-color);
|
|
17755
|
-
box-shadow: none;
|
|
16016
|
+
.wm-app .btn:focus::before,
|
|
16017
|
+
.wm-app button:focus::before,
|
|
16018
|
+
.wm-app .btn.focus::before,
|
|
16019
|
+
.wm-app button.focus::before {
|
|
16020
|
+
opacity: var(--wm-btn-focus-state-layer-opacity);
|
|
17756
16021
|
}
|
|
17757
16022
|
.wm-app .btn:active::before,
|
|
16023
|
+
.wm-app button:active::before,
|
|
17758
16024
|
.wm-app .btn:active:focus::before,
|
|
16025
|
+
.wm-app button:active:focus::before,
|
|
17759
16026
|
.wm-app .btn:active:hover::before,
|
|
17760
|
-
.wm-app
|
|
17761
|
-
|
|
16027
|
+
.wm-app button:active:hover::before,
|
|
16028
|
+
.wm-app .btn:active.focus::before,
|
|
16029
|
+
.wm-app button:active.focus::before {
|
|
16030
|
+
opacity: var(--wm-btn-active-state-layer-opacity);
|
|
17762
16031
|
}
|
|
17763
|
-
.wm-app .btn-default
|
|
16032
|
+
.wm-app .btn-default,
|
|
16033
|
+
.wm-app button-default {
|
|
17764
16034
|
--wm-btn-color: var(--wm-btn-default-color);
|
|
17765
16035
|
--wm-btn-background: var(--wm-btn-default-background);
|
|
17766
16036
|
--wm-btn-border-color: var(--wm-btn-default-border-color);
|
|
17767
16037
|
--wm-btn-state-layer-color: var(--wm-btn-default-state-layer-color);
|
|
17768
16038
|
}
|
|
17769
|
-
.wm-app .btn-default.btn-outlined
|
|
16039
|
+
.wm-app .btn-default.btn-outlined,
|
|
16040
|
+
.wm-app button-default.btn-outlined {
|
|
17770
16041
|
--wm-btn-color: var(--wm-btn-default-outlined-color);
|
|
17771
16042
|
--wm-btn-background: var(--wm-btn-default-outlined-background);
|
|
17772
16043
|
--wm-btn-border-color: var(--wm-btn-default-outlined-border-color);
|
|
17773
16044
|
--wm-btn-state-layer-color: var(--wm-btn-default-outlined-state-layer-color);
|
|
17774
16045
|
}
|
|
17775
|
-
.wm-app .btn-primary
|
|
16046
|
+
.wm-app .btn-primary,
|
|
16047
|
+
.wm-app button-primary {
|
|
17776
16048
|
--wm-btn-color: var(--wm-btn-primary-color);
|
|
17777
16049
|
--wm-btn-background: var(--wm-btn-primary-background);
|
|
17778
16050
|
--wm-btn-border-color: var(--wm-btn-primary-border-color);
|
|
17779
16051
|
--wm-btn-state-layer-color: var(--wm-btn-primary-state-layer-color);
|
|
17780
16052
|
}
|
|
17781
|
-
.wm-app .btn-primary.btn-outlined
|
|
16053
|
+
.wm-app .btn-primary.btn-outlined,
|
|
16054
|
+
.wm-app button-primary.btn-outlined {
|
|
17782
16055
|
--wm-btn-color: var(--wm-btn-primary-outlined-color);
|
|
17783
16056
|
--wm-btn-background: var(--wm-btn-primary-outlined-background);
|
|
17784
16057
|
--wm-btn-border-color: var(--wm-btn-primary-outlined-border-color);
|
|
17785
16058
|
--wm-btn-state-layer-color: var(--wm-btn-primary-outlined-state-layer-color);
|
|
17786
16059
|
}
|
|
17787
|
-
.wm-app .btn-secondary
|
|
16060
|
+
.wm-app .btn-secondary,
|
|
16061
|
+
.wm-app button-secondary {
|
|
17788
16062
|
--wm-btn-color: var(--wm-btn-secondary-color);
|
|
17789
16063
|
--wm-btn-background: var(--wm-btn-secondary-background);
|
|
17790
16064
|
--wm-btn-border-color: var(--wm-btn-secondary-border-color);
|
|
17791
16065
|
--wm-btn-state-layer-color: var(--wm-btn-secondary-state-layer-color);
|
|
17792
16066
|
}
|
|
17793
|
-
.wm-app .btn-secondary.btn-outlined
|
|
16067
|
+
.wm-app .btn-secondary.btn-outlined,
|
|
16068
|
+
.wm-app button-secondary.btn-outlined {
|
|
17794
16069
|
--wm-btn-color: var(--wm-btn-secondary-outlined-color);
|
|
17795
16070
|
--wm-btn-background: var(--wm-btn-secondary-outlined-background);
|
|
17796
16071
|
--wm-btn-border-color: var(--wm-btn-secondary-outlined-border-color);
|
|
17797
16072
|
--wm-btn-state-layer-color: var(--wm-btn-secondary-outlined-state-layer-color);
|
|
17798
16073
|
}
|
|
17799
|
-
.wm-app .btn-success
|
|
16074
|
+
.wm-app .btn-success,
|
|
16075
|
+
.wm-app button-success {
|
|
17800
16076
|
--wm-btn-color: var(--wm-btn-success-color);
|
|
17801
16077
|
--wm-btn-background: var(--wm-btn-success-background);
|
|
17802
16078
|
--wm-btn-border-color: var(--wm-btn-success-border-color);
|
|
17803
16079
|
--wm-btn-state-layer-color: var(--wm-btn-success-state-layer-color);
|
|
17804
16080
|
}
|
|
17805
|
-
.wm-app .btn-success.btn-outlined
|
|
16081
|
+
.wm-app .btn-success.btn-outlined,
|
|
16082
|
+
.wm-app button-success.btn-outlined {
|
|
17806
16083
|
--wm-btn-color: var(--wm-btn-success-outlined-color);
|
|
17807
16084
|
--wm-btn-background: var(--wm-btn-success-outlined-background);
|
|
17808
16085
|
--wm-btn-border-color: var(--wm-btn-success-outlined-border-color);
|
|
17809
16086
|
--wm-btn-state-layer-color: var(--wm-btn-success-outlined-state-layer-color);
|
|
17810
16087
|
}
|
|
17811
|
-
.wm-app .btn-info
|
|
16088
|
+
.wm-app .btn-info,
|
|
16089
|
+
.wm-app button-info {
|
|
17812
16090
|
--wm-btn-color: var(--wm-btn-info-color);
|
|
17813
16091
|
--wm-btn-background: var(--wm-btn-info-background);
|
|
17814
16092
|
--wm-btn-border-color: var(--wm-btn-info-border-color);
|
|
17815
16093
|
--wm-btn-state-layer-color: var(--wm-btn-info-state-layer-color);
|
|
17816
16094
|
}
|
|
17817
|
-
.wm-app .btn-info.btn-outlined
|
|
16095
|
+
.wm-app .btn-info.btn-outlined,
|
|
16096
|
+
.wm-app button-info.btn-outlined {
|
|
17818
16097
|
--wm-btn-color: var(--wm-btn-info-outlined-color);
|
|
17819
16098
|
--wm-btn-background: var(--wm-btn-info-outlined-background);
|
|
17820
16099
|
--wm-btn-border-color: var(--wm-btn-info-outlined-border-color);
|
|
17821
16100
|
--wm-btn-state-layer-color: var(--wm-btn-info-outlined-state-layer-color);
|
|
17822
16101
|
}
|
|
17823
|
-
.wm-app .btn-warning
|
|
16102
|
+
.wm-app .btn-warning,
|
|
16103
|
+
.wm-app button-warning {
|
|
17824
16104
|
--wm-btn-color: var(--wm-btn-warning-color);
|
|
17825
16105
|
--wm-btn-background: var(--wm-btn-warning-background);
|
|
17826
16106
|
--wm-btn-border-color: var(--wm-btn-warning-border-color);
|
|
17827
16107
|
--wm-btn-state-layer-color: var(--wm-btn-warning-state-layer-color);
|
|
17828
16108
|
}
|
|
17829
|
-
.wm-app .btn-warning.btn-outlined
|
|
16109
|
+
.wm-app .btn-warning.btn-outlined,
|
|
16110
|
+
.wm-app button-warning.btn-outlined {
|
|
17830
16111
|
--wm-btn-color: var(--wm-btn-warning-outlined-color);
|
|
17831
16112
|
--wm-btn-background: var(--wm-btn-warning-outlined-background);
|
|
17832
16113
|
--wm-btn-border-color: var(--wm-btn-warning-outlined-border-color);
|
|
17833
16114
|
--wm-btn-state-layer-color: var(--wm-btn-warning-outlined-state-layer-color);
|
|
17834
16115
|
}
|
|
17835
|
-
.wm-app .btn-danger
|
|
16116
|
+
.wm-app .btn-danger,
|
|
16117
|
+
.wm-app button-danger {
|
|
17836
16118
|
--wm-btn-color: var(--wm-btn-danger-color);
|
|
17837
16119
|
--wm-btn-background: var(--wm-btn-danger-background);
|
|
17838
16120
|
--wm-btn-border-color: var(--wm-btn-danger-border-color);
|
|
17839
16121
|
--wm-btn-state-layer-color: var(--wm-btn-danger-state-layer-color);
|
|
17840
16122
|
}
|
|
17841
|
-
.wm-app .btn-danger.btn-outlined
|
|
16123
|
+
.wm-app .btn-danger.btn-outlined,
|
|
16124
|
+
.wm-app button-danger.btn-outlined {
|
|
17842
16125
|
--wm-btn-color: var(--wm-btn-danger-outlined-color);
|
|
17843
16126
|
--wm-btn-background: var(--wm-btn-danger-outlined-background);
|
|
17844
16127
|
--wm-btn-border-color: var(--wm-btn-danger-outlined-border-color);
|
|
17845
16128
|
--wm-btn-state-layer-color: var(--wm-btn-danger-outlined-state-layer-color);
|
|
17846
16129
|
}
|
|
17847
|
-
.wm-app .btn-text
|
|
16130
|
+
.wm-app .btn-text,
|
|
16131
|
+
.wm-app button-text {
|
|
17848
16132
|
--wm-btn-color: var(--wm-btn-background);
|
|
17849
16133
|
background: none !important;
|
|
17850
16134
|
border: none !important;
|
|
17851
16135
|
--wm-btn-state-layer-color: var(--wm-btn-background);
|
|
17852
16136
|
}
|
|
17853
|
-
.wm-app .btn-elevated
|
|
16137
|
+
.wm-app .btn-elevated,
|
|
16138
|
+
.wm-app button-elevated {
|
|
17854
16139
|
box-shadow: var(--wm-btn-elevated);
|
|
17855
16140
|
}
|
|
17856
|
-
.wm-app .btn-elevated:hover
|
|
16141
|
+
.wm-app .btn-elevated:hover,
|
|
16142
|
+
.wm-app button-elevated:hover {
|
|
17857
16143
|
box-shadow: var(--wm-btn-elevated-hover);
|
|
17858
16144
|
}
|
|
17859
|
-
.wm-app .btn-elevated:focus
|
|
16145
|
+
.wm-app .btn-elevated:focus,
|
|
16146
|
+
.wm-app button-elevated:focus {
|
|
17860
16147
|
box-shadow: var(--wm-btn-elevated-focus);
|
|
17861
16148
|
}
|
|
17862
|
-
.wm-app .btn-elevated:active
|
|
16149
|
+
.wm-app .btn-elevated:active,
|
|
16150
|
+
.wm-app button-elevated:active {
|
|
17863
16151
|
box-shadow: var(--wm-btn-elevated-active);
|
|
17864
16152
|
}
|
|
17865
16153
|
.wm-app .btn.disabled,
|
|
17866
|
-
.wm-app .
|
|
16154
|
+
.wm-app button.disabled,
|
|
16155
|
+
.wm-app .btn[disabled],
|
|
16156
|
+
.wm-app button[disabled] {
|
|
17867
16157
|
opacity: 1;
|
|
17868
16158
|
box-shadow: none;
|
|
17869
16159
|
--wm-btn-color: var(--wm-color-dark-grey-200);
|
|
@@ -17872,27 +16162,47 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
17872
16162
|
cursor: var(--wm-btn-cursor-disabled);
|
|
17873
16163
|
}
|
|
17874
16164
|
.wm-app .btn.disabled:hover,
|
|
16165
|
+
.wm-app button.disabled:hover,
|
|
17875
16166
|
.wm-app .btn[disabled]:hover,
|
|
16167
|
+
.wm-app button[disabled]:hover,
|
|
16168
|
+
.wm-app .btn.disabled.hover,
|
|
16169
|
+
.wm-app button.disabled.hover,
|
|
16170
|
+
.wm-app .btn[disabled].hover,
|
|
16171
|
+
.wm-app button[disabled].hover,
|
|
17876
16172
|
.wm-app .btn.disabled:focus,
|
|
16173
|
+
.wm-app button.disabled:focus,
|
|
17877
16174
|
.wm-app .btn[disabled]:focus,
|
|
16175
|
+
.wm-app button[disabled]:focus,
|
|
17878
16176
|
.wm-app .btn.disabled.focus,
|
|
16177
|
+
.wm-app button.disabled.focus,
|
|
17879
16178
|
.wm-app .btn[disabled].focus,
|
|
16179
|
+
.wm-app button[disabled].focus,
|
|
17880
16180
|
.wm-app .btn.disabled:active,
|
|
16181
|
+
.wm-app button.disabled:active,
|
|
17881
16182
|
.wm-app .btn[disabled]:active,
|
|
16183
|
+
.wm-app button[disabled]:active,
|
|
17882
16184
|
.wm-app .btn.disabled:active:focus,
|
|
16185
|
+
.wm-app button.disabled:active:focus,
|
|
17883
16186
|
.wm-app .btn[disabled]:active:focus,
|
|
16187
|
+
.wm-app button[disabled]:active:focus,
|
|
17884
16188
|
.wm-app .btn.disabled:active:hover,
|
|
16189
|
+
.wm-app button.disabled:active:hover,
|
|
17885
16190
|
.wm-app .btn[disabled]:active:hover,
|
|
16191
|
+
.wm-app button[disabled]:active:hover,
|
|
17886
16192
|
.wm-app .btn.disabled:active.focus,
|
|
17887
|
-
.wm-app .
|
|
16193
|
+
.wm-app button.disabled:active.focus,
|
|
16194
|
+
.wm-app .btn[disabled]:active.focus,
|
|
16195
|
+
.wm-app button[disabled]:active.focus {
|
|
17888
16196
|
--wm-btn-color: var(--wm-color-dark-grey-200);
|
|
17889
16197
|
--wm-btn-background: var(--wm-color-mid-grey-100);
|
|
17890
16198
|
--wm-btn-border-color: var(--wm-btn-background);
|
|
17891
|
-
background
|
|
16199
|
+
background: var(--wm-btn-background);
|
|
17892
16200
|
border-color: var(--wm-btn-border-color);
|
|
17893
16201
|
}
|
|
17894
16202
|
.wm-app .btn.disabled::before,
|
|
17895
|
-
.wm-app .
|
|
16203
|
+
.wm-app button.disabled::before,
|
|
16204
|
+
.wm-app .btn[disabled]::before,
|
|
16205
|
+
.wm-app button[disabled]::before {
|
|
17896
16206
|
display: none;
|
|
17897
16207
|
}
|
|
17898
16208
|
.wm-app .app-checkbox {
|
|
@@ -18045,6 +16355,9 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
18045
16355
|
width: 100%;
|
|
18046
16356
|
position: relative;
|
|
18047
16357
|
}
|
|
16358
|
+
.wm-app .app-colorpicker.input-group .form-control {
|
|
16359
|
+
padding-right: calc(var(--wm-form-control-padding) + 48px);
|
|
16360
|
+
}
|
|
18048
16361
|
.wm-app .app-colorpicker.input-group .input-group-addon.colorpicker-container {
|
|
18049
16362
|
display: inline-flex;
|
|
18050
16363
|
align-items: center;
|
|
@@ -18092,6 +16405,20 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
18092
16405
|
.wm-app .app-composite-widget:has([disabled="true"]) * {
|
|
18093
16406
|
pointer-events: none;
|
|
18094
16407
|
}
|
|
16408
|
+
.wm-app .app-composite-widget:not(.caption-top, .caption-floating):has(.app-textarea) {
|
|
16409
|
+
align-items: flex-start;
|
|
16410
|
+
}
|
|
16411
|
+
.wm-app .app-composite-widget:not(.caption-top, .caption-floating):has(.app-textarea) .control-label {
|
|
16412
|
+
margin-top: var(--wm-form-control-padding);
|
|
16413
|
+
}
|
|
16414
|
+
.wm-app .app-composite-widget:not(.caption-top, .caption-floating):has(.app-textarea).caption-left,
|
|
16415
|
+
.wm-app .app-composite-widget:not(.caption-top, .caption-floating):has(.app-textarea).caption-right {
|
|
16416
|
+
align-items: flex-start;
|
|
16417
|
+
}
|
|
16418
|
+
.wm-app .app-composite-widget:not(.caption-top, .caption-floating):has(.app-textarea).caption-left .control-label,
|
|
16419
|
+
.wm-app .app-composite-widget:not(.caption-top, .caption-floating):has(.app-textarea).caption-right .control-label {
|
|
16420
|
+
margin-top: var(--wm-form-control-padding);
|
|
16421
|
+
}
|
|
18095
16422
|
.wm-app .app-composite-widget.caption-left {
|
|
18096
16423
|
flex-direction: row;
|
|
18097
16424
|
align-items: center;
|
|
@@ -18156,6 +16483,29 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
18156
16483
|
background: var(--wm-color-surface);
|
|
18157
16484
|
z-index: -1;
|
|
18158
16485
|
}
|
|
16486
|
+
.wm-app .app-composite-widget.caption-floating:has(.app-currency) .control-label {
|
|
16487
|
+
padding: 2px 4px;
|
|
16488
|
+
top: -10px;
|
|
16489
|
+
left: calc(var(--wm-form-control-padding) - 4px);
|
|
16490
|
+
width: auto;
|
|
16491
|
+
height: auto;
|
|
16492
|
+
--wm-caption-font-family: var(--wm-body-small-font-family);
|
|
16493
|
+
--wm-caption-font-size: var(--wm-body-small-font-size);
|
|
16494
|
+
--wm-caption-font-weight: var(--wm-body-small-font-weight);
|
|
16495
|
+
--wm-caption-line-height: var(--wm-body-small-line-height);
|
|
16496
|
+
--wm-caption-letter-spacing: var(--wm-body-small-letter-spacing);
|
|
16497
|
+
transform: none;
|
|
16498
|
+
}
|
|
16499
|
+
.wm-app .app-composite-widget.caption-floating:has(.app-currency) .control-label:before {
|
|
16500
|
+
content: "";
|
|
16501
|
+
position: absolute;
|
|
16502
|
+
left: 0;
|
|
16503
|
+
top: 0;
|
|
16504
|
+
width: 100%;
|
|
16505
|
+
height: 100%;
|
|
16506
|
+
background: var(--wm-color-surface);
|
|
16507
|
+
z-index: -1;
|
|
16508
|
+
}
|
|
18159
16509
|
.wm-app .control-label {
|
|
18160
16510
|
font-size: var(--wm-caption-font-size);
|
|
18161
16511
|
font-weight: var(--wm-caption-font-weight);
|
|
@@ -18178,10 +16528,12 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
18178
16528
|
border-radius: var(--wm-form-control-radius);
|
|
18179
16529
|
height: var(--wm-form-control-height);
|
|
18180
16530
|
width: 100%;
|
|
18181
|
-
padding:
|
|
16531
|
+
padding: var(--wm-form-control-padding);
|
|
16532
|
+
font-family: var(--wm-form-control-font-family);
|
|
18182
16533
|
font-size: var(--wm-form-control-font-size);
|
|
18183
16534
|
font-weight: var(--wm-form-control-font-weight);
|
|
18184
16535
|
line-height: var(--wm-form-control-line-height);
|
|
16536
|
+
letter-spacing: var(--wm-form-control-letter-spacing);
|
|
18185
16537
|
}
|
|
18186
16538
|
.wm-app .form-control::-moz-placeholder {
|
|
18187
16539
|
color: var(--wm-input-place-holder);
|
|
@@ -18207,11 +16559,57 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
18207
16559
|
border-color: var(--wm-form-control-border-color-focus);
|
|
18208
16560
|
box-shadow: inset 0 0 0 1px var(--wm-form-control-border-color-focus);
|
|
18209
16561
|
}
|
|
16562
|
+
.wm-app .app-input-wrapper {
|
|
16563
|
+
display: flex;
|
|
16564
|
+
flex-direction: column;
|
|
16565
|
+
}
|
|
16566
|
+
.wm-app .input-group {
|
|
16567
|
+
position: relative;
|
|
16568
|
+
}
|
|
16569
|
+
.wm-app .input-group .input-group-btn {
|
|
16570
|
+
position: absolute;
|
|
16571
|
+
top: var(--wm-space-2);
|
|
16572
|
+
right: var(--wm-space-1);
|
|
16573
|
+
display: inline-flex;
|
|
16574
|
+
align-items: center;
|
|
16575
|
+
justify-content: center;
|
|
16576
|
+
gap: var(--wm-space-1);
|
|
16577
|
+
}
|
|
16578
|
+
.wm-app .input-group .input-group-btn .btn {
|
|
16579
|
+
width: var(--wm-input-group-btn-width);
|
|
16580
|
+
height: var(--wm-input-group-btn-height);
|
|
16581
|
+
border-radius: var(--wm-input-group-btn-border-radius);
|
|
16582
|
+
padding: 0;
|
|
16583
|
+
border: none;
|
|
16584
|
+
background: none;
|
|
16585
|
+
}
|
|
16586
|
+
.wm-app .input-group .input-group-btn .btn .app-icon {
|
|
16587
|
+
font-size: var(--wm-input-group-btn-font-size);
|
|
16588
|
+
width: var(--wm-input-group-btn-font-size);
|
|
16589
|
+
height: var(--wm-input-group-btn-font-size);
|
|
16590
|
+
display: inline-flex;
|
|
16591
|
+
justify-content: center;
|
|
16592
|
+
align-items: center;
|
|
16593
|
+
}
|
|
16594
|
+
.wm-app .input-group .input-group-btn .btn + .btn {
|
|
16595
|
+
margin: 0;
|
|
16596
|
+
}
|
|
16597
|
+
.wm-app .input-group .form-control {
|
|
16598
|
+
padding-right: calc(var(--wm-input-group-btn-width) + var(--wm-space-4));
|
|
16599
|
+
}
|
|
16600
|
+
.wm-app .input-group.app-datetime .form-control {
|
|
16601
|
+
padding-right: calc(var(--wm-input-group-btn-width) * 2.4);
|
|
16602
|
+
}
|
|
18210
16603
|
.wm-app .help-block {
|
|
18211
16604
|
color: var(--wm-help-block-color);
|
|
16605
|
+
font-family: var(--wm-help-block-font-family);
|
|
18212
16606
|
font-size: var(--wm-help-block-font-size);
|
|
18213
16607
|
font-weight: var(--wm-help-block-font-weight);
|
|
18214
16608
|
line-height: var(--wm-help-block-line-height);
|
|
16609
|
+
letter-spacing: var(--wm-help-block-letter-spacing);
|
|
16610
|
+
}
|
|
16611
|
+
.wm-app .help-block:not(:empty) {
|
|
16612
|
+
margin-top: var(--wm-space-1);
|
|
18215
16613
|
}
|
|
18216
16614
|
.wm-app .app-container {
|
|
18217
16615
|
position: relative;
|
|
@@ -18226,6 +16624,189 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
18226
16624
|
.wm-app .app-currency {
|
|
18227
16625
|
position: relative;
|
|
18228
16626
|
}
|
|
16627
|
+
.wm-app .app-currency.input-group .input-group-addon {
|
|
16628
|
+
width: var(--wm-currency-inputgroup-addon-width);
|
|
16629
|
+
height: calc(100% - 2px);
|
|
16630
|
+
position: absolute;
|
|
16631
|
+
top: 1px;
|
|
16632
|
+
left: 1px;
|
|
16633
|
+
display: inline-flex;
|
|
16634
|
+
align-items: center;
|
|
16635
|
+
justify-content: center;
|
|
16636
|
+
font-family: var(--wm-currency-inputgroup-addon-font-family);
|
|
16637
|
+
font-size: var(--wm-currency-inputgroup-addon-font-size);
|
|
16638
|
+
font-weight: var(--wm-currency-inputgroup-addon-font-weight);
|
|
16639
|
+
line-height: var(--wm-currency-inputgroup-addon-line-height);
|
|
16640
|
+
letter-spacing: var(--wm-currency-inputgroup-addon-letter-spacing);
|
|
16641
|
+
pointer-events: none;
|
|
16642
|
+
}
|
|
16643
|
+
.wm-app .app-currency.input-group .form-control.app-currency-input {
|
|
16644
|
+
padding-left: var(--wm-currency-inputgroup-addon-width);
|
|
16645
|
+
}
|
|
16646
|
+
.wm-app bs-datepicker-container {
|
|
16647
|
+
z-index: 1060;
|
|
16648
|
+
margin: var(--wm-space-3) var(--wm-space-0);
|
|
16649
|
+
}
|
|
16650
|
+
.wm-app bs-datepicker-container .bs-datepicker {
|
|
16651
|
+
background: var(--wm-datepicker-background);
|
|
16652
|
+
overflow: hidden;
|
|
16653
|
+
border-radius: var(--wm-datepicker-border-radius);
|
|
16654
|
+
text-align: center;
|
|
16655
|
+
}
|
|
16656
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-container .bs-datepicker-buttons {
|
|
16657
|
+
display: flex;
|
|
16658
|
+
justify-content: flex-end;
|
|
16659
|
+
align-items: flex-start;
|
|
16660
|
+
gap: 8px;
|
|
16661
|
+
padding: var(--wm-space-2) var(--wm-space-3);
|
|
16662
|
+
background-color: var(--wm-datepicker-background);
|
|
16663
|
+
border-bottom-left-radius: var(--wm-datepicker-border-radius);
|
|
16664
|
+
border-bottom-right-radius: var(--wm-datepicker-border-radius);
|
|
16665
|
+
}
|
|
16666
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-head bs-datepicker-navigation-view {
|
|
16667
|
+
display: flex;
|
|
16668
|
+
justify-content: space-between;
|
|
16669
|
+
align-items: center;
|
|
16670
|
+
padding: var(--wm-space-2) var(--wm-space-0);
|
|
16671
|
+
}
|
|
16672
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-head bs-datepicker-navigation-view button {
|
|
16673
|
+
margin: var(--wm-space-1);
|
|
16674
|
+
background: var(--wm-btn-background) !important;
|
|
16675
|
+
}
|
|
16676
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-head bs-datepicker-navigation-view button.previous,
|
|
16677
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-head bs-datepicker-navigation-view button.next {
|
|
16678
|
+
width: 40px;
|
|
16679
|
+
padding: 0;
|
|
16680
|
+
}
|
|
16681
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-head bs-datepicker-navigation-view button.previous span,
|
|
16682
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-head bs-datepicker-navigation-view button.next span {
|
|
16683
|
+
display: none;
|
|
16684
|
+
}
|
|
16685
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-head bs-datepicker-navigation-view button.previous:after,
|
|
16686
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-head bs-datepicker-navigation-view button.next:after {
|
|
16687
|
+
font-family: wavicon;
|
|
16688
|
+
font-size: var(--wm-icon-size-md);
|
|
16689
|
+
min-width: var(--wm-icon-size-md);
|
|
16690
|
+
height: var(--wm-icon-size-md);
|
|
16691
|
+
display: inline-flex;
|
|
16692
|
+
align-items: center;
|
|
16693
|
+
justify-content: center;
|
|
16694
|
+
}
|
|
16695
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-head bs-datepicker-navigation-view button.previous:after {
|
|
16696
|
+
content: var(--wm-datepicker-previous-icon);
|
|
16697
|
+
}
|
|
16698
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-head bs-datepicker-navigation-view button.next:after {
|
|
16699
|
+
content: var(--wm-datepicker-next-icon);
|
|
16700
|
+
}
|
|
16701
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body {
|
|
16702
|
+
background: var(--wm-datepicker-background);
|
|
16703
|
+
padding: 0 var(--wm-space-3);
|
|
16704
|
+
}
|
|
16705
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table {
|
|
16706
|
+
width: 100%;
|
|
16707
|
+
border-collapse: separate;
|
|
16708
|
+
border-spacing: 0;
|
|
16709
|
+
}
|
|
16710
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table th {
|
|
16711
|
+
margin: 0 auto;
|
|
16712
|
+
position: relative;
|
|
16713
|
+
color: var(--wm-datepicker-color);
|
|
16714
|
+
text-align: center;
|
|
16715
|
+
font-size: var(--wm-datepicker-font-size);
|
|
16716
|
+
font-style: var(--wm-datepicker-font-style);
|
|
16717
|
+
font-weight: var(--wm-datepicker-font-weight);
|
|
16718
|
+
line-height: var(--wm-datepicker-line-height);
|
|
16719
|
+
height: var(--wm-datepicker-cell-height);
|
|
16720
|
+
letter-spacing: var(--wm-datepicker-letter-spacing);
|
|
16721
|
+
}
|
|
16722
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td {
|
|
16723
|
+
text-align: center;
|
|
16724
|
+
position: relative;
|
|
16725
|
+
padding: var(--wm-space-1);
|
|
16726
|
+
}
|
|
16727
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td span {
|
|
16728
|
+
position: relative;
|
|
16729
|
+
display: flex;
|
|
16730
|
+
justify-content: center;
|
|
16731
|
+
align-items: center;
|
|
16732
|
+
width: var(--wm-datepicker-date-width);
|
|
16733
|
+
height: var(--wm-datepicker-date-height);
|
|
16734
|
+
color: var(--wm-datepicker-date-color);
|
|
16735
|
+
background: var(--wm-datepicker-date-background);
|
|
16736
|
+
border: var(--wm-datepicker-date-border-width) var(--wm-datepicker-date-border-style) var(--wm-datepicker-date-border-color);
|
|
16737
|
+
border-radius: var(--wm-datepicker-date-border-radius);
|
|
16738
|
+
font-family: var(--wm-datepicker-date-font-family);
|
|
16739
|
+
font-size: var(--wm-datepicker-date-font-size);
|
|
16740
|
+
font-weight: var(--wm-datepicker-date-font-weight);
|
|
16741
|
+
line-height: var(--wm-datepicker-date-line-height);
|
|
16742
|
+
letter-spacing: var(--wm-datepicker-date-letter-spacing);
|
|
16743
|
+
cursor: pointer;
|
|
16744
|
+
}
|
|
16745
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td span.is-other-month {
|
|
16746
|
+
color: var(--wm-datepicker-date-other-month-color);
|
|
16747
|
+
}
|
|
16748
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td span:before {
|
|
16749
|
+
content: "";
|
|
16750
|
+
top: 0;
|
|
16751
|
+
left: 0;
|
|
16752
|
+
right: 0;
|
|
16753
|
+
bottom: 0;
|
|
16754
|
+
position: absolute;
|
|
16755
|
+
pointer-events: none;
|
|
16756
|
+
border-radius: inherit;
|
|
16757
|
+
opacity: 0;
|
|
16758
|
+
background: var(--wm-datepicker-date-state-layer-color);
|
|
16759
|
+
}
|
|
16760
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td span:hover::before,
|
|
16761
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td span.hover::before {
|
|
16762
|
+
opacity: var(--wm-datepicker-date-hover-state-layer-opacity);
|
|
16763
|
+
}
|
|
16764
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td span:focus::before,
|
|
16765
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td span.focus::before {
|
|
16766
|
+
opacity: var(--wm-datepicker-date-focus-state-layer-opacity);
|
|
16767
|
+
}
|
|
16768
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td span:active::before,
|
|
16769
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td span:active:focus::before,
|
|
16770
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td span:active:hover::before,
|
|
16771
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td span:active.focus::before {
|
|
16772
|
+
opacity: var(--wm-datepicker-date-active-state-layer-opacity);
|
|
16773
|
+
}
|
|
16774
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td span.current-date.text-info:not(.selected) {
|
|
16775
|
+
--wm-datepicker-date-color: var(--wm-btn-primary-background);
|
|
16776
|
+
--wm-datepicker-date-border-color: var(--wm-btn-primary-border-color);
|
|
16777
|
+
}
|
|
16778
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td span.current-date.text-info:not(.selected).disabled {
|
|
16779
|
+
opacity: 0.38;
|
|
16780
|
+
}
|
|
16781
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td span.selected {
|
|
16782
|
+
--wm-datepicker-date-color: var(--wm-btn-primary-color);
|
|
16783
|
+
--wm-datepicker-date-background: var(--wm-btn-primary-background);
|
|
16784
|
+
--wm-datepicker-date-border-color: var(--wm-btn-primary-border-color);
|
|
16785
|
+
--wm-datepicker-date-state-layer-color: var(--wm-btn-primary-state-layer-color);
|
|
16786
|
+
}
|
|
16787
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td span.disabled {
|
|
16788
|
+
opacity: 0.38;
|
|
16789
|
+
cursor: var(--wm-btn-cursor-disabled);
|
|
16790
|
+
}
|
|
16791
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table td span.disabled:before {
|
|
16792
|
+
display: none;
|
|
16793
|
+
}
|
|
16794
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table:not(.weeks) td span {
|
|
16795
|
+
height: calc(var(--wm-datepicker-date-height) - 0.25rem);
|
|
16796
|
+
padding: var(--wm-space-2) var(--wm-space-4);
|
|
16797
|
+
width: 100%;
|
|
16798
|
+
}
|
|
16799
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table.months td,
|
|
16800
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-body table.years td {
|
|
16801
|
+
padding: var(--wm-space-2);
|
|
16802
|
+
}
|
|
16803
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-buttons .btn-today-wrapper .btn,
|
|
16804
|
+
.wm-app bs-datepicker-container .bs-datepicker .bs-datepicker-buttons .btn-clear-wrapper .btn {
|
|
16805
|
+
--wm-btn-color: var(--wm-color-primary);
|
|
16806
|
+
background: none !important;
|
|
16807
|
+
border: none !important;
|
|
16808
|
+
--wm-btn-state-layer-color: var(--wm-color-primary);
|
|
16809
|
+
}
|
|
18229
16810
|
.wm-app .wm-app .app-fileupload {
|
|
18230
16811
|
position: relative;
|
|
18231
16812
|
overflow: hidden;
|
|
@@ -20342,6 +18923,62 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
20342
18923
|
}
|
|
20343
18924
|
.wm-app .app-textarea {
|
|
20344
18925
|
position: relative;
|
|
18926
|
+
padding: var(--wm-form-control-padding) var(--wm-form-control-padding) calc(var(--wm-form-control-padding) * 0.85);
|
|
18927
|
+
min-height: calc(var(--wm-form-control-height) * 1.85);
|
|
18928
|
+
height: calc(var(--wm-form-control-height) * 1.85);
|
|
18929
|
+
min-width: 100%;
|
|
18930
|
+
max-width: 100%;
|
|
18931
|
+
}
|
|
18932
|
+
.wm-app .textarea-count {
|
|
18933
|
+
color: var(--wm-help-block-color);
|
|
18934
|
+
font-family: var(--wm-help-block-font-family);
|
|
18935
|
+
font-size: var(--wm-help-block-font-size);
|
|
18936
|
+
font-weight: var(--wm-help-block-font-weight);
|
|
18937
|
+
line-height: var(--wm-help-block-line-height);
|
|
18938
|
+
letter-spacing: var(--wm-help-block-letter-spacing);
|
|
18939
|
+
}
|
|
18940
|
+
.wm-app .textarea-count:not(:empty) {
|
|
18941
|
+
margin-top: var(--wm-space-1);
|
|
18942
|
+
}
|
|
18943
|
+
.wm-app bs-dropdown-container {
|
|
18944
|
+
z-index: 2000;
|
|
18945
|
+
}
|
|
18946
|
+
.wm-app .dropdown-menu.app-datetime {
|
|
18947
|
+
background: var(--wm-timepicker-background);
|
|
18948
|
+
padding: var(--wm-timepicker-padding);
|
|
18949
|
+
border-radius: var(--wm-timepicker-border-radius);
|
|
18950
|
+
}
|
|
18951
|
+
.wm-app .app-datetime tbody tr:first-child,
|
|
18952
|
+
.wm-app .app-datetime tbody tr:last-child,
|
|
18953
|
+
.wm-app .app-datetime tbody .btn.btn-link {
|
|
18954
|
+
display: none;
|
|
18955
|
+
}
|
|
18956
|
+
.wm-app .app-datetime tbody td {
|
|
18957
|
+
font-family: var(--wm-timepicker-font-family);
|
|
18958
|
+
font-size: var(--wm-timepicker-font-size);
|
|
18959
|
+
font-weight: var(--wm-timepicker-font-weight);
|
|
18960
|
+
line-height: var(--wm-timepicker-line-height);
|
|
18961
|
+
letter-spacing: var(--wm-timepicker-letter-spacing);
|
|
18962
|
+
}
|
|
18963
|
+
.wm-app .app-datetime tbody .btn {
|
|
18964
|
+
--wm-btn-padding: var(--wm-space-2) var(--wm-space-3);
|
|
18965
|
+
--wm-btn-radius: var(--wm-radius-sm);
|
|
18966
|
+
--wm-btn-background: var(--wm-color-tertiary-container);
|
|
18967
|
+
--wm-btn-border-color: var(--wm-color-outline);
|
|
18968
|
+
--wm-btn-font-family: var(--wm-timepicker-period-selector-font-family);
|
|
18969
|
+
--wm-btn-font-size: var(--wm-timepicker-period-selector-font-size);
|
|
18970
|
+
--wm-btn-font-weight: var(--wm-timepicker-period-selector-font-weight);
|
|
18971
|
+
--wm-btn-line-height: var(--wm-timepicker-period-selector-line-height);
|
|
18972
|
+
--wm-btn-letter-spacing: var(--wm-timepicker-period-selector-letter-spacing);
|
|
18973
|
+
}
|
|
18974
|
+
.wm-app .app-datetime .form-control.bs-timepicker-field {
|
|
18975
|
+
width: 96px;
|
|
18976
|
+
color: var(--wm-color-on-primary-container);
|
|
18977
|
+
font-family: var(--wm-timepicker-font-family);
|
|
18978
|
+
font-size: var(--wm-timepicker-font-size);
|
|
18979
|
+
font-weight: var(--wm-timepicker-font-weight);
|
|
18980
|
+
line-height: var(--wm-timepicker-line-height);
|
|
18981
|
+
letter-spacing: var(--wm-timepicker-letter-spacing);
|
|
20345
18982
|
}
|
|
20346
18983
|
.wm-app .toast-container {
|
|
20347
18984
|
position: fixed;
|
|
@@ -20376,12 +19013,20 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
20376
19013
|
min-width: var(--wm-icon-size-md);
|
|
20377
19014
|
height: var(--wm-icon-size-md);
|
|
20378
19015
|
}
|
|
19016
|
+
.wm-app .toast-container .toast .toast-title {
|
|
19017
|
+
font-family: var(--wm-toast-title-font-family);
|
|
19018
|
+
font-size: var(--wm-toast-title-font-size);
|
|
19019
|
+
font-weight: var(--wm-toast-title-font-weight);
|
|
19020
|
+
line-height: var(--wm-toast-title-line-height);
|
|
19021
|
+
letter-spacing: var(--wm-toast-title-letter-spacing);
|
|
19022
|
+
word-wrap: break-word;
|
|
19023
|
+
}
|
|
20379
19024
|
.wm-app .toast-container .toast .toast-message {
|
|
20380
|
-
font-family: var(--wm-toast-font-
|
|
20381
|
-
font-size: var(--wm-toast-font-size);
|
|
20382
|
-
font-weight: var(--wm-toast-font-weight);
|
|
20383
|
-
line-height: var(--wm-toast-line-height);
|
|
20384
|
-
letter-spacing: var(--wm-toast-letter-spacing);
|
|
19025
|
+
font-family: var(--wm-toast-message-font-family);
|
|
19026
|
+
font-size: var(--wm-toast-message-font-size);
|
|
19027
|
+
font-weight: var(--wm-toast-message-font-weight);
|
|
19028
|
+
line-height: var(--wm-toast-message-line-height);
|
|
19029
|
+
letter-spacing: var(--wm-toast-message-letter-spacing);
|
|
20385
19030
|
word-wrap: break-word;
|
|
20386
19031
|
}
|
|
20387
19032
|
.wm-app .toast-container .toast.toast-success {
|