@progress/kendo-theme-material 4.43.1-dev.5 → 4.43.1-dev.6
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.
- package/dist/all.css +1284 -442
- package/dist/all.scss +481 -480
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +54 -91
- package/modules/@progress/kendo-theme-default/scss/button/_theme.scss +177 -112
- package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +74 -11
- package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/colorgradient/_layout.scss +0 -4
- package/modules/@progress/kendo-theme-default/scss/common/_loading.scss +1 -13
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/grid/_theme.scss +0 -6
- package/modules/@progress/kendo-theme-default/scss/listbox/_layout.scss +9 -0
- package/modules/@progress/kendo-theme-default/scss/mediaplayer/_layout.scss +8 -1
- package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +35 -143
- package/modules/@progress/kendo-theme-default/scss/slider/_theme.scss +0 -6
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +5 -1
- package/modules/@progress/kendo-theme-default/scss/textarea/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/treelist/_layout.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/treeview/_layout.scss +12 -18
- package/modules/@progress/kendo-theme-default/scss/window/_layout.scss +2 -2
- package/package.json +3 -3
- package/scss/action-buttons/_theme.scss +1 -2
- package/scss/button/_layout.scss +29 -4
- package/scss/button/_theme.scss +43 -56
- package/scss/button/_variables.scss +77 -14
- package/scss/maskedtextbox/_layout.scss +11 -0
- package/scss/toolbar/_theme.scss +2 -4
package/dist/all.css
CHANGED
|
@@ -956,16 +956,6 @@ kendo-sortable {
|
|
|
956
956
|
bottom: -4px;
|
|
957
957
|
}
|
|
958
958
|
|
|
959
|
-
.k-loading {
|
|
960
|
-
width: 64px;
|
|
961
|
-
height: 64px;
|
|
962
|
-
display: block;
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
.k-loading .animate {
|
|
966
|
-
animation: loading 2s infinite linear;
|
|
967
|
-
}
|
|
968
|
-
|
|
969
959
|
.k-loading-mask,
|
|
970
960
|
.k-loading-image,
|
|
971
961
|
.k-loading-color {
|
|
@@ -1052,7 +1042,7 @@ kendo-sortable {
|
|
|
1052
1042
|
.k-loading-image::after {
|
|
1053
1043
|
content: "";
|
|
1054
1044
|
border-width: 1px;
|
|
1055
|
-
border-width:
|
|
1045
|
+
border-width: clamp(0.015em, 1px, 1px);
|
|
1056
1046
|
font-size: 4em;
|
|
1057
1047
|
}
|
|
1058
1048
|
|
|
@@ -13508,10 +13498,10 @@ kendo-badge-container {
|
|
|
13508
13498
|
}
|
|
13509
13499
|
|
|
13510
13500
|
.k-button {
|
|
13511
|
-
border-radius:
|
|
13501
|
+
border-radius: 4px;
|
|
13512
13502
|
padding: 8px 16px;
|
|
13513
13503
|
box-sizing: border-box;
|
|
13514
|
-
border-width:
|
|
13504
|
+
border-width: 1px;
|
|
13515
13505
|
border-style: solid;
|
|
13516
13506
|
font-size: 14px;
|
|
13517
13507
|
line-height: 1.4285714286;
|
|
@@ -13594,8 +13584,8 @@ kendo-badge-container {
|
|
|
13594
13584
|
|
|
13595
13585
|
.k-button.k-button-icon {
|
|
13596
13586
|
padding: 8px;
|
|
13597
|
-
width: calc(1.4285714286em +
|
|
13598
|
-
height: calc(1.4285714286em +
|
|
13587
|
+
width: calc(1.4285714286em + 18px);
|
|
13588
|
+
height: calc(1.4285714286em + 18px);
|
|
13599
13589
|
}
|
|
13600
13590
|
|
|
13601
13591
|
.k-menu-button,
|
|
@@ -13622,50 +13612,49 @@ kendo-badge-container {
|
|
|
13622
13612
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
13623
13613
|
}
|
|
13624
13614
|
|
|
13625
|
-
.k-button-group .k-button {
|
|
13626
|
-
|
|
13615
|
+
.k-button-group > .k-button + .k-button {
|
|
13616
|
+
margin-inline-start: -1px;
|
|
13627
13617
|
}
|
|
13628
13618
|
|
|
13629
|
-
.k-button-group .k-button:hover,
|
|
13630
|
-
.k-button-group .k-button.k-state-hover,
|
|
13631
|
-
.k-button-group .k-button:
|
|
13632
|
-
.k-button-group .k-button.k-state-
|
|
13633
|
-
.k-button-group .k-button
|
|
13634
|
-
.k-button-group .k-button
|
|
13635
|
-
.k-button-group .k-button.k-state-
|
|
13619
|
+
.k-button-group > .k-button:hover,
|
|
13620
|
+
.k-button-group > .k-button.k-state-hover,
|
|
13621
|
+
.k-button-group > .k-button:focus,
|
|
13622
|
+
.k-button-group > .k-button.k-state-focus,
|
|
13623
|
+
.k-button-group > .k-button:active,
|
|
13624
|
+
.k-button-group > .k-button.k-state-active,
|
|
13625
|
+
.k-button-group > .k-button.k-state-selected {
|
|
13636
13626
|
z-index: 2;
|
|
13637
13627
|
}
|
|
13638
13628
|
|
|
13639
|
-
.k-button-group .k-
|
|
13640
|
-
|
|
13641
|
-
border-
|
|
13642
|
-
border-
|
|
13629
|
+
.k-button-group .k-button:not(:first-child):not(:last-child) {
|
|
13630
|
+
border-start-end-radius: 0;
|
|
13631
|
+
border-end-end-radius: 0;
|
|
13632
|
+
border-start-start-radius: 0;
|
|
13633
|
+
border-end-start-radius: 0;
|
|
13643
13634
|
}
|
|
13644
13635
|
|
|
13645
|
-
.k-button-group .k-
|
|
13646
|
-
|
|
13647
|
-
border-
|
|
13648
|
-
border-bottom-right-radius: 2px;
|
|
13636
|
+
.k-button-group > .k-button:first-child:not(:only-child) {
|
|
13637
|
+
border-start-end-radius: 0;
|
|
13638
|
+
border-end-end-radius: 0;
|
|
13649
13639
|
}
|
|
13650
13640
|
|
|
13651
|
-
.k-button-group .k-
|
|
13652
|
-
|
|
13653
|
-
border-radius:
|
|
13641
|
+
.k-button-group > .k-button:last-child:not(:only-child) {
|
|
13642
|
+
border-start-start-radius: 0;
|
|
13643
|
+
border-end-start-radius: 0;
|
|
13644
|
+
}
|
|
13645
|
+
|
|
13646
|
+
.k-button-group:disabled, .k-button-group[disabled], .k-button-group.k-disabled, .k-button-group.k-state-disabled {
|
|
13647
|
+
opacity: 1;
|
|
13648
|
+
filter: none;
|
|
13654
13649
|
}
|
|
13655
13650
|
|
|
13656
13651
|
.k-button-group-stretched {
|
|
13657
|
-
|
|
13652
|
+
width: 100%;
|
|
13658
13653
|
}
|
|
13659
13654
|
|
|
13660
|
-
.k-button-group-stretched
|
|
13661
|
-
display: inline-block;
|
|
13655
|
+
.k-button-group-stretched > * {
|
|
13662
13656
|
flex: 1 0 0%;
|
|
13663
13657
|
overflow: hidden;
|
|
13664
|
-
text-overflow: ellipsis;
|
|
13665
|
-
}
|
|
13666
|
-
|
|
13667
|
-
.k-button-group-stretched .k-button > .k-icon {
|
|
13668
|
-
vertical-align: text-bottom;
|
|
13669
13658
|
}
|
|
13670
13659
|
|
|
13671
13660
|
.k-split-button {
|
|
@@ -13677,36 +13666,14 @@ kendo-badge-container {
|
|
|
13677
13666
|
vertical-align: middle;
|
|
13678
13667
|
}
|
|
13679
13668
|
|
|
13680
|
-
.k-split-button .k-button {
|
|
13681
|
-
border-radius: 0;
|
|
13682
|
-
}
|
|
13683
|
-
|
|
13684
|
-
.k-split-button > .k-button:first-child {
|
|
13685
|
-
border-top-left-radius: 2px;
|
|
13686
|
-
border-bottom-left-radius: 2px;
|
|
13687
|
-
}
|
|
13688
|
-
|
|
13689
|
-
.k-split-button > .k-split-button-arrow,
|
|
13690
|
-
.k-split-button > .k-button:last-child {
|
|
13691
|
-
border-top-right-radius: 2px;
|
|
13692
|
-
border-bottom-right-radius: 2px;
|
|
13669
|
+
.k-split-button .k-split-button-arrow {
|
|
13693
13670
|
padding: 8px;
|
|
13694
13671
|
width: auto;
|
|
13695
13672
|
flex: none;
|
|
13696
13673
|
}
|
|
13697
13674
|
|
|
13698
|
-
.k-split-button
|
|
13699
|
-
|
|
13700
|
-
border-bottom-left-radius: 0;
|
|
13701
|
-
border-top-right-radius: 2px;
|
|
13702
|
-
border-bottom-right-radius: 2px;
|
|
13703
|
-
}
|
|
13704
|
-
|
|
13705
|
-
.k-split-button[dir="rtl"] > .k-button:last-child {
|
|
13706
|
-
border-top-right-radius: 0;
|
|
13707
|
-
border-bottom-right-radius: 0;
|
|
13708
|
-
border-top-left-radius: 2px;
|
|
13709
|
-
border-bottom-left-radius: 2px;
|
|
13675
|
+
.k-split-button .k-split-button-arrow .k-button-icon {
|
|
13676
|
+
min-width: 0;
|
|
13710
13677
|
}
|
|
13711
13678
|
|
|
13712
13679
|
.k-button-flat, .k-button.k-flat,
|
|
@@ -13757,52 +13724,36 @@ kendo-scheduler .k-scheduler-footer li .k-state-focused.k-link::after {
|
|
|
13757
13724
|
.k-button-outline, .k-button.k-outline {
|
|
13758
13725
|
box-shadow: none;
|
|
13759
13726
|
color: inherit;
|
|
13760
|
-
background:
|
|
13727
|
+
background-color: transparent;
|
|
13728
|
+
background-image: none !important;
|
|
13761
13729
|
}
|
|
13762
13730
|
|
|
13763
|
-
.k-button-
|
|
13731
|
+
.k-button-link {
|
|
13732
|
+
box-shadow: none;
|
|
13764
13733
|
border-color: transparent !important;
|
|
13765
13734
|
color: inherit;
|
|
13766
|
-
background:
|
|
13767
|
-
|
|
13768
|
-
|
|
13769
|
-
|
|
13770
|
-
.k-rtl .k-button-group .k-button {
|
|
13771
|
-
border-radius: 0;
|
|
13772
|
-
}
|
|
13773
|
-
|
|
13774
|
-
.k-rtl .k-button-group .k-group-start,
|
|
13775
|
-
.k-rtl .k-button-group .k-button:first-child {
|
|
13776
|
-
border-top-right-radius: 2px;
|
|
13777
|
-
border-bottom-right-radius: 2px;
|
|
13735
|
+
background-color: transparent !important;
|
|
13736
|
+
background-image: none !important;
|
|
13737
|
+
text-decoration: none;
|
|
13778
13738
|
}
|
|
13779
13739
|
|
|
13780
|
-
.k-
|
|
13781
|
-
.k-
|
|
13782
|
-
|
|
13783
|
-
border-bottom-left-radius: 2px;
|
|
13740
|
+
.k-button-link:hover,
|
|
13741
|
+
.k-button-link.k-state-hover {
|
|
13742
|
+
text-decoration: underline;
|
|
13784
13743
|
}
|
|
13785
13744
|
|
|
13786
|
-
.k-
|
|
13787
|
-
|
|
13788
|
-
|
|
13745
|
+
.k-button-clear {
|
|
13746
|
+
border-color: transparent !important;
|
|
13747
|
+
color: inherit;
|
|
13748
|
+
background: none !important;
|
|
13749
|
+
box-shadow: none !important;
|
|
13789
13750
|
}
|
|
13790
13751
|
|
|
13791
|
-
.k-
|
|
13752
|
+
.k-ie .k-button-group .k-button,
|
|
13753
|
+
.k-ie .k-split-button .k-button {
|
|
13792
13754
|
border-radius: 0;
|
|
13793
13755
|
}
|
|
13794
13756
|
|
|
13795
|
-
.k-rtl .k-split-button > .k-button:first-child {
|
|
13796
|
-
border-top-right-radius: 2px;
|
|
13797
|
-
border-bottom-right-radius: 2px;
|
|
13798
|
-
}
|
|
13799
|
-
|
|
13800
|
-
.k-rtl .k-split-button > .k-split-button-arrow,
|
|
13801
|
-
.k-rtl .k-split-button > .k-button:last-child {
|
|
13802
|
-
border-top-left-radius: 2px;
|
|
13803
|
-
border-bottom-left-radius: 2px;
|
|
13804
|
-
}
|
|
13805
|
-
|
|
13806
13757
|
.k-button-overlay, .k-button::before, kendo-scheduler .k-scheduler-toolbar li a::before,
|
|
13807
13758
|
kendo-scheduler .k-scheduler-toolbar li .k-link::before,
|
|
13808
13759
|
kendo-scheduler .k-scheduler-footer li a::before,
|
|
@@ -13814,10 +13765,10 @@ kendo-scheduler .k-scheduler-footer li .k-link::before {
|
|
|
13814
13765
|
display: none;
|
|
13815
13766
|
pointer-events: none;
|
|
13816
13767
|
position: absolute;
|
|
13817
|
-
left:
|
|
13818
|
-
right:
|
|
13819
|
-
top:
|
|
13820
|
-
bottom:
|
|
13768
|
+
left: -1px;
|
|
13769
|
+
right: -1px;
|
|
13770
|
+
top: -1px;
|
|
13771
|
+
bottom: -1px;
|
|
13821
13772
|
z-index: 0;
|
|
13822
13773
|
transition: opacity .2s ease-in-out;
|
|
13823
13774
|
}
|
|
@@ -13849,10 +13800,10 @@ kendo-scheduler .k-scheduler-footer li .k-link::before {
|
|
|
13849
13800
|
display: none;
|
|
13850
13801
|
pointer-events: none;
|
|
13851
13802
|
position: absolute;
|
|
13852
|
-
left:
|
|
13853
|
-
right:
|
|
13854
|
-
top:
|
|
13855
|
-
bottom:
|
|
13803
|
+
left: -1px;
|
|
13804
|
+
right: -1px;
|
|
13805
|
+
top: -1px;
|
|
13806
|
+
bottom: -1px;
|
|
13856
13807
|
z-index: 0;
|
|
13857
13808
|
transition: opacity .2s ease-in-out;
|
|
13858
13809
|
}
|
|
@@ -13892,14 +13843,22 @@ kendo-scheduler .k-scheduler-footer li .k-link::before {
|
|
|
13892
13843
|
display: none !important;
|
|
13893
13844
|
}
|
|
13894
13845
|
|
|
13846
|
+
.k-button:disabled, .k-button[disabled], .k-button.k-disabled, .k-button.k-state-disabled {
|
|
13847
|
+
opacity: 1;
|
|
13848
|
+
filter: none;
|
|
13849
|
+
}
|
|
13850
|
+
|
|
13895
13851
|
.k-button-outline, .k-button.k-outline {
|
|
13896
13852
|
background-color: transparent !important;
|
|
13853
|
+
box-shadow: none !important;
|
|
13897
13854
|
}
|
|
13898
13855
|
|
|
13899
|
-
.k-button-
|
|
13900
|
-
|
|
13901
|
-
|
|
13902
|
-
|
|
13856
|
+
.k-button.k-button-link:hover::before, .k-button.k-button-link.k-state-hover::before, .k-button.k-button-link:active::before, .k-button.k-button-link.k-state-active::before, .k-button.k-button-link.k-state-selected::before {
|
|
13857
|
+
opacity: 0;
|
|
13858
|
+
}
|
|
13859
|
+
|
|
13860
|
+
.k-button.k-button-link:focus::before, .k-button.k-button-link.k-state-focus::before {
|
|
13861
|
+
opacity: 0.12;
|
|
13903
13862
|
}
|
|
13904
13863
|
|
|
13905
13864
|
.k-button-clear::before,
|
|
@@ -13919,45 +13878,89 @@ kendo-scheduler .k-scheduler-footer li .k-link::before {
|
|
|
13919
13878
|
line-height: inherit;
|
|
13920
13879
|
}
|
|
13921
13880
|
|
|
13922
|
-
.k-button
|
|
13923
|
-
.k-button-secondary {
|
|
13881
|
+
.k-button {
|
|
13924
13882
|
border-color: white;
|
|
13925
13883
|
color: rgba(0, 0, 0, 0.87);
|
|
13926
13884
|
background-color: white;
|
|
13927
13885
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
13928
13886
|
}
|
|
13929
13887
|
|
|
13930
|
-
.k-button:active, .k-button.k-state-active
|
|
13931
|
-
.k-button-secondary:active,
|
|
13932
|
-
.k-button-secondary.k-state-active {
|
|
13888
|
+
.k-button:active, .k-button.k-state-active {
|
|
13933
13889
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
13934
13890
|
}
|
|
13935
13891
|
|
|
13936
|
-
.k-button:disabled, .k-button.k-state-disabled
|
|
13937
|
-
|
|
13938
|
-
.k-button-secondary.k-state-disabled {
|
|
13892
|
+
.k-button:disabled, .k-button.k-state-disabled {
|
|
13893
|
+
border-color: #e0e0e0;
|
|
13939
13894
|
color: rgba(0, 0, 0, 0.38);
|
|
13940
13895
|
background-color: #e0e0e0;
|
|
13941
13896
|
box-shadow: none;
|
|
13942
13897
|
}
|
|
13943
13898
|
|
|
13944
|
-
.k-button-primary, .k-button.k-primary {
|
|
13899
|
+
.k-button-solid.k-button-solid-primary, .k-button-solid.k-button.k-primary {
|
|
13945
13900
|
border-color: #3f51b5;
|
|
13946
13901
|
color: white;
|
|
13947
13902
|
background-color: #3f51b5;
|
|
13948
13903
|
}
|
|
13949
13904
|
|
|
13950
|
-
.k-button-
|
|
13951
|
-
color:
|
|
13952
|
-
|
|
13953
|
-
|
|
13905
|
+
.k-button-solid.k-button-solid-secondary {
|
|
13906
|
+
border-color: #e51a5f;
|
|
13907
|
+
color: white;
|
|
13908
|
+
background-color: #e51a5f;
|
|
13909
|
+
}
|
|
13910
|
+
|
|
13911
|
+
.k-button-solid.k-button-solid-tertiary {
|
|
13912
|
+
border-color: #00695c;
|
|
13913
|
+
color: white;
|
|
13914
|
+
background-color: #00695c;
|
|
13915
|
+
}
|
|
13916
|
+
|
|
13917
|
+
.k-button-solid.k-button-solid-info {
|
|
13918
|
+
border-color: #0058e9;
|
|
13919
|
+
color: white;
|
|
13920
|
+
background-color: #0058e9;
|
|
13921
|
+
}
|
|
13922
|
+
|
|
13923
|
+
.k-button-solid.k-button-solid-success {
|
|
13924
|
+
border-color: #37b400;
|
|
13925
|
+
color: white;
|
|
13926
|
+
background-color: #37b400;
|
|
13927
|
+
}
|
|
13928
|
+
|
|
13929
|
+
.k-button-solid.k-button-solid-warning {
|
|
13930
|
+
border-color: #ffc000;
|
|
13931
|
+
color: black;
|
|
13932
|
+
background-color: #ffc000;
|
|
13933
|
+
}
|
|
13934
|
+
|
|
13935
|
+
.k-button-solid.k-button-solid-error {
|
|
13936
|
+
border-color: #f31700;
|
|
13937
|
+
color: white;
|
|
13938
|
+
background-color: #f31700;
|
|
13939
|
+
}
|
|
13940
|
+
|
|
13941
|
+
.k-button-solid.k-button-solid-dark {
|
|
13942
|
+
border-color: #424242;
|
|
13943
|
+
color: white;
|
|
13944
|
+
background-color: #424242;
|
|
13945
|
+
}
|
|
13946
|
+
|
|
13947
|
+
.k-button-solid.k-button-solid-light {
|
|
13948
|
+
border-color: #f5f5f5;
|
|
13949
|
+
color: black;
|
|
13950
|
+
background-color: #f5f5f5;
|
|
13951
|
+
}
|
|
13952
|
+
|
|
13953
|
+
.k-button-solid.k-button-solid-inverse {
|
|
13954
|
+
border-color: #424242;
|
|
13955
|
+
color: white;
|
|
13956
|
+
background-color: #424242;
|
|
13954
13957
|
}
|
|
13955
13958
|
|
|
13956
13959
|
.k-button-outline, .k-button.k-outline {
|
|
13957
13960
|
box-shadow: none;
|
|
13958
13961
|
border-color: currentColor;
|
|
13959
13962
|
color: rgba(0, 0, 0, 0.87);
|
|
13960
|
-
background:
|
|
13963
|
+
background-color: transparent;
|
|
13961
13964
|
}
|
|
13962
13965
|
|
|
13963
13966
|
.k-button-outline:hover, .k-button.k-outline:hover, .k-button-outline.k-state-hover, .k-state-hover.k-button.k-outline {
|
|
@@ -13978,33 +13981,276 @@ kendo-scheduler .k-scheduler-footer li .k-link::before {
|
|
|
13978
13981
|
background-color: rgba(0, 0, 0, 0.87);
|
|
13979
13982
|
}
|
|
13980
13983
|
|
|
13981
|
-
.k-button-outline.k-primary, .k-primary.k-button.k-outline {
|
|
13984
|
+
.k-button-outline.k-button-outline-primary, .k-button-outline-primary.k-button.k-outline, .k-button-outline.k-primary, .k-primary.k-button.k-outline {
|
|
13985
|
+
box-shadow: none;
|
|
13982
13986
|
border-color: currentColor;
|
|
13983
13987
|
color: #3f51b5;
|
|
13984
|
-
background:
|
|
13985
|
-
box-shadow: none;
|
|
13988
|
+
background-color: transparent;
|
|
13986
13989
|
}
|
|
13987
13990
|
|
|
13988
|
-
.k-button-outline.k-primary:hover, .k-primary.k-button.k-outline:hover, .k-button-outline.k-primary.k-state-hover, .k-primary.k-state-hover.k-button.k-outline {
|
|
13991
|
+
.k-button-outline.k-button-outline-primary:hover, .k-button-outline-primary.k-button.k-outline:hover, .k-button-outline.k-primary:hover, .k-primary.k-button.k-outline:hover, .k-button-outline.k-button-outline-primary.k-state-hover, .k-button-outline-primary.k-state-hover.k-button.k-outline, .k-button-outline.k-state-hover.k-primary, .k-state-hover.k-primary.k-button.k-outline {
|
|
13989
13992
|
border-color: #3f51b5;
|
|
13990
13993
|
color: white;
|
|
13991
13994
|
background-color: #3f51b5;
|
|
13992
13995
|
}
|
|
13993
13996
|
|
|
13994
|
-
.k-button-outline.k-primary:active, .k-primary.k-button.k-outline:active, .k-button-outline.k-primary.k-state-active, .k-primary.k-state-active.k-button.k-outline {
|
|
13997
|
+
.k-button-outline.k-button-outline-primary:active, .k-button-outline-primary.k-button.k-outline:active, .k-button-outline.k-primary:active, .k-primary.k-button.k-outline:active, .k-button-outline.k-button-outline-primary.k-state-active, .k-button-outline-primary.k-state-active.k-button.k-outline, .k-button-outline.k-state-active.k-primary, .k-state-active.k-primary.k-button.k-outline {
|
|
13995
13998
|
border-color: #3f51b5;
|
|
13996
13999
|
color: white;
|
|
13997
14000
|
background-color: #3f51b5;
|
|
13998
14001
|
box-shadow: none;
|
|
13999
14002
|
}
|
|
14000
14003
|
|
|
14001
|
-
.k-button-outline.k-primary.k-state-selected, .k-primary.k-state-selected.k-button.k-outline {
|
|
14004
|
+
.k-button-outline.k-button-outline-primary.k-state-selected, .k-button-outline-primary.k-state-selected.k-button.k-outline, .k-button-outline.k-state-selected.k-primary, .k-state-selected.k-primary.k-button.k-outline {
|
|
14002
14005
|
border-color: #3f51b5;
|
|
14003
14006
|
color: white;
|
|
14004
14007
|
background-color: #3f51b5;
|
|
14005
14008
|
box-shadow: none;
|
|
14006
14009
|
}
|
|
14007
14010
|
|
|
14011
|
+
.k-button-outline.k-button-outline-secondary, .k-button-outline-secondary.k-button.k-outline {
|
|
14012
|
+
box-shadow: none;
|
|
14013
|
+
border-color: currentColor;
|
|
14014
|
+
color: #e51a5f;
|
|
14015
|
+
background-color: transparent;
|
|
14016
|
+
}
|
|
14017
|
+
|
|
14018
|
+
.k-button-outline.k-button-outline-secondary:hover, .k-button-outline-secondary.k-button.k-outline:hover, .k-button-outline.k-button-outline-secondary.k-state-hover, .k-button-outline-secondary.k-state-hover.k-button.k-outline {
|
|
14019
|
+
border-color: #e51a5f;
|
|
14020
|
+
color: white;
|
|
14021
|
+
background-color: #e51a5f;
|
|
14022
|
+
}
|
|
14023
|
+
|
|
14024
|
+
.k-button-outline.k-button-outline-secondary:active, .k-button-outline-secondary.k-button.k-outline:active, .k-button-outline.k-button-outline-secondary.k-state-active, .k-button-outline-secondary.k-state-active.k-button.k-outline {
|
|
14025
|
+
border-color: #e51a5f;
|
|
14026
|
+
color: white;
|
|
14027
|
+
background-color: #e51a5f;
|
|
14028
|
+
box-shadow: none;
|
|
14029
|
+
}
|
|
14030
|
+
|
|
14031
|
+
.k-button-outline.k-button-outline-secondary.k-state-selected, .k-button-outline-secondary.k-state-selected.k-button.k-outline {
|
|
14032
|
+
border-color: #e51a5f;
|
|
14033
|
+
color: white;
|
|
14034
|
+
background-color: #e51a5f;
|
|
14035
|
+
box-shadow: none;
|
|
14036
|
+
}
|
|
14037
|
+
|
|
14038
|
+
.k-button-outline.k-button-outline-tertiary, .k-button-outline-tertiary.k-button.k-outline {
|
|
14039
|
+
box-shadow: none;
|
|
14040
|
+
border-color: currentColor;
|
|
14041
|
+
color: #00695c;
|
|
14042
|
+
background-color: transparent;
|
|
14043
|
+
}
|
|
14044
|
+
|
|
14045
|
+
.k-button-outline.k-button-outline-tertiary:hover, .k-button-outline-tertiary.k-button.k-outline:hover, .k-button-outline.k-button-outline-tertiary.k-state-hover, .k-button-outline-tertiary.k-state-hover.k-button.k-outline {
|
|
14046
|
+
border-color: #00695c;
|
|
14047
|
+
color: white;
|
|
14048
|
+
background-color: #00695c;
|
|
14049
|
+
}
|
|
14050
|
+
|
|
14051
|
+
.k-button-outline.k-button-outline-tertiary:active, .k-button-outline-tertiary.k-button.k-outline:active, .k-button-outline.k-button-outline-tertiary.k-state-active, .k-button-outline-tertiary.k-state-active.k-button.k-outline {
|
|
14052
|
+
border-color: #00695c;
|
|
14053
|
+
color: white;
|
|
14054
|
+
background-color: #00695c;
|
|
14055
|
+
box-shadow: none;
|
|
14056
|
+
}
|
|
14057
|
+
|
|
14058
|
+
.k-button-outline.k-button-outline-tertiary.k-state-selected, .k-button-outline-tertiary.k-state-selected.k-button.k-outline {
|
|
14059
|
+
border-color: #00695c;
|
|
14060
|
+
color: white;
|
|
14061
|
+
background-color: #00695c;
|
|
14062
|
+
box-shadow: none;
|
|
14063
|
+
}
|
|
14064
|
+
|
|
14065
|
+
.k-button-outline.k-button-outline-info, .k-button-outline-info.k-button.k-outline {
|
|
14066
|
+
box-shadow: none;
|
|
14067
|
+
border-color: currentColor;
|
|
14068
|
+
color: #0058e9;
|
|
14069
|
+
background-color: transparent;
|
|
14070
|
+
}
|
|
14071
|
+
|
|
14072
|
+
.k-button-outline.k-button-outline-info:hover, .k-button-outline-info.k-button.k-outline:hover, .k-button-outline.k-button-outline-info.k-state-hover, .k-button-outline-info.k-state-hover.k-button.k-outline {
|
|
14073
|
+
border-color: #0058e9;
|
|
14074
|
+
color: white;
|
|
14075
|
+
background-color: #0058e9;
|
|
14076
|
+
}
|
|
14077
|
+
|
|
14078
|
+
.k-button-outline.k-button-outline-info:active, .k-button-outline-info.k-button.k-outline:active, .k-button-outline.k-button-outline-info.k-state-active, .k-button-outline-info.k-state-active.k-button.k-outline {
|
|
14079
|
+
border-color: #0058e9;
|
|
14080
|
+
color: white;
|
|
14081
|
+
background-color: #0058e9;
|
|
14082
|
+
box-shadow: none;
|
|
14083
|
+
}
|
|
14084
|
+
|
|
14085
|
+
.k-button-outline.k-button-outline-info.k-state-selected, .k-button-outline-info.k-state-selected.k-button.k-outline {
|
|
14086
|
+
border-color: #0058e9;
|
|
14087
|
+
color: white;
|
|
14088
|
+
background-color: #0058e9;
|
|
14089
|
+
box-shadow: none;
|
|
14090
|
+
}
|
|
14091
|
+
|
|
14092
|
+
.k-button-outline.k-button-outline-success, .k-button-outline-success.k-button.k-outline {
|
|
14093
|
+
box-shadow: none;
|
|
14094
|
+
border-color: currentColor;
|
|
14095
|
+
color: #37b400;
|
|
14096
|
+
background-color: transparent;
|
|
14097
|
+
}
|
|
14098
|
+
|
|
14099
|
+
.k-button-outline.k-button-outline-success:hover, .k-button-outline-success.k-button.k-outline:hover, .k-button-outline.k-button-outline-success.k-state-hover, .k-button-outline-success.k-state-hover.k-button.k-outline {
|
|
14100
|
+
border-color: #37b400;
|
|
14101
|
+
color: white;
|
|
14102
|
+
background-color: #37b400;
|
|
14103
|
+
}
|
|
14104
|
+
|
|
14105
|
+
.k-button-outline.k-button-outline-success:active, .k-button-outline-success.k-button.k-outline:active, .k-button-outline.k-button-outline-success.k-state-active, .k-button-outline-success.k-state-active.k-button.k-outline {
|
|
14106
|
+
border-color: #37b400;
|
|
14107
|
+
color: white;
|
|
14108
|
+
background-color: #37b400;
|
|
14109
|
+
box-shadow: none;
|
|
14110
|
+
}
|
|
14111
|
+
|
|
14112
|
+
.k-button-outline.k-button-outline-success.k-state-selected, .k-button-outline-success.k-state-selected.k-button.k-outline {
|
|
14113
|
+
border-color: #37b400;
|
|
14114
|
+
color: white;
|
|
14115
|
+
background-color: #37b400;
|
|
14116
|
+
box-shadow: none;
|
|
14117
|
+
}
|
|
14118
|
+
|
|
14119
|
+
.k-button-outline.k-button-outline-warning, .k-button-outline-warning.k-button.k-outline {
|
|
14120
|
+
box-shadow: none;
|
|
14121
|
+
border-color: currentColor;
|
|
14122
|
+
color: #ffc000;
|
|
14123
|
+
background-color: transparent;
|
|
14124
|
+
}
|
|
14125
|
+
|
|
14126
|
+
.k-button-outline.k-button-outline-warning:hover, .k-button-outline-warning.k-button.k-outline:hover, .k-button-outline.k-button-outline-warning.k-state-hover, .k-button-outline-warning.k-state-hover.k-button.k-outline {
|
|
14127
|
+
border-color: #ffc000;
|
|
14128
|
+
color: black;
|
|
14129
|
+
background-color: #ffc000;
|
|
14130
|
+
}
|
|
14131
|
+
|
|
14132
|
+
.k-button-outline.k-button-outline-warning:active, .k-button-outline-warning.k-button.k-outline:active, .k-button-outline.k-button-outline-warning.k-state-active, .k-button-outline-warning.k-state-active.k-button.k-outline {
|
|
14133
|
+
border-color: #ffc000;
|
|
14134
|
+
color: black;
|
|
14135
|
+
background-color: #ffc000;
|
|
14136
|
+
box-shadow: none;
|
|
14137
|
+
}
|
|
14138
|
+
|
|
14139
|
+
.k-button-outline.k-button-outline-warning.k-state-selected, .k-button-outline-warning.k-state-selected.k-button.k-outline {
|
|
14140
|
+
border-color: #ffc000;
|
|
14141
|
+
color: black;
|
|
14142
|
+
background-color: #ffc000;
|
|
14143
|
+
box-shadow: none;
|
|
14144
|
+
}
|
|
14145
|
+
|
|
14146
|
+
.k-button-outline.k-button-outline-error, .k-button-outline-error.k-button.k-outline {
|
|
14147
|
+
box-shadow: none;
|
|
14148
|
+
border-color: currentColor;
|
|
14149
|
+
color: #f31700;
|
|
14150
|
+
background-color: transparent;
|
|
14151
|
+
}
|
|
14152
|
+
|
|
14153
|
+
.k-button-outline.k-button-outline-error:hover, .k-button-outline-error.k-button.k-outline:hover, .k-button-outline.k-button-outline-error.k-state-hover, .k-button-outline-error.k-state-hover.k-button.k-outline {
|
|
14154
|
+
border-color: #f31700;
|
|
14155
|
+
color: white;
|
|
14156
|
+
background-color: #f31700;
|
|
14157
|
+
}
|
|
14158
|
+
|
|
14159
|
+
.k-button-outline.k-button-outline-error:active, .k-button-outline-error.k-button.k-outline:active, .k-button-outline.k-button-outline-error.k-state-active, .k-button-outline-error.k-state-active.k-button.k-outline {
|
|
14160
|
+
border-color: #f31700;
|
|
14161
|
+
color: white;
|
|
14162
|
+
background-color: #f31700;
|
|
14163
|
+
box-shadow: none;
|
|
14164
|
+
}
|
|
14165
|
+
|
|
14166
|
+
.k-button-outline.k-button-outline-error.k-state-selected, .k-button-outline-error.k-state-selected.k-button.k-outline {
|
|
14167
|
+
border-color: #f31700;
|
|
14168
|
+
color: white;
|
|
14169
|
+
background-color: #f31700;
|
|
14170
|
+
box-shadow: none;
|
|
14171
|
+
}
|
|
14172
|
+
|
|
14173
|
+
.k-button-outline.k-button-outline-dark, .k-button-outline-dark.k-button.k-outline {
|
|
14174
|
+
box-shadow: none;
|
|
14175
|
+
border-color: currentColor;
|
|
14176
|
+
color: #424242;
|
|
14177
|
+
background-color: transparent;
|
|
14178
|
+
}
|
|
14179
|
+
|
|
14180
|
+
.k-button-outline.k-button-outline-dark:hover, .k-button-outline-dark.k-button.k-outline:hover, .k-button-outline.k-button-outline-dark.k-state-hover, .k-button-outline-dark.k-state-hover.k-button.k-outline {
|
|
14181
|
+
border-color: #424242;
|
|
14182
|
+
color: white;
|
|
14183
|
+
background-color: #424242;
|
|
14184
|
+
}
|
|
14185
|
+
|
|
14186
|
+
.k-button-outline.k-button-outline-dark:active, .k-button-outline-dark.k-button.k-outline:active, .k-button-outline.k-button-outline-dark.k-state-active, .k-button-outline-dark.k-state-active.k-button.k-outline {
|
|
14187
|
+
border-color: #424242;
|
|
14188
|
+
color: white;
|
|
14189
|
+
background-color: #424242;
|
|
14190
|
+
box-shadow: none;
|
|
14191
|
+
}
|
|
14192
|
+
|
|
14193
|
+
.k-button-outline.k-button-outline-dark.k-state-selected, .k-button-outline-dark.k-state-selected.k-button.k-outline {
|
|
14194
|
+
border-color: #424242;
|
|
14195
|
+
color: white;
|
|
14196
|
+
background-color: #424242;
|
|
14197
|
+
box-shadow: none;
|
|
14198
|
+
}
|
|
14199
|
+
|
|
14200
|
+
.k-button-outline.k-button-outline-light, .k-button-outline-light.k-button.k-outline {
|
|
14201
|
+
box-shadow: none;
|
|
14202
|
+
border-color: currentColor;
|
|
14203
|
+
color: #f5f5f5;
|
|
14204
|
+
background-color: transparent;
|
|
14205
|
+
}
|
|
14206
|
+
|
|
14207
|
+
.k-button-outline.k-button-outline-light:hover, .k-button-outline-light.k-button.k-outline:hover, .k-button-outline.k-button-outline-light.k-state-hover, .k-button-outline-light.k-state-hover.k-button.k-outline {
|
|
14208
|
+
border-color: #f5f5f5;
|
|
14209
|
+
color: black;
|
|
14210
|
+
background-color: #f5f5f5;
|
|
14211
|
+
}
|
|
14212
|
+
|
|
14213
|
+
.k-button-outline.k-button-outline-light:active, .k-button-outline-light.k-button.k-outline:active, .k-button-outline.k-button-outline-light.k-state-active, .k-button-outline-light.k-state-active.k-button.k-outline {
|
|
14214
|
+
border-color: #f5f5f5;
|
|
14215
|
+
color: black;
|
|
14216
|
+
background-color: #f5f5f5;
|
|
14217
|
+
box-shadow: none;
|
|
14218
|
+
}
|
|
14219
|
+
|
|
14220
|
+
.k-button-outline.k-button-outline-light.k-state-selected, .k-button-outline-light.k-state-selected.k-button.k-outline {
|
|
14221
|
+
border-color: #f5f5f5;
|
|
14222
|
+
color: black;
|
|
14223
|
+
background-color: #f5f5f5;
|
|
14224
|
+
box-shadow: none;
|
|
14225
|
+
}
|
|
14226
|
+
|
|
14227
|
+
.k-button-outline.k-button-outline-inverse, .k-button-outline-inverse.k-button.k-outline {
|
|
14228
|
+
box-shadow: none;
|
|
14229
|
+
border-color: currentColor;
|
|
14230
|
+
color: #424242;
|
|
14231
|
+
background-color: transparent;
|
|
14232
|
+
}
|
|
14233
|
+
|
|
14234
|
+
.k-button-outline.k-button-outline-inverse:hover, .k-button-outline-inverse.k-button.k-outline:hover, .k-button-outline.k-button-outline-inverse.k-state-hover, .k-button-outline-inverse.k-state-hover.k-button.k-outline {
|
|
14235
|
+
border-color: #424242;
|
|
14236
|
+
color: white;
|
|
14237
|
+
background-color: #424242;
|
|
14238
|
+
}
|
|
14239
|
+
|
|
14240
|
+
.k-button-outline.k-button-outline-inverse:active, .k-button-outline-inverse.k-button.k-outline:active, .k-button-outline.k-button-outline-inverse.k-state-active, .k-button-outline-inverse.k-state-active.k-button.k-outline {
|
|
14241
|
+
border-color: #424242;
|
|
14242
|
+
color: white;
|
|
14243
|
+
background-color: #424242;
|
|
14244
|
+
box-shadow: none;
|
|
14245
|
+
}
|
|
14246
|
+
|
|
14247
|
+
.k-button-outline.k-button-outline-inverse.k-state-selected, .k-button-outline-inverse.k-state-selected.k-button.k-outline {
|
|
14248
|
+
border-color: #424242;
|
|
14249
|
+
color: white;
|
|
14250
|
+
background-color: #424242;
|
|
14251
|
+
box-shadow: none;
|
|
14252
|
+
}
|
|
14253
|
+
|
|
14008
14254
|
.k-button-flat, .k-button.k-flat,
|
|
14009
14255
|
.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a,
|
|
14010
14256
|
kendo-scheduler .k-scheduler-toolbar li .k-link,
|
|
@@ -14037,38 +14283,637 @@ kendo-scheduler .k-scheduler-footer li .k-state-focus.k-link {
|
|
|
14037
14283
|
color: inherit;
|
|
14038
14284
|
}
|
|
14039
14285
|
|
|
14040
|
-
.k-button-flat
|
|
14286
|
+
.k-button-flat:disabled, .k-button.k-flat:disabled,
|
|
14287
|
+
.k-button.k-bare:disabled, kendo-scheduler .k-scheduler-toolbar li a:disabled,
|
|
14288
|
+
kendo-scheduler .k-scheduler-toolbar li .k-link:disabled,
|
|
14289
|
+
kendo-scheduler .k-scheduler-footer li a:disabled,
|
|
14290
|
+
kendo-scheduler .k-scheduler-footer li .k-link:disabled, .k-button-flat.k-state-disabled, .k-state-disabled.k-button.k-flat,
|
|
14291
|
+
.k-state-disabled.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-state-disabled,
|
|
14292
|
+
kendo-scheduler .k-scheduler-toolbar li .k-state-disabled.k-link,
|
|
14293
|
+
kendo-scheduler .k-scheduler-footer li a.k-state-disabled,
|
|
14294
|
+
kendo-scheduler .k-scheduler-footer li .k-state-disabled.k-link {
|
|
14295
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14296
|
+
}
|
|
14297
|
+
|
|
14298
|
+
.k-button-flat.k-button-flat-primary, .k-button-flat-primary.k-button.k-flat,
|
|
14299
|
+
.k-button-flat-primary.k-button.k-bare, .k-button-flat.k-primary, .k-primary.k-button.k-flat,
|
|
14041
14300
|
.k-primary.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-primary,
|
|
14042
14301
|
kendo-scheduler .k-scheduler-toolbar li .k-primary.k-link,
|
|
14043
14302
|
kendo-scheduler .k-scheduler-footer li a.k-primary,
|
|
14044
|
-
kendo-scheduler .k-scheduler-footer li .k-primary.k-link, .k-
|
|
14303
|
+
kendo-scheduler .k-scheduler-footer li .k-primary.k-link, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-primary,
|
|
14304
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-primary.k-link,
|
|
14305
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-primary,
|
|
14306
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-primary.k-link, .k-button-flat.k-button-flat-primary:hover, .k-button-flat-primary.k-button.k-flat:hover,
|
|
14307
|
+
.k-button-flat-primary.k-button.k-bare:hover, .k-button-flat.k-primary:hover, .k-primary.k-button.k-flat:hover,
|
|
14045
14308
|
.k-primary.k-button.k-bare:hover, kendo-scheduler .k-scheduler-toolbar li a.k-primary:hover,
|
|
14046
14309
|
kendo-scheduler .k-scheduler-toolbar li .k-primary.k-link:hover,
|
|
14047
14310
|
kendo-scheduler .k-scheduler-footer li a.k-primary:hover,
|
|
14048
|
-
kendo-scheduler .k-scheduler-footer li .k-primary.k-link:hover,
|
|
14049
|
-
|
|
14050
|
-
kendo-scheduler .k-scheduler-
|
|
14051
|
-
kendo-scheduler .k-scheduler-footer li
|
|
14052
|
-
|
|
14311
|
+
kendo-scheduler .k-scheduler-footer li .k-primary.k-link:hover, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-primary:hover,
|
|
14312
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-primary.k-link:hover,
|
|
14313
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-primary:hover,
|
|
14314
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-primary.k-link:hover, .k-button-flat.k-button-flat-primary.k-state-hover, .k-button-flat-primary.k-state-hover.k-button.k-flat,
|
|
14315
|
+
.k-button-flat-primary.k-state-hover.k-button.k-bare, .k-button-flat.k-state-hover.k-primary, .k-state-hover.k-primary.k-button.k-flat,
|
|
14316
|
+
.k-state-hover.k-primary.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-state-hover.k-primary,
|
|
14317
|
+
kendo-scheduler .k-scheduler-toolbar li .k-state-hover.k-primary.k-link,
|
|
14318
|
+
kendo-scheduler .k-scheduler-footer li a.k-state-hover.k-primary,
|
|
14319
|
+
kendo-scheduler .k-scheduler-footer li .k-state-hover.k-primary.k-link, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-primary.k-state-hover,
|
|
14320
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-primary.k-state-hover.k-link,
|
|
14321
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-primary.k-state-hover,
|
|
14322
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-primary.k-state-hover.k-link, .k-button-flat.k-button-flat-primary:active, .k-button-flat-primary.k-button.k-flat:active,
|
|
14323
|
+
.k-button-flat-primary.k-button.k-bare:active, .k-button-flat.k-primary:active, .k-primary.k-button.k-flat:active,
|
|
14053
14324
|
.k-primary.k-button.k-bare:active, kendo-scheduler .k-scheduler-toolbar li a.k-primary:active,
|
|
14054
14325
|
kendo-scheduler .k-scheduler-toolbar li .k-primary.k-link:active,
|
|
14055
14326
|
kendo-scheduler .k-scheduler-footer li a.k-primary:active,
|
|
14056
|
-
kendo-scheduler .k-scheduler-footer li .k-primary.k-link:active,
|
|
14057
|
-
|
|
14058
|
-
kendo-scheduler .k-scheduler-
|
|
14059
|
-
kendo-scheduler .k-scheduler-footer li
|
|
14060
|
-
|
|
14327
|
+
kendo-scheduler .k-scheduler-footer li .k-primary.k-link:active, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-primary:active,
|
|
14328
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-primary.k-link:active,
|
|
14329
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-primary:active,
|
|
14330
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-primary.k-link:active, .k-button-flat.k-button-flat-primary.k-state-active, .k-button-flat-primary.k-state-active.k-button.k-flat,
|
|
14331
|
+
.k-button-flat-primary.k-state-active.k-button.k-bare, .k-button-flat.k-state-active.k-primary, .k-state-active.k-primary.k-button.k-flat,
|
|
14332
|
+
.k-state-active.k-primary.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-state-active.k-primary,
|
|
14333
|
+
kendo-scheduler .k-scheduler-toolbar li .k-state-active.k-primary.k-link,
|
|
14334
|
+
kendo-scheduler .k-scheduler-footer li a.k-state-active.k-primary,
|
|
14335
|
+
kendo-scheduler .k-scheduler-footer li .k-state-active.k-primary.k-link, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-primary.k-state-active,
|
|
14336
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-primary.k-state-active.k-link,
|
|
14337
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-primary.k-state-active,
|
|
14338
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-primary.k-state-active.k-link, .k-button-flat.k-button-flat-primary:focus, .k-button-flat-primary.k-button.k-flat:focus,
|
|
14339
|
+
.k-button-flat-primary.k-button.k-bare:focus, .k-button-flat.k-primary:focus, .k-primary.k-button.k-flat:focus,
|
|
14061
14340
|
.k-primary.k-button.k-bare:focus, kendo-scheduler .k-scheduler-toolbar li a.k-primary:focus,
|
|
14062
14341
|
kendo-scheduler .k-scheduler-toolbar li .k-primary.k-link:focus,
|
|
14063
14342
|
kendo-scheduler .k-scheduler-footer li a.k-primary:focus,
|
|
14064
|
-
kendo-scheduler .k-scheduler-footer li .k-primary.k-link:focus,
|
|
14065
|
-
|
|
14066
|
-
kendo-scheduler .k-scheduler-
|
|
14067
|
-
kendo-scheduler .k-scheduler-footer li
|
|
14068
|
-
|
|
14343
|
+
kendo-scheduler .k-scheduler-footer li .k-primary.k-link:focus, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-primary:focus,
|
|
14344
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-primary.k-link:focus,
|
|
14345
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-primary:focus,
|
|
14346
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-primary.k-link:focus, .k-button-flat.k-button-flat-primary.k-state-focus, .k-button-flat-primary.k-state-focus.k-button.k-flat,
|
|
14347
|
+
.k-button-flat-primary.k-state-focus.k-button.k-bare, .k-button-flat.k-state-focus.k-primary, .k-state-focus.k-primary.k-button.k-flat,
|
|
14348
|
+
.k-state-focus.k-primary.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-state-focus.k-primary,
|
|
14349
|
+
kendo-scheduler .k-scheduler-toolbar li .k-state-focus.k-primary.k-link,
|
|
14350
|
+
kendo-scheduler .k-scheduler-footer li a.k-state-focus.k-primary,
|
|
14351
|
+
kendo-scheduler .k-scheduler-footer li .k-state-focus.k-primary.k-link, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-primary.k-state-focus,
|
|
14352
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-primary.k-state-focus.k-link,
|
|
14353
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-primary.k-state-focus,
|
|
14354
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-primary.k-state-focus.k-link {
|
|
14355
|
+
color: #3f51b5;
|
|
14356
|
+
}
|
|
14357
|
+
|
|
14358
|
+
.k-button-flat.k-button-flat-primary:disabled, .k-button-flat-primary.k-button.k-flat:disabled,
|
|
14359
|
+
.k-button-flat-primary.k-button.k-bare:disabled, .k-button-flat.k-primary:disabled, .k-primary.k-button.k-flat:disabled,
|
|
14360
|
+
.k-primary.k-button.k-bare:disabled, kendo-scheduler .k-scheduler-toolbar li a.k-primary:disabled,
|
|
14361
|
+
kendo-scheduler .k-scheduler-toolbar li .k-primary.k-link:disabled,
|
|
14362
|
+
kendo-scheduler .k-scheduler-footer li a.k-primary:disabled,
|
|
14363
|
+
kendo-scheduler .k-scheduler-footer li .k-primary.k-link:disabled, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-primary:disabled,
|
|
14364
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-primary.k-link:disabled,
|
|
14365
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-primary:disabled,
|
|
14366
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-primary.k-link:disabled, .k-button-flat.k-button-flat-primary.k-state-disabled, .k-button-flat-primary.k-state-disabled.k-button.k-flat,
|
|
14367
|
+
.k-button-flat-primary.k-state-disabled.k-button.k-bare, .k-button-flat.k-state-disabled.k-primary, .k-state-disabled.k-primary.k-button.k-flat,
|
|
14368
|
+
.k-state-disabled.k-primary.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-state-disabled.k-primary,
|
|
14369
|
+
kendo-scheduler .k-scheduler-toolbar li .k-state-disabled.k-primary.k-link,
|
|
14370
|
+
kendo-scheduler .k-scheduler-footer li a.k-state-disabled.k-primary,
|
|
14371
|
+
kendo-scheduler .k-scheduler-footer li .k-state-disabled.k-primary.k-link, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-primary.k-state-disabled,
|
|
14372
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-primary.k-state-disabled.k-link,
|
|
14373
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-primary.k-state-disabled,
|
|
14374
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-primary.k-state-disabled.k-link {
|
|
14375
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14376
|
+
}
|
|
14377
|
+
|
|
14378
|
+
.k-button-flat.k-button-flat-secondary, .k-button-flat-secondary.k-button.k-flat,
|
|
14379
|
+
.k-button-flat-secondary.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-secondary,
|
|
14380
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-secondary.k-link,
|
|
14381
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-secondary,
|
|
14382
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-secondary.k-link, .k-button-flat.k-button-flat-secondary:hover, .k-button-flat-secondary.k-button.k-flat:hover,
|
|
14383
|
+
.k-button-flat-secondary.k-button.k-bare:hover, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-secondary:hover,
|
|
14384
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-secondary.k-link:hover,
|
|
14385
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-secondary:hover,
|
|
14386
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-secondary.k-link:hover, .k-button-flat.k-button-flat-secondary.k-state-hover, .k-button-flat-secondary.k-state-hover.k-button.k-flat,
|
|
14387
|
+
.k-button-flat-secondary.k-state-hover.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-secondary.k-state-hover,
|
|
14388
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-secondary.k-state-hover.k-link,
|
|
14389
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-secondary.k-state-hover,
|
|
14390
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-secondary.k-state-hover.k-link, .k-button-flat.k-button-flat-secondary:active, .k-button-flat-secondary.k-button.k-flat:active,
|
|
14391
|
+
.k-button-flat-secondary.k-button.k-bare:active, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-secondary:active,
|
|
14392
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-secondary.k-link:active,
|
|
14393
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-secondary:active,
|
|
14394
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-secondary.k-link:active, .k-button-flat.k-button-flat-secondary.k-state-active, .k-button-flat-secondary.k-state-active.k-button.k-flat,
|
|
14395
|
+
.k-button-flat-secondary.k-state-active.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-secondary.k-state-active,
|
|
14396
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-secondary.k-state-active.k-link,
|
|
14397
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-secondary.k-state-active,
|
|
14398
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-secondary.k-state-active.k-link, .k-button-flat.k-button-flat-secondary:focus, .k-button-flat-secondary.k-button.k-flat:focus,
|
|
14399
|
+
.k-button-flat-secondary.k-button.k-bare:focus, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-secondary:focus,
|
|
14400
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-secondary.k-link:focus,
|
|
14401
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-secondary:focus,
|
|
14402
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-secondary.k-link:focus, .k-button-flat.k-button-flat-secondary.k-state-focus, .k-button-flat-secondary.k-state-focus.k-button.k-flat,
|
|
14403
|
+
.k-button-flat-secondary.k-state-focus.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-secondary.k-state-focus,
|
|
14404
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-secondary.k-state-focus.k-link,
|
|
14405
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-secondary.k-state-focus,
|
|
14406
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-secondary.k-state-focus.k-link {
|
|
14407
|
+
color: #e51a5f;
|
|
14408
|
+
}
|
|
14409
|
+
|
|
14410
|
+
.k-button-flat.k-button-flat-secondary:disabled, .k-button-flat-secondary.k-button.k-flat:disabled,
|
|
14411
|
+
.k-button-flat-secondary.k-button.k-bare:disabled, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-secondary:disabled,
|
|
14412
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-secondary.k-link:disabled,
|
|
14413
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-secondary:disabled,
|
|
14414
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-secondary.k-link:disabled, .k-button-flat.k-button-flat-secondary.k-state-disabled, .k-button-flat-secondary.k-state-disabled.k-button.k-flat,
|
|
14415
|
+
.k-button-flat-secondary.k-state-disabled.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-secondary.k-state-disabled,
|
|
14416
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-secondary.k-state-disabled.k-link,
|
|
14417
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-secondary.k-state-disabled,
|
|
14418
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-secondary.k-state-disabled.k-link {
|
|
14419
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14420
|
+
}
|
|
14421
|
+
|
|
14422
|
+
.k-button-flat.k-button-flat-tertiary, .k-button-flat-tertiary.k-button.k-flat,
|
|
14423
|
+
.k-button-flat-tertiary.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-tertiary,
|
|
14424
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-tertiary.k-link,
|
|
14425
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-tertiary,
|
|
14426
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-tertiary.k-link, .k-button-flat.k-button-flat-tertiary:hover, .k-button-flat-tertiary.k-button.k-flat:hover,
|
|
14427
|
+
.k-button-flat-tertiary.k-button.k-bare:hover, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-tertiary:hover,
|
|
14428
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-tertiary.k-link:hover,
|
|
14429
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-tertiary:hover,
|
|
14430
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-tertiary.k-link:hover, .k-button-flat.k-button-flat-tertiary.k-state-hover, .k-button-flat-tertiary.k-state-hover.k-button.k-flat,
|
|
14431
|
+
.k-button-flat-tertiary.k-state-hover.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-tertiary.k-state-hover,
|
|
14432
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-tertiary.k-state-hover.k-link,
|
|
14433
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-tertiary.k-state-hover,
|
|
14434
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-tertiary.k-state-hover.k-link, .k-button-flat.k-button-flat-tertiary:active, .k-button-flat-tertiary.k-button.k-flat:active,
|
|
14435
|
+
.k-button-flat-tertiary.k-button.k-bare:active, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-tertiary:active,
|
|
14436
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-tertiary.k-link:active,
|
|
14437
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-tertiary:active,
|
|
14438
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-tertiary.k-link:active, .k-button-flat.k-button-flat-tertiary.k-state-active, .k-button-flat-tertiary.k-state-active.k-button.k-flat,
|
|
14439
|
+
.k-button-flat-tertiary.k-state-active.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-tertiary.k-state-active,
|
|
14440
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-tertiary.k-state-active.k-link,
|
|
14441
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-tertiary.k-state-active,
|
|
14442
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-tertiary.k-state-active.k-link, .k-button-flat.k-button-flat-tertiary:focus, .k-button-flat-tertiary.k-button.k-flat:focus,
|
|
14443
|
+
.k-button-flat-tertiary.k-button.k-bare:focus, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-tertiary:focus,
|
|
14444
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-tertiary.k-link:focus,
|
|
14445
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-tertiary:focus,
|
|
14446
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-tertiary.k-link:focus, .k-button-flat.k-button-flat-tertiary.k-state-focus, .k-button-flat-tertiary.k-state-focus.k-button.k-flat,
|
|
14447
|
+
.k-button-flat-tertiary.k-state-focus.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-tertiary.k-state-focus,
|
|
14448
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-tertiary.k-state-focus.k-link,
|
|
14449
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-tertiary.k-state-focus,
|
|
14450
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-tertiary.k-state-focus.k-link {
|
|
14451
|
+
color: #00695c;
|
|
14452
|
+
}
|
|
14453
|
+
|
|
14454
|
+
.k-button-flat.k-button-flat-tertiary:disabled, .k-button-flat-tertiary.k-button.k-flat:disabled,
|
|
14455
|
+
.k-button-flat-tertiary.k-button.k-bare:disabled, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-tertiary:disabled,
|
|
14456
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-tertiary.k-link:disabled,
|
|
14457
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-tertiary:disabled,
|
|
14458
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-tertiary.k-link:disabled, .k-button-flat.k-button-flat-tertiary.k-state-disabled, .k-button-flat-tertiary.k-state-disabled.k-button.k-flat,
|
|
14459
|
+
.k-button-flat-tertiary.k-state-disabled.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-tertiary.k-state-disabled,
|
|
14460
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-tertiary.k-state-disabled.k-link,
|
|
14461
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-tertiary.k-state-disabled,
|
|
14462
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-tertiary.k-state-disabled.k-link {
|
|
14463
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14464
|
+
}
|
|
14465
|
+
|
|
14466
|
+
.k-button-flat.k-button-flat-info, .k-button-flat-info.k-button.k-flat,
|
|
14467
|
+
.k-button-flat-info.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-info,
|
|
14468
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-info.k-link,
|
|
14469
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-info,
|
|
14470
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-info.k-link, .k-button-flat.k-button-flat-info:hover, .k-button-flat-info.k-button.k-flat:hover,
|
|
14471
|
+
.k-button-flat-info.k-button.k-bare:hover, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-info:hover,
|
|
14472
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-info.k-link:hover,
|
|
14473
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-info:hover,
|
|
14474
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-info.k-link:hover, .k-button-flat.k-button-flat-info.k-state-hover, .k-button-flat-info.k-state-hover.k-button.k-flat,
|
|
14475
|
+
.k-button-flat-info.k-state-hover.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-info.k-state-hover,
|
|
14476
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-info.k-state-hover.k-link,
|
|
14477
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-info.k-state-hover,
|
|
14478
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-info.k-state-hover.k-link, .k-button-flat.k-button-flat-info:active, .k-button-flat-info.k-button.k-flat:active,
|
|
14479
|
+
.k-button-flat-info.k-button.k-bare:active, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-info:active,
|
|
14480
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-info.k-link:active,
|
|
14481
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-info:active,
|
|
14482
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-info.k-link:active, .k-button-flat.k-button-flat-info.k-state-active, .k-button-flat-info.k-state-active.k-button.k-flat,
|
|
14483
|
+
.k-button-flat-info.k-state-active.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-info.k-state-active,
|
|
14484
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-info.k-state-active.k-link,
|
|
14485
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-info.k-state-active,
|
|
14486
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-info.k-state-active.k-link, .k-button-flat.k-button-flat-info:focus, .k-button-flat-info.k-button.k-flat:focus,
|
|
14487
|
+
.k-button-flat-info.k-button.k-bare:focus, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-info:focus,
|
|
14488
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-info.k-link:focus,
|
|
14489
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-info:focus,
|
|
14490
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-info.k-link:focus, .k-button-flat.k-button-flat-info.k-state-focus, .k-button-flat-info.k-state-focus.k-button.k-flat,
|
|
14491
|
+
.k-button-flat-info.k-state-focus.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-info.k-state-focus,
|
|
14492
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-info.k-state-focus.k-link,
|
|
14493
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-info.k-state-focus,
|
|
14494
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-info.k-state-focus.k-link {
|
|
14495
|
+
color: #0058e9;
|
|
14496
|
+
}
|
|
14497
|
+
|
|
14498
|
+
.k-button-flat.k-button-flat-info:disabled, .k-button-flat-info.k-button.k-flat:disabled,
|
|
14499
|
+
.k-button-flat-info.k-button.k-bare:disabled, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-info:disabled,
|
|
14500
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-info.k-link:disabled,
|
|
14501
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-info:disabled,
|
|
14502
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-info.k-link:disabled, .k-button-flat.k-button-flat-info.k-state-disabled, .k-button-flat-info.k-state-disabled.k-button.k-flat,
|
|
14503
|
+
.k-button-flat-info.k-state-disabled.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-info.k-state-disabled,
|
|
14504
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-info.k-state-disabled.k-link,
|
|
14505
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-info.k-state-disabled,
|
|
14506
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-info.k-state-disabled.k-link {
|
|
14507
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14508
|
+
}
|
|
14509
|
+
|
|
14510
|
+
.k-button-flat.k-button-flat-success, .k-button-flat-success.k-button.k-flat,
|
|
14511
|
+
.k-button-flat-success.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-success,
|
|
14512
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-success.k-link,
|
|
14513
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-success,
|
|
14514
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-success.k-link, .k-button-flat.k-button-flat-success:hover, .k-button-flat-success.k-button.k-flat:hover,
|
|
14515
|
+
.k-button-flat-success.k-button.k-bare:hover, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-success:hover,
|
|
14516
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-success.k-link:hover,
|
|
14517
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-success:hover,
|
|
14518
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-success.k-link:hover, .k-button-flat.k-button-flat-success.k-state-hover, .k-button-flat-success.k-state-hover.k-button.k-flat,
|
|
14519
|
+
.k-button-flat-success.k-state-hover.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-success.k-state-hover,
|
|
14520
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-success.k-state-hover.k-link,
|
|
14521
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-success.k-state-hover,
|
|
14522
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-success.k-state-hover.k-link, .k-button-flat.k-button-flat-success:active, .k-button-flat-success.k-button.k-flat:active,
|
|
14523
|
+
.k-button-flat-success.k-button.k-bare:active, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-success:active,
|
|
14524
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-success.k-link:active,
|
|
14525
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-success:active,
|
|
14526
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-success.k-link:active, .k-button-flat.k-button-flat-success.k-state-active, .k-button-flat-success.k-state-active.k-button.k-flat,
|
|
14527
|
+
.k-button-flat-success.k-state-active.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-success.k-state-active,
|
|
14528
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-success.k-state-active.k-link,
|
|
14529
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-success.k-state-active,
|
|
14530
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-success.k-state-active.k-link, .k-button-flat.k-button-flat-success:focus, .k-button-flat-success.k-button.k-flat:focus,
|
|
14531
|
+
.k-button-flat-success.k-button.k-bare:focus, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-success:focus,
|
|
14532
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-success.k-link:focus,
|
|
14533
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-success:focus,
|
|
14534
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-success.k-link:focus, .k-button-flat.k-button-flat-success.k-state-focus, .k-button-flat-success.k-state-focus.k-button.k-flat,
|
|
14535
|
+
.k-button-flat-success.k-state-focus.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-success.k-state-focus,
|
|
14536
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-success.k-state-focus.k-link,
|
|
14537
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-success.k-state-focus,
|
|
14538
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-success.k-state-focus.k-link {
|
|
14539
|
+
color: #37b400;
|
|
14540
|
+
}
|
|
14541
|
+
|
|
14542
|
+
.k-button-flat.k-button-flat-success:disabled, .k-button-flat-success.k-button.k-flat:disabled,
|
|
14543
|
+
.k-button-flat-success.k-button.k-bare:disabled, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-success:disabled,
|
|
14544
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-success.k-link:disabled,
|
|
14545
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-success:disabled,
|
|
14546
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-success.k-link:disabled, .k-button-flat.k-button-flat-success.k-state-disabled, .k-button-flat-success.k-state-disabled.k-button.k-flat,
|
|
14547
|
+
.k-button-flat-success.k-state-disabled.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-success.k-state-disabled,
|
|
14548
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-success.k-state-disabled.k-link,
|
|
14549
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-success.k-state-disabled,
|
|
14550
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-success.k-state-disabled.k-link {
|
|
14551
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14552
|
+
}
|
|
14553
|
+
|
|
14554
|
+
.k-button-flat.k-button-flat-warning, .k-button-flat-warning.k-button.k-flat,
|
|
14555
|
+
.k-button-flat-warning.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-warning,
|
|
14556
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-warning.k-link,
|
|
14557
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-warning,
|
|
14558
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-warning.k-link, .k-button-flat.k-button-flat-warning:hover, .k-button-flat-warning.k-button.k-flat:hover,
|
|
14559
|
+
.k-button-flat-warning.k-button.k-bare:hover, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-warning:hover,
|
|
14560
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-warning.k-link:hover,
|
|
14561
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-warning:hover,
|
|
14562
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-warning.k-link:hover, .k-button-flat.k-button-flat-warning.k-state-hover, .k-button-flat-warning.k-state-hover.k-button.k-flat,
|
|
14563
|
+
.k-button-flat-warning.k-state-hover.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-warning.k-state-hover,
|
|
14564
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-warning.k-state-hover.k-link,
|
|
14565
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-warning.k-state-hover,
|
|
14566
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-warning.k-state-hover.k-link, .k-button-flat.k-button-flat-warning:active, .k-button-flat-warning.k-button.k-flat:active,
|
|
14567
|
+
.k-button-flat-warning.k-button.k-bare:active, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-warning:active,
|
|
14568
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-warning.k-link:active,
|
|
14569
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-warning:active,
|
|
14570
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-warning.k-link:active, .k-button-flat.k-button-flat-warning.k-state-active, .k-button-flat-warning.k-state-active.k-button.k-flat,
|
|
14571
|
+
.k-button-flat-warning.k-state-active.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-warning.k-state-active,
|
|
14572
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-warning.k-state-active.k-link,
|
|
14573
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-warning.k-state-active,
|
|
14574
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-warning.k-state-active.k-link, .k-button-flat.k-button-flat-warning:focus, .k-button-flat-warning.k-button.k-flat:focus,
|
|
14575
|
+
.k-button-flat-warning.k-button.k-bare:focus, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-warning:focus,
|
|
14576
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-warning.k-link:focus,
|
|
14577
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-warning:focus,
|
|
14578
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-warning.k-link:focus, .k-button-flat.k-button-flat-warning.k-state-focus, .k-button-flat-warning.k-state-focus.k-button.k-flat,
|
|
14579
|
+
.k-button-flat-warning.k-state-focus.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-warning.k-state-focus,
|
|
14580
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-warning.k-state-focus.k-link,
|
|
14581
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-warning.k-state-focus,
|
|
14582
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-warning.k-state-focus.k-link {
|
|
14583
|
+
color: #ffc000;
|
|
14584
|
+
}
|
|
14585
|
+
|
|
14586
|
+
.k-button-flat.k-button-flat-warning:disabled, .k-button-flat-warning.k-button.k-flat:disabled,
|
|
14587
|
+
.k-button-flat-warning.k-button.k-bare:disabled, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-warning:disabled,
|
|
14588
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-warning.k-link:disabled,
|
|
14589
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-warning:disabled,
|
|
14590
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-warning.k-link:disabled, .k-button-flat.k-button-flat-warning.k-state-disabled, .k-button-flat-warning.k-state-disabled.k-button.k-flat,
|
|
14591
|
+
.k-button-flat-warning.k-state-disabled.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-warning.k-state-disabled,
|
|
14592
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-warning.k-state-disabled.k-link,
|
|
14593
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-warning.k-state-disabled,
|
|
14594
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-warning.k-state-disabled.k-link {
|
|
14595
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14596
|
+
}
|
|
14597
|
+
|
|
14598
|
+
.k-button-flat.k-button-flat-error, .k-button-flat-error.k-button.k-flat,
|
|
14599
|
+
.k-button-flat-error.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-error,
|
|
14600
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-error.k-link,
|
|
14601
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-error,
|
|
14602
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-error.k-link, .k-button-flat.k-button-flat-error:hover, .k-button-flat-error.k-button.k-flat:hover,
|
|
14603
|
+
.k-button-flat-error.k-button.k-bare:hover, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-error:hover,
|
|
14604
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-error.k-link:hover,
|
|
14605
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-error:hover,
|
|
14606
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-error.k-link:hover, .k-button-flat.k-button-flat-error.k-state-hover, .k-button-flat-error.k-state-hover.k-button.k-flat,
|
|
14607
|
+
.k-button-flat-error.k-state-hover.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-error.k-state-hover,
|
|
14608
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-error.k-state-hover.k-link,
|
|
14609
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-error.k-state-hover,
|
|
14610
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-error.k-state-hover.k-link, .k-button-flat.k-button-flat-error:active, .k-button-flat-error.k-button.k-flat:active,
|
|
14611
|
+
.k-button-flat-error.k-button.k-bare:active, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-error:active,
|
|
14612
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-error.k-link:active,
|
|
14613
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-error:active,
|
|
14614
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-error.k-link:active, .k-button-flat.k-button-flat-error.k-state-active, .k-button-flat-error.k-state-active.k-button.k-flat,
|
|
14615
|
+
.k-button-flat-error.k-state-active.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-error.k-state-active,
|
|
14616
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-error.k-state-active.k-link,
|
|
14617
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-error.k-state-active,
|
|
14618
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-error.k-state-active.k-link, .k-button-flat.k-button-flat-error:focus, .k-button-flat-error.k-button.k-flat:focus,
|
|
14619
|
+
.k-button-flat-error.k-button.k-bare:focus, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-error:focus,
|
|
14620
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-error.k-link:focus,
|
|
14621
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-error:focus,
|
|
14622
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-error.k-link:focus, .k-button-flat.k-button-flat-error.k-state-focus, .k-button-flat-error.k-state-focus.k-button.k-flat,
|
|
14623
|
+
.k-button-flat-error.k-state-focus.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-error.k-state-focus,
|
|
14624
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-error.k-state-focus.k-link,
|
|
14625
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-error.k-state-focus,
|
|
14626
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-error.k-state-focus.k-link {
|
|
14627
|
+
color: #f31700;
|
|
14628
|
+
}
|
|
14629
|
+
|
|
14630
|
+
.k-button-flat.k-button-flat-error:disabled, .k-button-flat-error.k-button.k-flat:disabled,
|
|
14631
|
+
.k-button-flat-error.k-button.k-bare:disabled, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-error:disabled,
|
|
14632
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-error.k-link:disabled,
|
|
14633
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-error:disabled,
|
|
14634
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-error.k-link:disabled, .k-button-flat.k-button-flat-error.k-state-disabled, .k-button-flat-error.k-state-disabled.k-button.k-flat,
|
|
14635
|
+
.k-button-flat-error.k-state-disabled.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-error.k-state-disabled,
|
|
14636
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-error.k-state-disabled.k-link,
|
|
14637
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-error.k-state-disabled,
|
|
14638
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-error.k-state-disabled.k-link {
|
|
14639
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14640
|
+
}
|
|
14641
|
+
|
|
14642
|
+
.k-button-flat.k-button-flat-dark, .k-button-flat-dark.k-button.k-flat,
|
|
14643
|
+
.k-button-flat-dark.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-dark,
|
|
14644
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-dark.k-link,
|
|
14645
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-dark,
|
|
14646
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-dark.k-link, .k-button-flat.k-button-flat-dark:hover, .k-button-flat-dark.k-button.k-flat:hover,
|
|
14647
|
+
.k-button-flat-dark.k-button.k-bare:hover, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-dark:hover,
|
|
14648
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-dark.k-link:hover,
|
|
14649
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-dark:hover,
|
|
14650
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-dark.k-link:hover, .k-button-flat.k-button-flat-dark.k-state-hover, .k-button-flat-dark.k-state-hover.k-button.k-flat,
|
|
14651
|
+
.k-button-flat-dark.k-state-hover.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-dark.k-state-hover,
|
|
14652
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-dark.k-state-hover.k-link,
|
|
14653
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-dark.k-state-hover,
|
|
14654
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-dark.k-state-hover.k-link, .k-button-flat.k-button-flat-dark:active, .k-button-flat-dark.k-button.k-flat:active,
|
|
14655
|
+
.k-button-flat-dark.k-button.k-bare:active, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-dark:active,
|
|
14656
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-dark.k-link:active,
|
|
14657
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-dark:active,
|
|
14658
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-dark.k-link:active, .k-button-flat.k-button-flat-dark.k-state-active, .k-button-flat-dark.k-state-active.k-button.k-flat,
|
|
14659
|
+
.k-button-flat-dark.k-state-active.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-dark.k-state-active,
|
|
14660
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-dark.k-state-active.k-link,
|
|
14661
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-dark.k-state-active,
|
|
14662
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-dark.k-state-active.k-link, .k-button-flat.k-button-flat-dark:focus, .k-button-flat-dark.k-button.k-flat:focus,
|
|
14663
|
+
.k-button-flat-dark.k-button.k-bare:focus, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-dark:focus,
|
|
14664
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-dark.k-link:focus,
|
|
14665
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-dark:focus,
|
|
14666
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-dark.k-link:focus, .k-button-flat.k-button-flat-dark.k-state-focus, .k-button-flat-dark.k-state-focus.k-button.k-flat,
|
|
14667
|
+
.k-button-flat-dark.k-state-focus.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-dark.k-state-focus,
|
|
14668
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-dark.k-state-focus.k-link,
|
|
14669
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-dark.k-state-focus,
|
|
14670
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-dark.k-state-focus.k-link {
|
|
14671
|
+
color: #424242;
|
|
14672
|
+
}
|
|
14673
|
+
|
|
14674
|
+
.k-button-flat.k-button-flat-dark:disabled, .k-button-flat-dark.k-button.k-flat:disabled,
|
|
14675
|
+
.k-button-flat-dark.k-button.k-bare:disabled, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-dark:disabled,
|
|
14676
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-dark.k-link:disabled,
|
|
14677
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-dark:disabled,
|
|
14678
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-dark.k-link:disabled, .k-button-flat.k-button-flat-dark.k-state-disabled, .k-button-flat-dark.k-state-disabled.k-button.k-flat,
|
|
14679
|
+
.k-button-flat-dark.k-state-disabled.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-dark.k-state-disabled,
|
|
14680
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-dark.k-state-disabled.k-link,
|
|
14681
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-dark.k-state-disabled,
|
|
14682
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-dark.k-state-disabled.k-link {
|
|
14683
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14684
|
+
}
|
|
14685
|
+
|
|
14686
|
+
.k-button-flat.k-button-flat-light, .k-button-flat-light.k-button.k-flat,
|
|
14687
|
+
.k-button-flat-light.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-light,
|
|
14688
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-light.k-link,
|
|
14689
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-light,
|
|
14690
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-light.k-link, .k-button-flat.k-button-flat-light:hover, .k-button-flat-light.k-button.k-flat:hover,
|
|
14691
|
+
.k-button-flat-light.k-button.k-bare:hover, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-light:hover,
|
|
14692
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-light.k-link:hover,
|
|
14693
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-light:hover,
|
|
14694
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-light.k-link:hover, .k-button-flat.k-button-flat-light.k-state-hover, .k-button-flat-light.k-state-hover.k-button.k-flat,
|
|
14695
|
+
.k-button-flat-light.k-state-hover.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-light.k-state-hover,
|
|
14696
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-light.k-state-hover.k-link,
|
|
14697
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-light.k-state-hover,
|
|
14698
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-light.k-state-hover.k-link, .k-button-flat.k-button-flat-light:active, .k-button-flat-light.k-button.k-flat:active,
|
|
14699
|
+
.k-button-flat-light.k-button.k-bare:active, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-light:active,
|
|
14700
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-light.k-link:active,
|
|
14701
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-light:active,
|
|
14702
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-light.k-link:active, .k-button-flat.k-button-flat-light.k-state-active, .k-button-flat-light.k-state-active.k-button.k-flat,
|
|
14703
|
+
.k-button-flat-light.k-state-active.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-light.k-state-active,
|
|
14704
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-light.k-state-active.k-link,
|
|
14705
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-light.k-state-active,
|
|
14706
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-light.k-state-active.k-link, .k-button-flat.k-button-flat-light:focus, .k-button-flat-light.k-button.k-flat:focus,
|
|
14707
|
+
.k-button-flat-light.k-button.k-bare:focus, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-light:focus,
|
|
14708
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-light.k-link:focus,
|
|
14709
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-light:focus,
|
|
14710
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-light.k-link:focus, .k-button-flat.k-button-flat-light.k-state-focus, .k-button-flat-light.k-state-focus.k-button.k-flat,
|
|
14711
|
+
.k-button-flat-light.k-state-focus.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-light.k-state-focus,
|
|
14712
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-light.k-state-focus.k-link,
|
|
14713
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-light.k-state-focus,
|
|
14714
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-light.k-state-focus.k-link {
|
|
14715
|
+
color: #f5f5f5;
|
|
14716
|
+
}
|
|
14717
|
+
|
|
14718
|
+
.k-button-flat.k-button-flat-light:disabled, .k-button-flat-light.k-button.k-flat:disabled,
|
|
14719
|
+
.k-button-flat-light.k-button.k-bare:disabled, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-light:disabled,
|
|
14720
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-light.k-link:disabled,
|
|
14721
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-light:disabled,
|
|
14722
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-light.k-link:disabled, .k-button-flat.k-button-flat-light.k-state-disabled, .k-button-flat-light.k-state-disabled.k-button.k-flat,
|
|
14723
|
+
.k-button-flat-light.k-state-disabled.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-light.k-state-disabled,
|
|
14724
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-light.k-state-disabled.k-link,
|
|
14725
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-light.k-state-disabled,
|
|
14726
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-light.k-state-disabled.k-link {
|
|
14727
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14728
|
+
}
|
|
14729
|
+
|
|
14730
|
+
.k-button-flat.k-button-flat-inverse, .k-button-flat-inverse.k-button.k-flat,
|
|
14731
|
+
.k-button-flat-inverse.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-inverse,
|
|
14732
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-inverse.k-link,
|
|
14733
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-inverse,
|
|
14734
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-inverse.k-link, .k-button-flat.k-button-flat-inverse:hover, .k-button-flat-inverse.k-button.k-flat:hover,
|
|
14735
|
+
.k-button-flat-inverse.k-button.k-bare:hover, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-inverse:hover,
|
|
14736
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-inverse.k-link:hover,
|
|
14737
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-inverse:hover,
|
|
14738
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-inverse.k-link:hover, .k-button-flat.k-button-flat-inverse.k-state-hover, .k-button-flat-inverse.k-state-hover.k-button.k-flat,
|
|
14739
|
+
.k-button-flat-inverse.k-state-hover.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-inverse.k-state-hover,
|
|
14740
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-inverse.k-state-hover.k-link,
|
|
14741
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-inverse.k-state-hover,
|
|
14742
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-inverse.k-state-hover.k-link, .k-button-flat.k-button-flat-inverse:active, .k-button-flat-inverse.k-button.k-flat:active,
|
|
14743
|
+
.k-button-flat-inverse.k-button.k-bare:active, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-inverse:active,
|
|
14744
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-inverse.k-link:active,
|
|
14745
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-inverse:active,
|
|
14746
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-inverse.k-link:active, .k-button-flat.k-button-flat-inverse.k-state-active, .k-button-flat-inverse.k-state-active.k-button.k-flat,
|
|
14747
|
+
.k-button-flat-inverse.k-state-active.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-inverse.k-state-active,
|
|
14748
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-inverse.k-state-active.k-link,
|
|
14749
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-inverse.k-state-active,
|
|
14750
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-inverse.k-state-active.k-link, .k-button-flat.k-button-flat-inverse:focus, .k-button-flat-inverse.k-button.k-flat:focus,
|
|
14751
|
+
.k-button-flat-inverse.k-button.k-bare:focus, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-inverse:focus,
|
|
14752
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-inverse.k-link:focus,
|
|
14753
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-inverse:focus,
|
|
14754
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-inverse.k-link:focus, .k-button-flat.k-button-flat-inverse.k-state-focus, .k-button-flat-inverse.k-state-focus.k-button.k-flat,
|
|
14755
|
+
.k-button-flat-inverse.k-state-focus.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-inverse.k-state-focus,
|
|
14756
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-inverse.k-state-focus.k-link,
|
|
14757
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-inverse.k-state-focus,
|
|
14758
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-inverse.k-state-focus.k-link {
|
|
14759
|
+
color: #424242;
|
|
14760
|
+
}
|
|
14761
|
+
|
|
14762
|
+
.k-button-flat.k-button-flat-inverse:disabled, .k-button-flat-inverse.k-button.k-flat:disabled,
|
|
14763
|
+
.k-button-flat-inverse.k-button.k-bare:disabled, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-inverse:disabled,
|
|
14764
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-inverse.k-link:disabled,
|
|
14765
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-inverse:disabled,
|
|
14766
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-inverse.k-link:disabled, .k-button-flat.k-button-flat-inverse.k-state-disabled, .k-button-flat-inverse.k-state-disabled.k-button.k-flat,
|
|
14767
|
+
.k-button-flat-inverse.k-state-disabled.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-button-flat-inverse.k-state-disabled,
|
|
14768
|
+
kendo-scheduler .k-scheduler-toolbar li .k-button-flat-inverse.k-state-disabled.k-link,
|
|
14769
|
+
kendo-scheduler .k-scheduler-footer li a.k-button-flat-inverse.k-state-disabled,
|
|
14770
|
+
kendo-scheduler .k-scheduler-footer li .k-button-flat-inverse.k-state-disabled.k-link {
|
|
14771
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14772
|
+
}
|
|
14773
|
+
|
|
14774
|
+
.k-button-link.k-button-link-primary {
|
|
14775
|
+
box-shadow: none;
|
|
14069
14776
|
color: #3f51b5;
|
|
14070
14777
|
}
|
|
14071
14778
|
|
|
14779
|
+
.k-button-link.k-button-link-primary:hover, .k-button-link.k-button-link-primary.k-state-hover {
|
|
14780
|
+
color: #354498;
|
|
14781
|
+
}
|
|
14782
|
+
|
|
14783
|
+
.k-button-link.k-button-link-primary:active, .k-button-link.k-button-link-primary.k-state-active, .k-button-link.k-button-link-primary.k-state-selected {
|
|
14784
|
+
color: #354498;
|
|
14785
|
+
}
|
|
14786
|
+
|
|
14787
|
+
.k-button-link.k-button-link-secondary {
|
|
14788
|
+
box-shadow: none;
|
|
14789
|
+
color: #e51a5f;
|
|
14790
|
+
}
|
|
14791
|
+
|
|
14792
|
+
.k-button-link.k-button-link-secondary:hover, .k-button-link.k-button-link-secondary.k-state-hover {
|
|
14793
|
+
color: #c01650;
|
|
14794
|
+
}
|
|
14795
|
+
|
|
14796
|
+
.k-button-link.k-button-link-secondary:active, .k-button-link.k-button-link-secondary.k-state-active, .k-button-link.k-button-link-secondary.k-state-selected {
|
|
14797
|
+
color: #c01650;
|
|
14798
|
+
}
|
|
14799
|
+
|
|
14800
|
+
.k-button-link.k-button-link-tertiary {
|
|
14801
|
+
box-shadow: none;
|
|
14802
|
+
color: #00695c;
|
|
14803
|
+
}
|
|
14804
|
+
|
|
14805
|
+
.k-button-link.k-button-link-tertiary:hover, .k-button-link.k-button-link-tertiary.k-state-hover {
|
|
14806
|
+
color: #00584d;
|
|
14807
|
+
}
|
|
14808
|
+
|
|
14809
|
+
.k-button-link.k-button-link-tertiary:active, .k-button-link.k-button-link-tertiary.k-state-active, .k-button-link.k-button-link-tertiary.k-state-selected {
|
|
14810
|
+
color: #00584d;
|
|
14811
|
+
}
|
|
14812
|
+
|
|
14813
|
+
.k-button-link.k-button-link-info {
|
|
14814
|
+
box-shadow: none;
|
|
14815
|
+
color: #0058e9;
|
|
14816
|
+
}
|
|
14817
|
+
|
|
14818
|
+
.k-button-link.k-button-link-info:hover, .k-button-link.k-button-link-info.k-state-hover {
|
|
14819
|
+
color: #004ac4;
|
|
14820
|
+
}
|
|
14821
|
+
|
|
14822
|
+
.k-button-link.k-button-link-info:active, .k-button-link.k-button-link-info.k-state-active, .k-button-link.k-button-link-info.k-state-selected {
|
|
14823
|
+
color: #004ac4;
|
|
14824
|
+
}
|
|
14825
|
+
|
|
14826
|
+
.k-button-link.k-button-link-success {
|
|
14827
|
+
box-shadow: none;
|
|
14828
|
+
color: #37b400;
|
|
14829
|
+
}
|
|
14830
|
+
|
|
14831
|
+
.k-button-link.k-button-link-success:hover, .k-button-link.k-button-link-success.k-state-hover {
|
|
14832
|
+
color: #2e9700;
|
|
14833
|
+
}
|
|
14834
|
+
|
|
14835
|
+
.k-button-link.k-button-link-success:active, .k-button-link.k-button-link-success.k-state-active, .k-button-link.k-button-link-success.k-state-selected {
|
|
14836
|
+
color: #2e9700;
|
|
14837
|
+
}
|
|
14838
|
+
|
|
14839
|
+
.k-button-link.k-button-link-warning {
|
|
14840
|
+
box-shadow: none;
|
|
14841
|
+
color: #ffc000;
|
|
14842
|
+
}
|
|
14843
|
+
|
|
14844
|
+
.k-button-link.k-button-link-warning:hover, .k-button-link.k-button-link-warning.k-state-hover {
|
|
14845
|
+
color: #d6a100;
|
|
14846
|
+
}
|
|
14847
|
+
|
|
14848
|
+
.k-button-link.k-button-link-warning:active, .k-button-link.k-button-link-warning.k-state-active, .k-button-link.k-button-link-warning.k-state-selected {
|
|
14849
|
+
color: #d6a100;
|
|
14850
|
+
}
|
|
14851
|
+
|
|
14852
|
+
.k-button-link.k-button-link-error {
|
|
14853
|
+
box-shadow: none;
|
|
14854
|
+
color: #f31700;
|
|
14855
|
+
}
|
|
14856
|
+
|
|
14857
|
+
.k-button-link.k-button-link-error:hover, .k-button-link.k-button-link-error.k-state-hover {
|
|
14858
|
+
color: #cc1300;
|
|
14859
|
+
}
|
|
14860
|
+
|
|
14861
|
+
.k-button-link.k-button-link-error:active, .k-button-link.k-button-link-error.k-state-active, .k-button-link.k-button-link-error.k-state-selected {
|
|
14862
|
+
color: #cc1300;
|
|
14863
|
+
}
|
|
14864
|
+
|
|
14865
|
+
.k-button-link.k-button-link-dark {
|
|
14866
|
+
box-shadow: none;
|
|
14867
|
+
color: #424242;
|
|
14868
|
+
}
|
|
14869
|
+
|
|
14870
|
+
.k-button-link.k-button-link-dark:hover, .k-button-link.k-button-link-dark.k-state-hover {
|
|
14871
|
+
color: #373737;
|
|
14872
|
+
}
|
|
14873
|
+
|
|
14874
|
+
.k-button-link.k-button-link-dark:active, .k-button-link.k-button-link-dark.k-state-active, .k-button-link.k-button-link-dark.k-state-selected {
|
|
14875
|
+
color: #373737;
|
|
14876
|
+
}
|
|
14877
|
+
|
|
14878
|
+
.k-button-link.k-button-link-light {
|
|
14879
|
+
box-shadow: none;
|
|
14880
|
+
color: #f5f5f5;
|
|
14881
|
+
}
|
|
14882
|
+
|
|
14883
|
+
.k-button-link.k-button-link-light:hover, .k-button-link.k-button-link-light.k-state-hover {
|
|
14884
|
+
color: #cecece;
|
|
14885
|
+
}
|
|
14886
|
+
|
|
14887
|
+
.k-button-link.k-button-link-light:active, .k-button-link.k-button-link-light.k-state-active, .k-button-link.k-button-link-light.k-state-selected {
|
|
14888
|
+
color: #cecece;
|
|
14889
|
+
}
|
|
14890
|
+
|
|
14891
|
+
.k-button-link.k-button-link-inverse {
|
|
14892
|
+
box-shadow: none;
|
|
14893
|
+
color: #424242;
|
|
14894
|
+
}
|
|
14895
|
+
|
|
14896
|
+
.k-button-link.k-button-link-inverse:hover, .k-button-link.k-button-link-inverse.k-state-hover {
|
|
14897
|
+
color: #373737;
|
|
14898
|
+
}
|
|
14899
|
+
|
|
14900
|
+
.k-button-link.k-button-link-inverse:active, .k-button-link.k-button-link-inverse.k-state-active, .k-button-link.k-button-link-inverse.k-state-selected {
|
|
14901
|
+
color: #373737;
|
|
14902
|
+
}
|
|
14903
|
+
|
|
14904
|
+
.k-button-link.k-button-link-base {
|
|
14905
|
+
box-shadow: none;
|
|
14906
|
+
color: rgba(0, 0, 0, 0.87);
|
|
14907
|
+
}
|
|
14908
|
+
|
|
14909
|
+
.k-button-link.k-button-link-base:hover, .k-button-link.k-button-link-base.k-state-hover {
|
|
14910
|
+
color: rgba(0, 0, 0, 0.8908);
|
|
14911
|
+
}
|
|
14912
|
+
|
|
14913
|
+
.k-button-link.k-button-link-base:active, .k-button-link.k-button-link-base.k-state-active, .k-button-link.k-button-link-base.k-state-selected {
|
|
14914
|
+
color: rgba(0, 0, 0, 0.8908);
|
|
14915
|
+
}
|
|
14916
|
+
|
|
14072
14917
|
.k-button-clear {
|
|
14073
14918
|
color: inherit;
|
|
14074
14919
|
}
|
|
@@ -14083,44 +14928,71 @@ kendo-scheduler .k-scheduler-footer li .k-primary.k-state-focus.k-link {
|
|
|
14083
14928
|
display: block;
|
|
14084
14929
|
}
|
|
14085
14930
|
|
|
14086
|
-
.k-button-
|
|
14087
|
-
|
|
14088
|
-
kendo-scheduler .k-scheduler-toolbar li .k-link:disabled,
|
|
14089
|
-
kendo-scheduler .k-scheduler-footer li a:disabled,
|
|
14090
|
-
kendo-scheduler .k-scheduler-footer li .k-link:disabled, .k-button-flat.k-state-disabled, .k-state-disabled.k-button.k-flat,
|
|
14091
|
-
.k-state-disabled.k-button.k-bare, kendo-scheduler .k-scheduler-toolbar li a.k-state-disabled,
|
|
14092
|
-
kendo-scheduler .k-scheduler-toolbar li .k-state-disabled.k-link,
|
|
14093
|
-
kendo-scheduler .k-scheduler-footer li a.k-state-disabled,
|
|
14094
|
-
kendo-scheduler .k-scheduler-footer li .k-state-disabled.k-link {
|
|
14931
|
+
.k-button-solid.k-button-solid-primary:disabled, .k-button-solid.k-button.k-primary:disabled, .k-button-solid.k-button-solid-primary.k-state-disabled, .k-button-solid.k-state-disabled.k-button.k-primary {
|
|
14932
|
+
border-color: #e0e0e0;
|
|
14095
14933
|
color: rgba(0, 0, 0, 0.38);
|
|
14934
|
+
background-color: #e0e0e0;
|
|
14096
14935
|
}
|
|
14097
14936
|
|
|
14098
|
-
.k-button-
|
|
14099
|
-
|
|
14100
|
-
|
|
14101
|
-
|
|
14102
|
-
kendo-scheduler .k-scheduler-footer li .k-primary.k-link {
|
|
14103
|
-
color: #3f51b5;
|
|
14937
|
+
.k-button-solid.k-button-solid-secondary:disabled, .k-button-solid.k-button-solid-secondary.k-state-disabled {
|
|
14938
|
+
border-color: #e0e0e0;
|
|
14939
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14940
|
+
background-color: #e0e0e0;
|
|
14104
14941
|
}
|
|
14105
14942
|
|
|
14106
|
-
.k-button-
|
|
14107
|
-
|
|
14108
|
-
|
|
14109
|
-
|
|
14110
|
-
|
|
14111
|
-
|
|
14112
|
-
|
|
14113
|
-
|
|
14114
|
-
|
|
14943
|
+
.k-button-solid.k-button-solid-tertiary:disabled, .k-button-solid.k-button-solid-tertiary.k-state-disabled {
|
|
14944
|
+
border-color: #e0e0e0;
|
|
14945
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14946
|
+
background-color: #e0e0e0;
|
|
14947
|
+
}
|
|
14948
|
+
|
|
14949
|
+
.k-button-solid.k-button-solid-info:disabled, .k-button-solid.k-button-solid-info.k-state-disabled {
|
|
14950
|
+
border-color: #e0e0e0;
|
|
14951
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14952
|
+
background-color: #e0e0e0;
|
|
14953
|
+
}
|
|
14954
|
+
|
|
14955
|
+
.k-button-solid.k-button-solid-success:disabled, .k-button-solid.k-button-solid-success.k-state-disabled {
|
|
14956
|
+
border-color: #e0e0e0;
|
|
14957
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14958
|
+
background-color: #e0e0e0;
|
|
14959
|
+
}
|
|
14960
|
+
|
|
14961
|
+
.k-button-solid.k-button-solid-warning:disabled, .k-button-solid.k-button-solid-warning.k-state-disabled {
|
|
14962
|
+
border-color: #e0e0e0;
|
|
14963
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14964
|
+
background-color: #e0e0e0;
|
|
14965
|
+
}
|
|
14966
|
+
|
|
14967
|
+
.k-button-solid.k-button-solid-error:disabled, .k-button-solid.k-button-solid-error.k-state-disabled {
|
|
14968
|
+
border-color: #e0e0e0;
|
|
14969
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14970
|
+
background-color: #e0e0e0;
|
|
14971
|
+
}
|
|
14972
|
+
|
|
14973
|
+
.k-button-solid.k-button-solid-dark:disabled, .k-button-solid.k-button-solid-dark.k-state-disabled {
|
|
14974
|
+
border-color: #e0e0e0;
|
|
14975
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14976
|
+
background-color: #e0e0e0;
|
|
14977
|
+
}
|
|
14978
|
+
|
|
14979
|
+
.k-button-solid.k-button-solid-light:disabled, .k-button-solid.k-button-solid-light.k-state-disabled {
|
|
14980
|
+
border-color: #e0e0e0;
|
|
14981
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14982
|
+
background-color: #e0e0e0;
|
|
14983
|
+
}
|
|
14984
|
+
|
|
14985
|
+
.k-button-solid.k-button-solid-inverse:disabled, .k-button-solid.k-button-solid-inverse.k-state-disabled {
|
|
14986
|
+
border-color: #e0e0e0;
|
|
14115
14987
|
color: rgba(0, 0, 0, 0.38);
|
|
14988
|
+
background-color: #e0e0e0;
|
|
14116
14989
|
}
|
|
14117
14990
|
|
|
14118
14991
|
.k-button-outline, .k-button.k-outline {
|
|
14119
|
-
box-shadow: none;
|
|
14120
14992
|
color: rgba(0, 0, 0, 0.87);
|
|
14121
14993
|
}
|
|
14122
14994
|
|
|
14123
|
-
.k-button-outline:hover, .k-button.k-outline:hover, .k-button-outline.k-state-hover, .k-state-hover.k-button.k-outline, .k-button-outline:
|
|
14995
|
+
.k-button-outline:hover, .k-button.k-outline:hover, .k-button-outline.k-state-hover, .k-state-hover.k-button.k-outline, .k-button-outline:focus, .k-button.k-outline:focus, .k-button-outline.k-state-focus, .k-state-focus.k-button.k-outline, .k-button-outline:active, .k-button.k-outline:active, .k-button-outline.k-state-active, .k-state-active.k-button.k-outline, .k-button-outline.k-state-selected, .k-state-selected.k-button.k-outline {
|
|
14124
14996
|
color: rgba(0, 0, 0, 0.87);
|
|
14125
14997
|
}
|
|
14126
14998
|
|
|
@@ -14128,66 +15000,150 @@ kendo-scheduler .k-scheduler-footer li .k-primary.k-state-disabled.k-link {
|
|
|
14128
15000
|
color: rgba(0, 0, 0, 0.38);
|
|
14129
15001
|
}
|
|
14130
15002
|
|
|
14131
|
-
.k-button-outline.k-primary, .k-primary.k-button.k-outline {
|
|
15003
|
+
.k-button-outline.k-button-outline-primary, .k-button-outline-primary.k-button.k-outline, .k-button-outline.k-primary, .k-primary.k-button.k-outline {
|
|
14132
15004
|
color: #3f51b5;
|
|
14133
15005
|
}
|
|
14134
15006
|
|
|
14135
|
-
.k-button-outline.k-primary:hover, .k-primary.k-button.k-outline:hover, .k-button-outline.k-primary.k-state-hover, .k-primary.k-state-hover.k-button.k-outline, .k-button-outline.k-primary:
|
|
15007
|
+
.k-button-outline.k-button-outline-primary:hover, .k-button-outline-primary.k-button.k-outline:hover, .k-button-outline.k-primary:hover, .k-primary.k-button.k-outline:hover, .k-button-outline.k-button-outline-primary.k-state-hover, .k-button-outline-primary.k-state-hover.k-button.k-outline, .k-button-outline.k-state-hover.k-primary, .k-state-hover.k-primary.k-button.k-outline, .k-button-outline.k-button-outline-primary:focus, .k-button-outline-primary.k-button.k-outline:focus, .k-button-outline.k-primary:focus, .k-primary.k-button.k-outline:focus, .k-button-outline.k-button-outline-primary.k-state-focus, .k-button-outline-primary.k-state-focus.k-button.k-outline, .k-button-outline.k-state-focus.k-primary, .k-state-focus.k-primary.k-button.k-outline, .k-button-outline.k-button-outline-primary:active, .k-button-outline-primary.k-button.k-outline:active, .k-button-outline.k-primary:active, .k-primary.k-button.k-outline:active, .k-button-outline.k-button-outline-primary.k-state-active, .k-button-outline-primary.k-state-active.k-button.k-outline, .k-button-outline.k-state-active.k-primary, .k-state-active.k-primary.k-button.k-outline, .k-button-outline.k-button-outline-primary.k-state-selected, .k-button-outline-primary.k-state-selected.k-button.k-outline, .k-button-outline.k-state-selected.k-primary, .k-state-selected.k-primary.k-button.k-outline {
|
|
14136
15008
|
color: #3f51b5;
|
|
14137
15009
|
}
|
|
14138
15010
|
|
|
14139
|
-
.k-button-outline.k-primary:disabled, .k-primary.k-button.k-outline:disabled, .k-button-outline.k-primary.k-state-disabled, .k-primary.k-state-disabled.k-button.k-outline {
|
|
15011
|
+
.k-button-outline.k-button-outline-primary:disabled, .k-button-outline-primary.k-button.k-outline:disabled, .k-button-outline.k-primary:disabled, .k-primary.k-button.k-outline:disabled, .k-button-outline.k-button-outline-primary.k-state-disabled, .k-button-outline-primary.k-state-disabled.k-button.k-outline, .k-button-outline.k-state-disabled.k-primary, .k-state-disabled.k-primary.k-button.k-outline {
|
|
14140
15012
|
color: rgba(0, 0, 0, 0.38);
|
|
14141
15013
|
}
|
|
14142
15014
|
|
|
14143
|
-
.k-button-
|
|
14144
|
-
|
|
14145
|
-
|
|
15015
|
+
.k-button-outline.k-button-outline-secondary, .k-button-outline-secondary.k-button.k-outline {
|
|
15016
|
+
color: #e51a5f;
|
|
15017
|
+
}
|
|
15018
|
+
|
|
15019
|
+
.k-button-outline.k-button-outline-secondary:hover, .k-button-outline-secondary.k-button.k-outline:hover, .k-button-outline.k-button-outline-secondary.k-state-hover, .k-button-outline-secondary.k-state-hover.k-button.k-outline, .k-button-outline.k-button-outline-secondary:focus, .k-button-outline-secondary.k-button.k-outline:focus, .k-button-outline.k-button-outline-secondary.k-state-focus, .k-button-outline-secondary.k-state-focus.k-button.k-outline, .k-button-outline.k-button-outline-secondary:active, .k-button-outline-secondary.k-button.k-outline:active, .k-button-outline.k-button-outline-secondary.k-state-active, .k-button-outline-secondary.k-state-active.k-button.k-outline, .k-button-outline.k-button-outline-secondary.k-state-selected, .k-button-outline-secondary.k-state-selected.k-button.k-outline {
|
|
15020
|
+
color: #e51a5f;
|
|
15021
|
+
}
|
|
15022
|
+
|
|
15023
|
+
.k-button-outline.k-button-outline-secondary:disabled, .k-button-outline-secondary.k-button.k-outline:disabled, .k-button-outline.k-button-outline-secondary.k-state-disabled, .k-button-outline-secondary.k-state-disabled.k-button.k-outline {
|
|
14146
15024
|
color: rgba(0, 0, 0, 0.38);
|
|
14147
15025
|
}
|
|
14148
15026
|
|
|
14149
|
-
.k-button-
|
|
14150
|
-
|
|
15027
|
+
.k-button-outline.k-button-outline-tertiary, .k-button-outline-tertiary.k-button.k-outline {
|
|
15028
|
+
color: #00695c;
|
|
14151
15029
|
}
|
|
14152
15030
|
|
|
14153
|
-
.k-button-
|
|
14154
|
-
|
|
15031
|
+
.k-button-outline.k-button-outline-tertiary:hover, .k-button-outline-tertiary.k-button.k-outline:hover, .k-button-outline.k-button-outline-tertiary.k-state-hover, .k-button-outline-tertiary.k-state-hover.k-button.k-outline, .k-button-outline.k-button-outline-tertiary:focus, .k-button-outline-tertiary.k-button.k-outline:focus, .k-button-outline.k-button-outline-tertiary.k-state-focus, .k-button-outline-tertiary.k-state-focus.k-button.k-outline, .k-button-outline.k-button-outline-tertiary:active, .k-button-outline-tertiary.k-button.k-outline:active, .k-button-outline.k-button-outline-tertiary.k-state-active, .k-button-outline-tertiary.k-state-active.k-button.k-outline, .k-button-outline.k-button-outline-tertiary.k-state-selected, .k-button-outline-tertiary.k-state-selected.k-button.k-outline {
|
|
15032
|
+
color: #00695c;
|
|
14155
15033
|
}
|
|
14156
15034
|
|
|
14157
|
-
.k-button-
|
|
14158
|
-
|
|
14159
|
-
opacity: 1;
|
|
15035
|
+
.k-button-outline.k-button-outline-tertiary:disabled, .k-button-outline-tertiary.k-button.k-outline:disabled, .k-button-outline.k-button-outline-tertiary.k-state-disabled, .k-button-outline-tertiary.k-state-disabled.k-button.k-outline {
|
|
15036
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14160
15037
|
}
|
|
14161
15038
|
|
|
14162
|
-
.k-
|
|
14163
|
-
|
|
15039
|
+
.k-button-outline.k-button-outline-info, .k-button-outline-info.k-button.k-outline {
|
|
15040
|
+
color: #0058e9;
|
|
14164
15041
|
}
|
|
14165
15042
|
|
|
14166
|
-
.k-
|
|
14167
|
-
|
|
15043
|
+
.k-button-outline.k-button-outline-info:hover, .k-button-outline-info.k-button.k-outline:hover, .k-button-outline.k-button-outline-info.k-state-hover, .k-button-outline-info.k-state-hover.k-button.k-outline, .k-button-outline.k-button-outline-info:focus, .k-button-outline-info.k-button.k-outline:focus, .k-button-outline.k-button-outline-info.k-state-focus, .k-button-outline-info.k-state-focus.k-button.k-outline, .k-button-outline.k-button-outline-info:active, .k-button-outline-info.k-button.k-outline:active, .k-button-outline.k-button-outline-info.k-state-active, .k-button-outline-info.k-state-active.k-button.k-outline, .k-button-outline.k-button-outline-info.k-state-selected, .k-button-outline-info.k-state-selected.k-button.k-outline {
|
|
15044
|
+
color: #0058e9;
|
|
14168
15045
|
}
|
|
14169
15046
|
|
|
14170
|
-
.k-
|
|
14171
|
-
|
|
14172
|
-
color: rgba(0, 0, 0, 0.54);
|
|
15047
|
+
.k-button-outline.k-button-outline-info:disabled, .k-button-outline-info.k-button.k-outline:disabled, .k-button-outline.k-button-outline-info.k-state-disabled, .k-button-outline-info.k-state-disabled.k-button.k-outline {
|
|
15048
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14173
15049
|
}
|
|
14174
15050
|
|
|
14175
|
-
.k-
|
|
14176
|
-
|
|
14177
|
-
|
|
15051
|
+
.k-button-outline.k-button-outline-success, .k-button-outline-success.k-button.k-outline {
|
|
15052
|
+
color: #37b400;
|
|
15053
|
+
}
|
|
15054
|
+
|
|
15055
|
+
.k-button-outline.k-button-outline-success:hover, .k-button-outline-success.k-button.k-outline:hover, .k-button-outline.k-button-outline-success.k-state-hover, .k-button-outline-success.k-state-hover.k-button.k-outline, .k-button-outline.k-button-outline-success:focus, .k-button-outline-success.k-button.k-outline:focus, .k-button-outline.k-button-outline-success.k-state-focus, .k-button-outline-success.k-state-focus.k-button.k-outline, .k-button-outline.k-button-outline-success:active, .k-button-outline-success.k-button.k-outline:active, .k-button-outline.k-button-outline-success.k-state-active, .k-button-outline-success.k-state-active.k-button.k-outline, .k-button-outline.k-button-outline-success.k-state-selected, .k-button-outline-success.k-state-selected.k-button.k-outline {
|
|
15056
|
+
color: #37b400;
|
|
15057
|
+
}
|
|
15058
|
+
|
|
15059
|
+
.k-button-outline.k-button-outline-success:disabled, .k-button-outline-success.k-button.k-outline:disabled, .k-button-outline.k-button-outline-success.k-state-disabled, .k-button-outline-success.k-state-disabled.k-button.k-outline {
|
|
15060
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14178
15061
|
}
|
|
14179
15062
|
|
|
14180
|
-
.k-
|
|
15063
|
+
.k-button-outline.k-button-outline-warning, .k-button-outline-warning.k-button.k-outline {
|
|
15064
|
+
color: #ffc000;
|
|
15065
|
+
}
|
|
15066
|
+
|
|
15067
|
+
.k-button-outline.k-button-outline-warning:hover, .k-button-outline-warning.k-button.k-outline:hover, .k-button-outline.k-button-outline-warning.k-state-hover, .k-button-outline-warning.k-state-hover.k-button.k-outline, .k-button-outline.k-button-outline-warning:focus, .k-button-outline-warning.k-button.k-outline:focus, .k-button-outline.k-button-outline-warning.k-state-focus, .k-button-outline-warning.k-state-focus.k-button.k-outline, .k-button-outline.k-button-outline-warning:active, .k-button-outline-warning.k-button.k-outline:active, .k-button-outline.k-button-outline-warning.k-state-active, .k-button-outline-warning.k-state-active.k-button.k-outline, .k-button-outline.k-button-outline-warning.k-state-selected, .k-button-outline-warning.k-state-selected.k-button.k-outline {
|
|
15068
|
+
color: #ffc000;
|
|
15069
|
+
}
|
|
15070
|
+
|
|
15071
|
+
.k-button-outline.k-button-outline-warning:disabled, .k-button-outline-warning.k-button.k-outline:disabled, .k-button-outline.k-button-outline-warning.k-state-disabled, .k-button-outline-warning.k-state-disabled.k-button.k-outline {
|
|
15072
|
+
color: rgba(0, 0, 0, 0.38);
|
|
15073
|
+
}
|
|
15074
|
+
|
|
15075
|
+
.k-button-outline.k-button-outline-error, .k-button-outline-error.k-button.k-outline {
|
|
15076
|
+
color: #f31700;
|
|
15077
|
+
}
|
|
15078
|
+
|
|
15079
|
+
.k-button-outline.k-button-outline-error:hover, .k-button-outline-error.k-button.k-outline:hover, .k-button-outline.k-button-outline-error.k-state-hover, .k-button-outline-error.k-state-hover.k-button.k-outline, .k-button-outline.k-button-outline-error:focus, .k-button-outline-error.k-button.k-outline:focus, .k-button-outline.k-button-outline-error.k-state-focus, .k-button-outline-error.k-state-focus.k-button.k-outline, .k-button-outline.k-button-outline-error:active, .k-button-outline-error.k-button.k-outline:active, .k-button-outline.k-button-outline-error.k-state-active, .k-button-outline-error.k-state-active.k-button.k-outline, .k-button-outline.k-button-outline-error.k-state-selected, .k-button-outline-error.k-state-selected.k-button.k-outline {
|
|
15080
|
+
color: #f31700;
|
|
15081
|
+
}
|
|
15082
|
+
|
|
15083
|
+
.k-button-outline.k-button-outline-error:disabled, .k-button-outline-error.k-button.k-outline:disabled, .k-button-outline.k-button-outline-error.k-state-disabled, .k-button-outline-error.k-state-disabled.k-button.k-outline {
|
|
15084
|
+
color: rgba(0, 0, 0, 0.38);
|
|
15085
|
+
}
|
|
15086
|
+
|
|
15087
|
+
.k-button-outline.k-button-outline-dark, .k-button-outline-dark.k-button.k-outline {
|
|
15088
|
+
color: #424242;
|
|
15089
|
+
}
|
|
15090
|
+
|
|
15091
|
+
.k-button-outline.k-button-outline-dark:hover, .k-button-outline-dark.k-button.k-outline:hover, .k-button-outline.k-button-outline-dark.k-state-hover, .k-button-outline-dark.k-state-hover.k-button.k-outline, .k-button-outline.k-button-outline-dark:focus, .k-button-outline-dark.k-button.k-outline:focus, .k-button-outline.k-button-outline-dark.k-state-focus, .k-button-outline-dark.k-state-focus.k-button.k-outline, .k-button-outline.k-button-outline-dark:active, .k-button-outline-dark.k-button.k-outline:active, .k-button-outline.k-button-outline-dark.k-state-active, .k-button-outline-dark.k-state-active.k-button.k-outline, .k-button-outline.k-button-outline-dark.k-state-selected, .k-button-outline-dark.k-state-selected.k-button.k-outline {
|
|
15092
|
+
color: #424242;
|
|
15093
|
+
}
|
|
15094
|
+
|
|
15095
|
+
.k-button-outline.k-button-outline-dark:disabled, .k-button-outline-dark.k-button.k-outline:disabled, .k-button-outline.k-button-outline-dark.k-state-disabled, .k-button-outline-dark.k-state-disabled.k-button.k-outline {
|
|
15096
|
+
color: rgba(0, 0, 0, 0.38);
|
|
15097
|
+
}
|
|
15098
|
+
|
|
15099
|
+
.k-button-outline.k-button-outline-light, .k-button-outline-light.k-button.k-outline {
|
|
15100
|
+
color: #f5f5f5;
|
|
15101
|
+
}
|
|
15102
|
+
|
|
15103
|
+
.k-button-outline.k-button-outline-light:hover, .k-button-outline-light.k-button.k-outline:hover, .k-button-outline.k-button-outline-light.k-state-hover, .k-button-outline-light.k-state-hover.k-button.k-outline, .k-button-outline.k-button-outline-light:focus, .k-button-outline-light.k-button.k-outline:focus, .k-button-outline.k-button-outline-light.k-state-focus, .k-button-outline-light.k-state-focus.k-button.k-outline, .k-button-outline.k-button-outline-light:active, .k-button-outline-light.k-button.k-outline:active, .k-button-outline.k-button-outline-light.k-state-active, .k-button-outline-light.k-state-active.k-button.k-outline, .k-button-outline.k-button-outline-light.k-state-selected, .k-button-outline-light.k-state-selected.k-button.k-outline {
|
|
15104
|
+
color: #f5f5f5;
|
|
15105
|
+
}
|
|
15106
|
+
|
|
15107
|
+
.k-button-outline.k-button-outline-light:disabled, .k-button-outline-light.k-button.k-outline:disabled, .k-button-outline.k-button-outline-light.k-state-disabled, .k-button-outline-light.k-state-disabled.k-button.k-outline {
|
|
15108
|
+
color: rgba(0, 0, 0, 0.38);
|
|
15109
|
+
}
|
|
15110
|
+
|
|
15111
|
+
.k-button-outline.k-button-outline-inverse, .k-button-outline-inverse.k-button.k-outline {
|
|
15112
|
+
color: #424242;
|
|
15113
|
+
}
|
|
15114
|
+
|
|
15115
|
+
.k-button-outline.k-button-outline-inverse:hover, .k-button-outline-inverse.k-button.k-outline:hover, .k-button-outline.k-button-outline-inverse.k-state-hover, .k-button-outline-inverse.k-state-hover.k-button.k-outline, .k-button-outline.k-button-outline-inverse:focus, .k-button-outline-inverse.k-button.k-outline:focus, .k-button-outline.k-button-outline-inverse.k-state-focus, .k-button-outline-inverse.k-state-focus.k-button.k-outline, .k-button-outline.k-button-outline-inverse:active, .k-button-outline-inverse.k-button.k-outline:active, .k-button-outline.k-button-outline-inverse.k-state-active, .k-button-outline-inverse.k-state-active.k-button.k-outline, .k-button-outline.k-button-outline-inverse.k-state-selected, .k-button-outline-inverse.k-state-selected.k-button.k-outline {
|
|
15116
|
+
color: #424242;
|
|
15117
|
+
}
|
|
15118
|
+
|
|
15119
|
+
.k-button-outline.k-button-outline-inverse:disabled, .k-button-outline-inverse.k-button.k-outline:disabled, .k-button-outline.k-button-outline-inverse.k-state-disabled, .k-button-outline-inverse.k-state-disabled.k-button.k-outline {
|
|
15120
|
+
color: rgba(0, 0, 0, 0.38);
|
|
15121
|
+
}
|
|
15122
|
+
|
|
15123
|
+
.k-button.k-button-link:disabled, .k-button.k-button-link.k-state-disabled {
|
|
15124
|
+
color: rgba(0, 0, 0, 0.38);
|
|
15125
|
+
}
|
|
15126
|
+
|
|
15127
|
+
.k-button-clear:disabled, .k-button-clear.k-state-disabled,
|
|
15128
|
+
.k-button.k-clear:disabled,
|
|
15129
|
+
.k-button.k-clear.k-state-disabled {
|
|
15130
|
+
color: rgba(0, 0, 0, 0.38);
|
|
15131
|
+
}
|
|
15132
|
+
|
|
15133
|
+
.k-button-group {
|
|
15134
|
+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
15135
|
+
}
|
|
15136
|
+
|
|
15137
|
+
.k-button-group .k-button {
|
|
14181
15138
|
box-shadow: none;
|
|
14182
|
-
opacity: 1;
|
|
14183
15139
|
}
|
|
14184
15140
|
|
|
14185
|
-
.k-
|
|
15141
|
+
.k-button-group:disabled, .k-button-group[disabled], .k-button-group.k-disabled, .k-button-group.k-state-disabled {
|
|
14186
15142
|
box-shadow: none;
|
|
14187
15143
|
}
|
|
14188
15144
|
|
|
14189
15145
|
.k-button-group-flat,
|
|
14190
|
-
.k-button-group-
|
|
15146
|
+
.k-button-group-link,
|
|
14191
15147
|
.k-button-group-outline {
|
|
14192
15148
|
box-shadow: none;
|
|
14193
15149
|
}
|
|
@@ -14216,7 +15172,7 @@ kendo-scheduler .k-scheduler-footer li .k-primary.k-state-disabled.k-link {
|
|
|
14216
15172
|
|
|
14217
15173
|
.k-toolbar::before {
|
|
14218
15174
|
content: "";
|
|
14219
|
-
height: calc(1.4285714286em +
|
|
15175
|
+
height: calc(1.4285714286em + 18px);
|
|
14220
15176
|
margin-inline-start: -8px;
|
|
14221
15177
|
}
|
|
14222
15178
|
|
|
@@ -14330,6 +15286,10 @@ kendo-toolbar-renderer {
|
|
|
14330
15286
|
flex-flow: column nowrap;
|
|
14331
15287
|
}
|
|
14332
15288
|
|
|
15289
|
+
.k-overflow-container .k-button-group .k-button {
|
|
15290
|
+
margin: 0;
|
|
15291
|
+
}
|
|
15292
|
+
|
|
14333
15293
|
.k-overflow-container .k-split-button {
|
|
14334
15294
|
display: flex;
|
|
14335
15295
|
flex-direction: column;
|
|
@@ -14362,6 +15322,7 @@ kendo-toolbar-renderer {
|
|
|
14362
15322
|
.editorToolbarWindow.k-window-content .k-toolbar {
|
|
14363
15323
|
padding: 0;
|
|
14364
15324
|
border-width: 0;
|
|
15325
|
+
flex-shrink: 1;
|
|
14365
15326
|
color: inherit;
|
|
14366
15327
|
background: none;
|
|
14367
15328
|
}
|
|
@@ -14426,19 +15387,15 @@ kendo-toolbar-renderer {
|
|
|
14426
15387
|
background-color: white;
|
|
14427
15388
|
}
|
|
14428
15389
|
|
|
14429
|
-
.k-toolbar .k-button
|
|
14430
|
-
.k-toolbar .k-button-secondary {
|
|
15390
|
+
.k-toolbar .k-button {
|
|
14431
15391
|
background-color: #ebebeb;
|
|
14432
15392
|
}
|
|
14433
15393
|
|
|
14434
|
-
.k-toolbar .k-button-primary
|
|
14435
|
-
.k-toolbar .k-button.k-primary {
|
|
15394
|
+
.k-toolbar .k-button-primary {
|
|
14436
15395
|
background-color: #3f51b5;
|
|
14437
15396
|
}
|
|
14438
15397
|
|
|
14439
|
-
.k-toolbar .k-button-primary:disabled, .k-toolbar .k-button
|
|
14440
|
-
.k-toolbar .k-button.k-primary:disabled,
|
|
14441
|
-
.k-toolbar .k-button.k-primary.k-state-disabled {
|
|
15398
|
+
.k-toolbar .k-button-primary:disabled, .k-toolbar .k-button-primary.k-state-disabled {
|
|
14442
15399
|
background-color: #e0e0e0;
|
|
14443
15400
|
}
|
|
14444
15401
|
|
|
@@ -14508,12 +15465,7 @@ kendo-toolbar-renderer {
|
|
|
14508
15465
|
box-shadow: none;
|
|
14509
15466
|
}
|
|
14510
15467
|
|
|
14511
|
-
.k-actions .k-button:not(.k-primary), .k-edit-buttons .k-button:not(.k-primary), .k-action-buttons .k-button:not(.k-primary), .k-columnmenu-actions .k-button:not(.k-primary), .k-form-buttons .k-button:not(.k-primary)
|
|
14512
|
-
.k-actions .k-button-secondary,
|
|
14513
|
-
.k-edit-buttons .k-button-secondary,
|
|
14514
|
-
.k-action-buttons .k-button-secondary,
|
|
14515
|
-
.k-columnmenu-actions .k-button-secondary,
|
|
14516
|
-
.k-form-buttons .k-button-secondary {
|
|
15468
|
+
.k-actions .k-button:not(.k-primary), .k-edit-buttons .k-button:not(.k-primary), .k-action-buttons .k-button:not(.k-primary), .k-columnmenu-actions .k-button:not(.k-primary), .k-form-buttons .k-button:not(.k-primary) {
|
|
14517
15469
|
background-color: #ebebeb;
|
|
14518
15470
|
}
|
|
14519
15471
|
|
|
@@ -15266,7 +16218,7 @@ input.k-textbox {
|
|
|
15266
16218
|
box-sizing: border-box;
|
|
15267
16219
|
box-shadow: none;
|
|
15268
16220
|
background: none;
|
|
15269
|
-
display:
|
|
16221
|
+
display: flex;
|
|
15270
16222
|
flex-wrap: nowrap;
|
|
15271
16223
|
vertical-align: middle;
|
|
15272
16224
|
position: relative;
|
|
@@ -15528,11 +16480,20 @@ textarea.k-textarea {
|
|
|
15528
16480
|
|
|
15529
16481
|
.k-listbox .k-list-scroller {
|
|
15530
16482
|
width: 100%;
|
|
16483
|
+
height: inherit;
|
|
15531
16484
|
border-width: 1px;
|
|
15532
16485
|
border-style: solid;
|
|
15533
16486
|
box-sizing: border-box;
|
|
15534
16487
|
}
|
|
15535
16488
|
|
|
16489
|
+
.k-listbox .k-list-scroller .k-list-scroller {
|
|
16490
|
+
border-width: 0;
|
|
16491
|
+
}
|
|
16492
|
+
|
|
16493
|
+
.k-listbox .k-list-scroller .k-list {
|
|
16494
|
+
height: inherit;
|
|
16495
|
+
}
|
|
16496
|
+
|
|
15536
16497
|
.k-listbox .k-drop-hint {
|
|
15537
16498
|
border-top-width: 2px;
|
|
15538
16499
|
border-top-style: solid;
|
|
@@ -16159,43 +17120,12 @@ textarea.k-textarea {
|
|
|
16159
17120
|
line-height: 2;
|
|
16160
17121
|
background: none;
|
|
16161
17122
|
display: inline-flex;
|
|
16162
|
-
align-items:
|
|
17123
|
+
align-items: center;
|
|
16163
17124
|
position: relative;
|
|
16164
17125
|
-webkit-touch-callout: none;
|
|
16165
17126
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
16166
17127
|
}
|
|
16167
17128
|
|
|
16168
|
-
.k-slider .k-button {
|
|
16169
|
-
height: 36px;
|
|
16170
|
-
line-height: 36px;
|
|
16171
|
-
margin: 0;
|
|
16172
|
-
min-width: 0;
|
|
16173
|
-
outline: 0;
|
|
16174
|
-
padding: 0;
|
|
16175
|
-
position: absolute;
|
|
16176
|
-
width: 36px;
|
|
16177
|
-
box-sizing: content-box;
|
|
16178
|
-
}
|
|
16179
|
-
|
|
16180
|
-
.k-slider .k-button .k-icon,
|
|
16181
|
-
.k-slider .k-button .k-button-icon {
|
|
16182
|
-
vertical-align: baseline;
|
|
16183
|
-
line-height: 36px;
|
|
16184
|
-
height: 100%;
|
|
16185
|
-
}
|
|
16186
|
-
|
|
16187
|
-
.k-slider .k-button-increase {
|
|
16188
|
-
position: absolute;
|
|
16189
|
-
right: 0;
|
|
16190
|
-
top: 0;
|
|
16191
|
-
}
|
|
16192
|
-
|
|
16193
|
-
.k-slider .k-button-decrease {
|
|
16194
|
-
position: absolute;
|
|
16195
|
-
left: 0;
|
|
16196
|
-
top: 0;
|
|
16197
|
-
}
|
|
16198
|
-
|
|
16199
17129
|
.k-slider .k-label {
|
|
16200
17130
|
width: auto;
|
|
16201
17131
|
font-size: .92em;
|
|
@@ -16230,26 +17160,14 @@ textarea.k-textarea {
|
|
|
16230
17160
|
right: 0;
|
|
16231
17161
|
}
|
|
16232
17162
|
|
|
16233
|
-
.k-rtl .k-slider .k-button-increase, .k-slider.k-rtl .k-button-increase,
|
|
16234
|
-
[dir="rtl"] .k-slider .k-button-increase, .k-slider[dir="rtl"] .k-button-increase {
|
|
16235
|
-
left: 0;
|
|
16236
|
-
right: auto;
|
|
16237
|
-
}
|
|
16238
|
-
|
|
16239
|
-
.k-rtl .k-slider .k-button-decrease, .k-slider.k-rtl .k-button-decrease,
|
|
16240
|
-
[dir="rtl"] .k-slider .k-button-decrease, .k-slider[dir="rtl"] .k-button-decrease {
|
|
16241
|
-
right: 0;
|
|
16242
|
-
left: auto;
|
|
16243
|
-
}
|
|
16244
|
-
|
|
16245
17163
|
.k-slider {
|
|
17164
|
+
width: min-content;
|
|
17165
|
+
height: min-content;
|
|
16246
17166
|
gap: 7px;
|
|
16247
17167
|
}
|
|
16248
17168
|
|
|
16249
17169
|
.k-slider > .k-button {
|
|
16250
|
-
|
|
16251
|
-
flex-shrink: 0;
|
|
16252
|
-
align-self: center;
|
|
17170
|
+
flex: none;
|
|
16253
17171
|
}
|
|
16254
17172
|
|
|
16255
17173
|
.k-slider > .k-slider-track-wrap {
|
|
@@ -16265,10 +17183,9 @@ textarea.k-textarea {
|
|
|
16265
17183
|
display: flex;
|
|
16266
17184
|
flex-flow: inherit;
|
|
16267
17185
|
justify-content: space-between;
|
|
16268
|
-
|
|
16269
|
-
|
|
16270
|
-
|
|
16271
|
-
display: none;
|
|
17186
|
+
-webkit-user-select: none;
|
|
17187
|
+
-ms-user-select: none;
|
|
17188
|
+
user-select: none;
|
|
16272
17189
|
}
|
|
16273
17190
|
|
|
16274
17191
|
.k-slider > .k-slider-track-wrap .k-tick {
|
|
@@ -16279,6 +17196,10 @@ textarea.k-textarea {
|
|
|
16279
17196
|
position: absolute;
|
|
16280
17197
|
}
|
|
16281
17198
|
|
|
17199
|
+
.k-slider-horizontal > .k-slider-track-wrap {
|
|
17200
|
+
height: 26px;
|
|
17201
|
+
}
|
|
17202
|
+
|
|
16282
17203
|
.k-slider-horizontal > .k-slider-track-wrap .k-slider-track {
|
|
16283
17204
|
width: 100%;
|
|
16284
17205
|
}
|
|
@@ -16330,6 +17251,10 @@ textarea.k-textarea {
|
|
|
16330
17251
|
transform: translate(50%, -50%) scale(1);
|
|
16331
17252
|
}
|
|
16332
17253
|
|
|
17254
|
+
.k-slider-vertical > .k-slider-track-wrap {
|
|
17255
|
+
width: 26px;
|
|
17256
|
+
}
|
|
17257
|
+
|
|
16333
17258
|
.k-slider-vertical > .k-slider-track-wrap .k-slider-track {
|
|
16334
17259
|
height: 100%;
|
|
16335
17260
|
}
|
|
@@ -16359,15 +17284,9 @@ textarea.k-textarea {
|
|
|
16359
17284
|
|
|
16360
17285
|
.k-slider-vertical {
|
|
16361
17286
|
height: 200px;
|
|
16362
|
-
width: 36px;
|
|
16363
17287
|
flex-flow: column-reverse nowrap;
|
|
16364
17288
|
}
|
|
16365
17289
|
|
|
16366
|
-
.k-slider-vertical .k-button-decrease {
|
|
16367
|
-
bottom: 0;
|
|
16368
|
-
top: auto;
|
|
16369
|
-
}
|
|
16370
|
-
|
|
16371
17290
|
.k-slider-vertical .k-tick {
|
|
16372
17291
|
text-align: right;
|
|
16373
17292
|
margin-left: 2px;
|
|
@@ -16378,77 +17297,77 @@ textarea.k-textarea {
|
|
|
16378
17297
|
}
|
|
16379
17298
|
|
|
16380
17299
|
.k-slider-vertical .k-tick {
|
|
16381
|
-
background-position: -
|
|
17300
|
+
background-position: -94px center;
|
|
16382
17301
|
}
|
|
16383
17302
|
|
|
16384
17303
|
.k-slider-vertical .k-slider-topleft .k-tick {
|
|
16385
|
-
background-position: -
|
|
17304
|
+
background-position: -124px center;
|
|
16386
17305
|
}
|
|
16387
17306
|
|
|
16388
17307
|
.k-slider-vertical .k-slider-bottomright .k-tick {
|
|
16389
|
-
background-position: -
|
|
17308
|
+
background-position: -154px center;
|
|
16390
17309
|
}
|
|
16391
17310
|
|
|
16392
17311
|
.k-slider-vertical .k-tick-large {
|
|
16393
17312
|
display: flex;
|
|
16394
17313
|
align-items: center;
|
|
16395
|
-
background-position: -
|
|
17314
|
+
background-position: -4px center;
|
|
16396
17315
|
}
|
|
16397
17316
|
|
|
16398
17317
|
.k-slider-vertical .k-slider-topleft .k-tick-large {
|
|
16399
|
-
background-position: -
|
|
17318
|
+
background-position: -34px center;
|
|
16400
17319
|
}
|
|
16401
17320
|
|
|
16402
17321
|
.k-slider-vertical .k-slider-bottomright .k-tick-large {
|
|
16403
|
-
background-position: -
|
|
17322
|
+
background-position: -64px center;
|
|
16404
17323
|
}
|
|
16405
17324
|
|
|
16406
17325
|
.k-slider-vertical .k-first {
|
|
16407
|
-
background-position: -
|
|
17326
|
+
background-position: -94px 100%;
|
|
16408
17327
|
}
|
|
16409
17328
|
|
|
16410
17329
|
.k-slider-vertical .k-tick-large.k-first {
|
|
16411
|
-
background-position: -
|
|
17330
|
+
background-position: -4px 100%;
|
|
16412
17331
|
}
|
|
16413
17332
|
|
|
16414
17333
|
.k-slider-vertical .k-slider-topleft .k-first {
|
|
16415
|
-
background-position: -
|
|
17334
|
+
background-position: -124px 100%;
|
|
16416
17335
|
}
|
|
16417
17336
|
|
|
16418
17337
|
.k-slider-vertical .k-slider-topleft .k-tick-large.k-first {
|
|
16419
|
-
background-position: -
|
|
17338
|
+
background-position: -34px 100%;
|
|
16420
17339
|
}
|
|
16421
17340
|
|
|
16422
17341
|
.k-slider-vertical .k-slider-bottomright .k-first {
|
|
16423
|
-
background-position: -
|
|
17342
|
+
background-position: -154px 100%;
|
|
16424
17343
|
}
|
|
16425
17344
|
|
|
16426
17345
|
.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first {
|
|
16427
|
-
background-position: -
|
|
17346
|
+
background-position: -64px 100%;
|
|
16428
17347
|
}
|
|
16429
17348
|
|
|
16430
17349
|
.k-slider-vertical .k-last {
|
|
16431
|
-
background-position: -
|
|
17350
|
+
background-position: -94px 0;
|
|
16432
17351
|
}
|
|
16433
17352
|
|
|
16434
17353
|
.k-slider-vertical .k-tick-large.k-last {
|
|
16435
|
-
background-position: -
|
|
17354
|
+
background-position: -4px 0;
|
|
16436
17355
|
}
|
|
16437
17356
|
|
|
16438
17357
|
.k-slider-vertical .k-slider-topleft .k-last {
|
|
16439
|
-
background-position: -
|
|
17358
|
+
background-position: -124px 0;
|
|
16440
17359
|
}
|
|
16441
17360
|
|
|
16442
17361
|
.k-slider-vertical .k-slider-topleft .k-tick-large.k-last {
|
|
16443
|
-
background-position: -
|
|
17362
|
+
background-position: -34px 0;
|
|
16444
17363
|
}
|
|
16445
17364
|
|
|
16446
17365
|
.k-slider-vertical .k-slider-bottomright .k-last {
|
|
16447
|
-
background-position: -
|
|
17366
|
+
background-position: -154px 0;
|
|
16448
17367
|
}
|
|
16449
17368
|
|
|
16450
17369
|
.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last {
|
|
16451
|
-
background-position: -
|
|
17370
|
+
background-position: -64px 0;
|
|
16452
17371
|
}
|
|
16453
17372
|
|
|
16454
17373
|
.k-slider-vertical .k-label {
|
|
@@ -16484,17 +17403,10 @@ textarea.k-textarea {
|
|
|
16484
17403
|
}
|
|
16485
17404
|
|
|
16486
17405
|
.k-slider-horizontal {
|
|
16487
|
-
height: 36px;
|
|
16488
17406
|
width: 200px;
|
|
16489
17407
|
flex-flow: row nowrap;
|
|
16490
17408
|
}
|
|
16491
17409
|
|
|
16492
|
-
.k-slider-horizontal .k-tick {
|
|
16493
|
-
float: left;
|
|
16494
|
-
height: 100%;
|
|
16495
|
-
text-align: center;
|
|
16496
|
-
}
|
|
16497
|
-
|
|
16498
17410
|
.k-slider-horizontal .k-tick {
|
|
16499
17411
|
background-position: center -92px;
|
|
16500
17412
|
}
|
|
@@ -16595,11 +17507,6 @@ textarea.k-textarea {
|
|
|
16595
17507
|
left: auto;
|
|
16596
17508
|
}
|
|
16597
17509
|
|
|
16598
|
-
.k-rtl .k-slider-horizontal .k-slider-buttons .k-slider-track, .k-slider-horizontal.k-rtl .k-slider-buttons .k-slider-track,
|
|
16599
|
-
[dir="rtl"] .k-slider-horizontal .k-slider-buttons .k-slider-track, .k-slider-horizontal[dir="rtl"] .k-slider-buttons .k-slider-track {
|
|
16600
|
-
right: 58px;
|
|
16601
|
-
}
|
|
16602
|
-
|
|
16603
17510
|
.k-rtl .k-slider-horizontal .k-button .k-i-arrow-e,
|
|
16604
17511
|
.k-rtl .k-slider-horizontal .k-button .k-i-arrow-w, .k-slider-horizontal.k-rtl .k-button .k-i-arrow-e,
|
|
16605
17512
|
.k-slider-horizontal.k-rtl .k-button .k-i-arrow-w,
|
|
@@ -16609,11 +17516,6 @@ textarea.k-textarea {
|
|
|
16609
17516
|
transform: scaleX(-1);
|
|
16610
17517
|
}
|
|
16611
17518
|
|
|
16612
|
-
.k-slider-wrap {
|
|
16613
|
-
height: 100%;
|
|
16614
|
-
width: 100%;
|
|
16615
|
-
}
|
|
16616
|
-
|
|
16617
17519
|
.k-slider-track,
|
|
16618
17520
|
.k-slider-selection {
|
|
16619
17521
|
margin: 0;
|
|
@@ -16637,14 +17539,6 @@ textarea.k-textarea {
|
|
|
16637
17539
|
width: 2px;
|
|
16638
17540
|
}
|
|
16639
17541
|
|
|
16640
|
-
.k-slider-horizontal .k-slider-buttons .k-slider-track {
|
|
16641
|
-
left: 58px;
|
|
16642
|
-
}
|
|
16643
|
-
|
|
16644
|
-
.k-slider-vertical .k-slider-buttons .k-slider-track {
|
|
16645
|
-
bottom: 58px;
|
|
16646
|
-
}
|
|
16647
|
-
|
|
16648
17542
|
.k-draghandle {
|
|
16649
17543
|
background-color: transparent;
|
|
16650
17544
|
background-repeat: no-repeat;
|
|
@@ -16654,29 +17548,11 @@ textarea.k-textarea {
|
|
|
16654
17548
|
position: absolute;
|
|
16655
17549
|
text-align: center;
|
|
16656
17550
|
text-decoration: none;
|
|
16657
|
-
box-sizing:
|
|
17551
|
+
box-sizing: border-box;
|
|
16658
17552
|
width: 14px;
|
|
16659
17553
|
height: 14px;
|
|
16660
17554
|
}
|
|
16661
17555
|
|
|
16662
|
-
.k-slider-horizontal .k-draghandle {
|
|
16663
|
-
top: 50%;
|
|
16664
|
-
transform: translateY(-50%);
|
|
16665
|
-
}
|
|
16666
|
-
|
|
16667
|
-
.k-slider-horizontal .k-draghandle:active, .k-slider-horizontal .k-draghandle.k-pressed {
|
|
16668
|
-
transform: translateY(-50%) scale(1);
|
|
16669
|
-
}
|
|
16670
|
-
|
|
16671
|
-
.k-slider-vertical .k-draghandle {
|
|
16672
|
-
left: 50%;
|
|
16673
|
-
transform: translateX(-50%);
|
|
16674
|
-
}
|
|
16675
|
-
|
|
16676
|
-
.k-slider-vertical .k-draghandle:active, .k-slider-vertical .k-draghandle.k-pressed {
|
|
16677
|
-
transform: translateX(-50%) scale(1);
|
|
16678
|
-
}
|
|
16679
|
-
|
|
16680
17556
|
.k-slider-transitions.k-slider-horizontal .k-draghandle {
|
|
16681
17557
|
transition: left 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
16682
17558
|
}
|
|
@@ -16701,35 +17577,11 @@ textarea.k-textarea {
|
|
|
16701
17577
|
transition: none;
|
|
16702
17578
|
}
|
|
16703
17579
|
|
|
16704
|
-
.k-slider-
|
|
16705
|
-
|
|
16706
|
-
|
|
16707
|
-
|
|
16708
|
-
|
|
16709
|
-
|
|
16710
|
-
.k-slider-buttons .k-slider-items {
|
|
16711
|
-
margin-left: 58px;
|
|
16712
|
-
}
|
|
16713
|
-
|
|
16714
|
-
.k-slider-horizontal .k-slider-items {
|
|
16715
|
-
height: 100%;
|
|
16716
|
-
padding: 2px 0;
|
|
16717
|
-
box-sizing: border-box;
|
|
16718
|
-
}
|
|
16719
|
-
|
|
16720
|
-
.k-slider-vertical .k-slider-items {
|
|
16721
|
-
padding-top: 1px;
|
|
16722
|
-
}
|
|
16723
|
-
|
|
16724
|
-
.k-slider-vertical .k-slider-buttons .k-slider-items {
|
|
16725
|
-
margin: 0;
|
|
16726
|
-
padding-top: 58px;
|
|
16727
|
-
}
|
|
16728
|
-
|
|
16729
|
-
.k-slider-items::after {
|
|
16730
|
-
content: "";
|
|
16731
|
-
display: block;
|
|
16732
|
-
clear: both;
|
|
17580
|
+
.k-slider.k-readonly .k-button,
|
|
17581
|
+
.k-slider.k-readonly .k-slider-track,
|
|
17582
|
+
.k-slider.k-readonly .k-tick,
|
|
17583
|
+
.k-slider.k-readonly .k-draghandle {
|
|
17584
|
+
pointer-events: none;
|
|
16733
17585
|
}
|
|
16734
17586
|
|
|
16735
17587
|
.k-slider-tooltip .k-callout-n,
|
|
@@ -16819,10 +17671,6 @@ textarea.k-textarea {
|
|
|
16819
17671
|
opacity: 0.65;
|
|
16820
17672
|
}
|
|
16821
17673
|
|
|
16822
|
-
.k-slider .k-slider-wrap:focus {
|
|
16823
|
-
outline: none;
|
|
16824
|
-
}
|
|
16825
|
-
|
|
16826
17674
|
.k-slider {
|
|
16827
17675
|
cursor: pointer;
|
|
16828
17676
|
}
|
|
@@ -18073,10 +18921,6 @@ textarea.k-textarea {
|
|
|
18073
18921
|
z-index: 1;
|
|
18074
18922
|
}
|
|
18075
18923
|
|
|
18076
|
-
.k-colorgradient-slider .k-slider-wrap > .k-slider-track {
|
|
18077
|
-
height: 180px;
|
|
18078
|
-
}
|
|
18079
|
-
|
|
18080
18924
|
.k-colorgradient-slider .k-slider-selection {
|
|
18081
18925
|
display: none;
|
|
18082
18926
|
}
|
|
@@ -19548,6 +20392,14 @@ select.k-dropdown, select.k-dropdowntree {
|
|
|
19548
20392
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
19549
20393
|
}
|
|
19550
20394
|
|
|
20395
|
+
.k-treeview-filter {
|
|
20396
|
+
padding: 4px;
|
|
20397
|
+
box-sizing: border-box;
|
|
20398
|
+
display: block;
|
|
20399
|
+
position: relative;
|
|
20400
|
+
flex: none;
|
|
20401
|
+
}
|
|
20402
|
+
|
|
19551
20403
|
.k-treeview-group,
|
|
19552
20404
|
.k-treeview .k-group {
|
|
19553
20405
|
margin: 0;
|
|
@@ -19605,21 +20457,13 @@ select.k-dropdown, select.k-dropdowntree {
|
|
|
19605
20457
|
cursor: pointer;
|
|
19606
20458
|
}
|
|
19607
20459
|
|
|
19608
|
-
.k-treeview-toggle + .k-checkbox-wrap,
|
|
19609
|
-
.k-treeview-toggle + .k-checkbox-wrapper,
|
|
19610
|
-
.k-treeview .k-i-expand + .k-checkbox-wrap,
|
|
19611
|
-
.k-treeview .k-i-expand + .k-checkbox-wrapper,
|
|
19612
|
-
.k-treeview .k-i-collapse + .k-checkbox-wrap,
|
|
19613
|
-
.k-treeview .k-i-collapse + .k-checkbox-wrapper {
|
|
19614
|
-
margin-left: 8px;
|
|
19615
|
-
}
|
|
19616
|
-
|
|
19617
20460
|
.k-treeview-loading {
|
|
19618
20461
|
margin-right: 8px;
|
|
19619
20462
|
}
|
|
19620
20463
|
|
|
19621
20464
|
.k-treeview .k-checkbox-wrap,
|
|
19622
20465
|
.k-treeview .k-checkbox-wrapper {
|
|
20466
|
+
margin-left: 8px;
|
|
19623
20467
|
margin-right: 8px;
|
|
19624
20468
|
align-self: center;
|
|
19625
20469
|
}
|
|
@@ -19678,35 +20522,12 @@ select.k-dropdown, select.k-dropdowntree {
|
|
|
19678
20522
|
margin-right: -16px;
|
|
19679
20523
|
}
|
|
19680
20524
|
|
|
19681
|
-
.k-rtl .k-treeview .k-i-expand + .k-checkbox-wrap,
|
|
19682
|
-
.k-rtl .k-treeview .k-i-expand + .k-checkbox-wrapper,
|
|
19683
|
-
.k-rtl .k-treeview .k-i-collapse + .k-checkbox-wrap,
|
|
19684
|
-
.k-rtl .k-treeview .k-i-collapse + .k-checkbox-wrapper,
|
|
19685
|
-
.k-rtl .k-treeview .k-treeview-toggle + .k-checkbox-wrap,
|
|
19686
|
-
.k-rtl .k-treeview .k-treeview-toggle + .k-checkbox-wrapper,
|
|
19687
|
-
.k-treeview[dir="rtl"] .k-i-expand + .k-checkbox-wrap,
|
|
19688
|
-
.k-treeview[dir="rtl"] .k-i-expand + .k-checkbox-wrapper,
|
|
19689
|
-
.k-treeview[dir="rtl"] .k-i-collapse + .k-checkbox-wrap,
|
|
19690
|
-
.k-treeview[dir="rtl"] .k-i-collapse + .k-checkbox-wrapper,
|
|
19691
|
-
.k-treeview[dir="rtl"] .k-treeview-toggle + .k-checkbox-wrap,
|
|
19692
|
-
.k-treeview[dir="rtl"] .k-treeview-toggle + .k-checkbox-wrapper {
|
|
19693
|
-
margin-right: 8px;
|
|
19694
|
-
}
|
|
19695
|
-
|
|
19696
20525
|
.k-rtl .k-treeview .k-treeview-loading,
|
|
19697
20526
|
.k-treeview[dir="rtl"] .k-treeview-loading {
|
|
19698
20527
|
margin-right: 0;
|
|
19699
20528
|
margin-left: 8px;
|
|
19700
20529
|
}
|
|
19701
20530
|
|
|
19702
|
-
.k-rtl .k-treeview .k-checkbox-wrap,
|
|
19703
|
-
.k-rtl .k-treeview .k-checkbox-wrapper,
|
|
19704
|
-
.k-treeview[dir="rtl"] .k-checkbox-wrap,
|
|
19705
|
-
.k-treeview[dir="rtl"] .k-checkbox-wrapper {
|
|
19706
|
-
margin-right: 0;
|
|
19707
|
-
margin-left: 8px;
|
|
19708
|
-
}
|
|
19709
|
-
|
|
19710
20531
|
.k-rtl .k-treeview .k-treeview-leaf .k-icon,
|
|
19711
20532
|
.k-rtl .k-treeview .k-treeview-leaf .k-image,
|
|
19712
20533
|
.k-rtl .k-treeview .k-treeview-leaf .k-sprite,
|
|
@@ -19814,6 +20635,13 @@ select.k-dropdown, select.k-dropdowntree {
|
|
|
19814
20635
|
height: 36px;
|
|
19815
20636
|
}
|
|
19816
20637
|
|
|
20638
|
+
.k-maskedtextbox {
|
|
20639
|
+
border-bottom-right-radius: 0 !important;
|
|
20640
|
+
border-bottom-left-radius: 0 !important;
|
|
20641
|
+
border-width: 1px 0;
|
|
20642
|
+
border-top-color: transparent !important;
|
|
20643
|
+
}
|
|
20644
|
+
|
|
19817
20645
|
.k-maskedtextbox {
|
|
19818
20646
|
border-color: rgba(0, 0, 0, 0.12);
|
|
19819
20647
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -22176,11 +23004,11 @@ select.k-dropdown, select.k-dropdowntree {
|
|
|
22176
23004
|
}
|
|
22177
23005
|
|
|
22178
23006
|
.k-window-content:first-child {
|
|
22179
|
-
padding-top:
|
|
23007
|
+
padding-top: clamp(8px, 16px, 16px);
|
|
22180
23008
|
}
|
|
22181
23009
|
|
|
22182
23010
|
.k-window-content:last-child {
|
|
22183
|
-
padding-bottom:
|
|
23011
|
+
padding-bottom: clamp(8px, 16px, 16px);
|
|
22184
23012
|
}
|
|
22185
23013
|
|
|
22186
23014
|
.k-window-iframecontent {
|
|
@@ -23900,8 +24728,8 @@ kendo-card-footer {
|
|
|
23900
24728
|
}
|
|
23901
24729
|
|
|
23902
24730
|
.k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
|
|
23903
|
-
min-width: calc(1.4285714286em +
|
|
23904
|
-
height: calc(1.4285714286em +
|
|
24731
|
+
min-width: calc(1.4285714286em + 18px);
|
|
24732
|
+
height: calc(1.4285714286em + 18px);
|
|
23905
24733
|
box-sizing: border-box;
|
|
23906
24734
|
color: inherit;
|
|
23907
24735
|
text-align: center;
|
|
@@ -24033,7 +24861,7 @@ kendo-card-footer {
|
|
|
24033
24861
|
.k-pager-sm .k-pager-numbers-wrap {
|
|
24034
24862
|
margin-left: 8px;
|
|
24035
24863
|
margin-right: 8px;
|
|
24036
|
-
height: calc(1.4285714286em +
|
|
24864
|
+
height: calc(1.4285714286em + 18px);
|
|
24037
24865
|
box-sizing: border-box;
|
|
24038
24866
|
border-color: inherit;
|
|
24039
24867
|
}
|
|
@@ -24478,7 +25306,7 @@ kendo-card-footer {
|
|
|
24478
25306
|
color: inherit;
|
|
24479
25307
|
background-color: transparent;
|
|
24480
25308
|
display: flex;
|
|
24481
|
-
flex-
|
|
25309
|
+
flex-flow: column nowrap;
|
|
24482
25310
|
-webkit-touch-callout: none;
|
|
24483
25311
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
24484
25312
|
}
|
|
@@ -24572,6 +25400,7 @@ kendo-card-footer {
|
|
|
24572
25400
|
top: 0;
|
|
24573
25401
|
left: 0;
|
|
24574
25402
|
transition: width .2s linear;
|
|
25403
|
+
display: none;
|
|
24575
25404
|
}
|
|
24576
25405
|
|
|
24577
25406
|
.k-tabstrip-items .k-loading.k-complete {
|
|
@@ -24581,6 +25410,7 @@ kendo-card-footer {
|
|
|
24581
25410
|
|
|
24582
25411
|
.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
24583
25412
|
flex: 1 1 auto;
|
|
25413
|
+
flex-wrap: nowrap;
|
|
24584
25414
|
white-space: nowrap;
|
|
24585
25415
|
overflow: hidden;
|
|
24586
25416
|
}
|
|
@@ -26522,7 +27352,7 @@ kendo-scheduler .k-scheduler-footer li .k-rtl .k-grid .k-group-indicator .k-link
|
|
|
26522
27352
|
.k-grid[dir="rtl"] .k-grid-header .k-filterable,
|
|
26523
27353
|
.k-rtl .k-grid .k-grid-header .k-with-icon,
|
|
26524
27354
|
.k-rtl .k-grid .k-grid-header .k-filterable {
|
|
26525
|
-
padding-left: calc(1.4285714286em +
|
|
27355
|
+
padding-left: calc(1.4285714286em + 32px);
|
|
26526
27356
|
padding-right: 24px;
|
|
26527
27357
|
}
|
|
26528
27358
|
|
|
@@ -26654,7 +27484,7 @@ kendo-scheduler .k-scheduler-footer li .k-rtl .k-grid .k-group-indicator .k-link
|
|
|
26654
27484
|
|
|
26655
27485
|
.k-grouping-header::before {
|
|
26656
27486
|
content: "";
|
|
26657
|
-
height: calc(1.4285714286em +
|
|
27487
|
+
height: calc(1.4285714286em + 18px);
|
|
26658
27488
|
display: inline-block;
|
|
26659
27489
|
vertical-align: middle;
|
|
26660
27490
|
}
|
|
@@ -26768,7 +27598,7 @@ kendo-scheduler .k-scheduler-footer li .k-group-indicator .k-link {
|
|
|
26768
27598
|
width: 12px;
|
|
26769
27599
|
height: 36px;
|
|
26770
27600
|
position: absolute;
|
|
26771
|
-
top: calc(0.7142857143em -
|
|
27601
|
+
top: calc(0.7142857143em - 1px);
|
|
26772
27602
|
box-sizing: content-box;
|
|
26773
27603
|
}
|
|
26774
27604
|
|
|
@@ -26882,12 +27712,12 @@ div.k-grid-footer {
|
|
|
26882
27712
|
|
|
26883
27713
|
.k-grid-header .k-with-icon,
|
|
26884
27714
|
.k-grid-header .k-filterable {
|
|
26885
|
-
padding-right: calc(1.4285714286em +
|
|
27715
|
+
padding-right: calc(1.4285714286em + 32px);
|
|
26886
27716
|
}
|
|
26887
27717
|
|
|
26888
27718
|
.k-ie .k-grid-header .k-with-icon, .k-ie
|
|
26889
27719
|
.k-grid-header .k-filterable {
|
|
26890
|
-
padding-right: calc(1.4285714286em +
|
|
27720
|
+
padding-right: calc(1.4285714286em + 32px);
|
|
26891
27721
|
}
|
|
26892
27722
|
|
|
26893
27723
|
.k-grid-header .k-header > .k-link:focus {
|
|
@@ -26897,8 +27727,8 @@ div.k-grid-footer {
|
|
|
26897
27727
|
.k-grid-header .k-grid-filter,
|
|
26898
27728
|
.k-grid-header .k-header-column-menu {
|
|
26899
27729
|
padding: 8px;
|
|
26900
|
-
width: calc(1.4285714286em +
|
|
26901
|
-
height: calc(1.4285714286em +
|
|
27730
|
+
width: calc(1.4285714286em + 18px);
|
|
27731
|
+
height: calc(1.4285714286em + 18px);
|
|
26902
27732
|
box-sizing: border-box;
|
|
26903
27733
|
outline: 0;
|
|
26904
27734
|
line-height: 2;
|
|
@@ -27330,11 +28160,11 @@ div.k-grid-norecords {
|
|
|
27330
28160
|
}
|
|
27331
28161
|
|
|
27332
28162
|
.k-header > .k-cell-inner {
|
|
27333
|
-
margin: -16px calc(-1.4285714286em - -
|
|
28163
|
+
margin: -16px calc(-1.4285714286em - -6px) -16px -24px;
|
|
27334
28164
|
}
|
|
27335
28165
|
|
|
27336
28166
|
.k-filterable > .k-cell-inner {
|
|
27337
|
-
margin: -16px calc(-1.4285714286em + -
|
|
28167
|
+
margin: -16px calc(-1.4285714286em + -18px) -16px -24px;
|
|
27338
28168
|
}
|
|
27339
28169
|
|
|
27340
28170
|
.k-filterable > .k-cell-inner .k-link {
|
|
@@ -27582,7 +28412,7 @@ div.k-grid-norecords {
|
|
|
27582
28412
|
|
|
27583
28413
|
.k-popup > .k-column-menu-popup, .k-popup >
|
|
27584
28414
|
.k-grid-columnmenu-popup {
|
|
27585
|
-
width: 100%;
|
|
28415
|
+
max-width: 100%;
|
|
27586
28416
|
}
|
|
27587
28417
|
|
|
27588
28418
|
.k-column-menu-popup .k-actions, .k-column-menu-popup .k-edit-buttons,
|
|
@@ -27694,7 +28524,7 @@ div.k-grid-norecords {
|
|
|
27694
28524
|
[dir="rtl"] .k-header > .k-cell-inner,
|
|
27695
28525
|
.k-rtl .k-header > .k-cell-inner {
|
|
27696
28526
|
margin-right: -24px;
|
|
27697
|
-
margin-left: calc(-1.4285714286em - -
|
|
28527
|
+
margin-left: calc(-1.4285714286em - -6px);
|
|
27698
28528
|
}
|
|
27699
28529
|
|
|
27700
28530
|
[dir="rtl"] .k-header > .k-cell-inner .k-sort-order,
|
|
@@ -27706,7 +28536,7 @@ div.k-grid-norecords {
|
|
|
27706
28536
|
[dir="rtl"] .k-filterable > .k-cell-inner,
|
|
27707
28537
|
.k-rtl .k-filterable > .k-cell-inner {
|
|
27708
28538
|
margin-right: -24px;
|
|
27709
|
-
margin-left: calc(-1.4285714286em + -
|
|
28539
|
+
margin-left: calc(-1.4285714286em + -18px);
|
|
27710
28540
|
}
|
|
27711
28541
|
|
|
27712
28542
|
[dir="rtl"] .k-filterable > .k-cell-inner .k-link,
|
|
@@ -27798,7 +28628,7 @@ div.k-grid-norecords {
|
|
|
27798
28628
|
.k-grouping-dropclue {
|
|
27799
28629
|
width: 0;
|
|
27800
28630
|
height: 36px;
|
|
27801
|
-
top: calc(0.7142857143em -
|
|
28631
|
+
top: calc(0.7142857143em - 1px);
|
|
27802
28632
|
border-style: solid;
|
|
27803
28633
|
border-width: 0 2px 0 0;
|
|
27804
28634
|
}
|
|
@@ -27944,11 +28774,6 @@ tbody .k-group-cell {
|
|
|
27944
28774
|
background-color: whitesmoke;
|
|
27945
28775
|
}
|
|
27946
28776
|
|
|
27947
|
-
.k-grid .k-grid-content-locked .k-state-hover td,
|
|
27948
|
-
.k-grid .k-grid-content-locked tr:hover td {
|
|
27949
|
-
background-color: #ededed;
|
|
27950
|
-
}
|
|
27951
|
-
|
|
27952
28777
|
.k-grid .k-grid-content-locked .k-state-selected:hover td,
|
|
27953
28778
|
.k-grid .k-grid-content-locked .k-state-selected.k-state-hover td {
|
|
27954
28779
|
background-color: #e4e4e4;
|
|
@@ -30794,6 +31619,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
30794
31619
|
.k-treelist .k-status .k-loading {
|
|
30795
31620
|
vertical-align: baseline;
|
|
30796
31621
|
margin-right: 5px;
|
|
31622
|
+
display: none;
|
|
30797
31623
|
}
|
|
30798
31624
|
|
|
30799
31625
|
.k-treelist tr.k-hidden {
|
|
@@ -31708,8 +32534,8 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
31708
32534
|
|
|
31709
32535
|
.k-editor-toolbar .k-tool {
|
|
31710
32536
|
padding: 8px;
|
|
31711
|
-
width: calc(1.4285714286em +
|
|
31712
|
-
height: calc(1.4285714286em +
|
|
32537
|
+
width: calc(1.4285714286em + 18px);
|
|
32538
|
+
height: calc(1.4285714286em + 18px);
|
|
31713
32539
|
}
|
|
31714
32540
|
|
|
31715
32541
|
.k-editor-toolbar .k-tool-text {
|
|
@@ -32102,7 +32928,7 @@ td.k-editor-content {
|
|
|
32102
32928
|
|
|
32103
32929
|
.k-popup.k-align .k-list .k-item {
|
|
32104
32930
|
padding: 8px;
|
|
32105
|
-
height: calc(1.4285714286em +
|
|
32931
|
+
height: calc(1.4285714286em + 18px);
|
|
32106
32932
|
box-sizing: border-box;
|
|
32107
32933
|
justify-content: center;
|
|
32108
32934
|
flex: 1 0 33%;
|
|
@@ -32710,8 +33536,8 @@ td.k-editor-content {
|
|
|
32710
33536
|
.k-gantt-toolbar .k-gantt-pdf,
|
|
32711
33537
|
.k-gantt-toolbar .k-gantt-create {
|
|
32712
33538
|
padding: 8px;
|
|
32713
|
-
width: calc(1.4285714286em +
|
|
32714
|
-
height: calc(1.4285714286em +
|
|
33539
|
+
width: calc(1.4285714286em + 18px);
|
|
33540
|
+
height: calc(1.4285714286em + 18px);
|
|
32715
33541
|
}
|
|
32716
33542
|
.k-gantt-toolbar .k-gantt-pdf .k-button-text,
|
|
32717
33543
|
.k-gantt-toolbar .k-gantt-create .k-button-text {
|
|
@@ -33785,14 +34611,14 @@ ul.k-scheduler-navigation {
|
|
|
33785
34611
|
}
|
|
33786
34612
|
|
|
33787
34613
|
ul.k-scheduler-navigation li {
|
|
33788
|
-
border-width:
|
|
34614
|
+
border-width: 1px;
|
|
33789
34615
|
border-style: solid;
|
|
33790
34616
|
position: relative;
|
|
33791
34617
|
z-index: 1;
|
|
33792
34618
|
}
|
|
33793
34619
|
|
|
33794
34620
|
ul.k-scheduler-navigation li + li {
|
|
33795
|
-
margin-left:
|
|
34621
|
+
margin-left: -1px;
|
|
33796
34622
|
}
|
|
33797
34623
|
|
|
33798
34624
|
ul.k-scheduler-navigation .k-state-hover,
|
|
@@ -33845,14 +34671,14 @@ ul.k-scheduler-views {
|
|
|
33845
34671
|
}
|
|
33846
34672
|
|
|
33847
34673
|
ul.k-scheduler-views li {
|
|
33848
|
-
border-width:
|
|
34674
|
+
border-width: 1px;
|
|
33849
34675
|
border-style: solid;
|
|
33850
34676
|
position: relative;
|
|
33851
34677
|
z-index: 1;
|
|
33852
34678
|
}
|
|
33853
34679
|
|
|
33854
34680
|
ul.k-scheduler-views li + li {
|
|
33855
|
-
margin-left:
|
|
34681
|
+
margin-left: -1px;
|
|
33856
34682
|
}
|
|
33857
34683
|
|
|
33858
34684
|
ul.k-scheduler-views .k-state-hover,
|
|
@@ -33956,14 +34782,14 @@ ul.k-scheduler-views .k-current-view .k-link::after {
|
|
|
33956
34782
|
}
|
|
33957
34783
|
|
|
33958
34784
|
.k-scheduler-footer li {
|
|
33959
|
-
border-width:
|
|
34785
|
+
border-width: 1px;
|
|
33960
34786
|
border-style: solid;
|
|
33961
34787
|
position: relative;
|
|
33962
34788
|
z-index: 1;
|
|
33963
34789
|
}
|
|
33964
34790
|
|
|
33965
34791
|
.k-scheduler-footer li + li {
|
|
33966
|
-
margin-left:
|
|
34792
|
+
margin-left: -1px;
|
|
33967
34793
|
}
|
|
33968
34794
|
|
|
33969
34795
|
.k-scheduler-footer .k-state-hover,
|
|
@@ -35572,12 +36398,19 @@ ul.k-scheduler-views li {
|
|
|
35572
36398
|
.k-chat-toolbar .k-scroll-button,
|
|
35573
36399
|
.k-chat .k-toolbar-box .k-scroll-button {
|
|
35574
36400
|
height: 100%;
|
|
36401
|
+
aspect-ratio: auto;
|
|
35575
36402
|
position: absolute;
|
|
35576
36403
|
z-index: 2;
|
|
35577
36404
|
top: 50%;
|
|
35578
36405
|
transform: translateY(-50%);
|
|
35579
36406
|
}
|
|
35580
36407
|
|
|
36408
|
+
.k-chat-toolbar .k-scroll-button .k-button-icon,
|
|
36409
|
+
.k-chat .k-toolbar-box .k-scroll-button .k-button-icon {
|
|
36410
|
+
min-width: auto;
|
|
36411
|
+
min-height: auto;
|
|
36412
|
+
}
|
|
36413
|
+
|
|
35581
36414
|
.k-chat-toolbar .k-scroll-button-left,
|
|
35582
36415
|
.k-chat .k-toolbar-box .k-scroll-button-left {
|
|
35583
36416
|
left: 0;
|
|
@@ -35792,12 +36625,17 @@ ul.k-scheduler-views li {
|
|
|
35792
36625
|
align-items: center;
|
|
35793
36626
|
}
|
|
35794
36627
|
|
|
36628
|
+
.k-mediaplayer-volume {
|
|
36629
|
+
width: 100px;
|
|
36630
|
+
}
|
|
36631
|
+
|
|
35795
36632
|
.k-slider.k-mediaplayer-seekbar {
|
|
35796
36633
|
width: 100%;
|
|
35797
36634
|
position: absolute;
|
|
35798
36635
|
z-index: 3;
|
|
35799
|
-
top:
|
|
36636
|
+
top: 0;
|
|
35800
36637
|
left: 0;
|
|
36638
|
+
transform: translateY(-50%);
|
|
35801
36639
|
}
|
|
35802
36640
|
|
|
35803
36641
|
.k-mediaplayer-seekbar .k-slider-track {
|
|
@@ -35805,6 +36643,10 @@ ul.k-scheduler-views li {
|
|
|
35805
36643
|
border-radius: 0;
|
|
35806
36644
|
}
|
|
35807
36645
|
|
|
36646
|
+
.k-mediaplayer-seekbar .k-slider-selection {
|
|
36647
|
+
border-radius: 0;
|
|
36648
|
+
}
|
|
36649
|
+
|
|
35808
36650
|
.k-mediaplayer-fullscreen {
|
|
35809
36651
|
z-index: 10000;
|
|
35810
36652
|
position: fixed;
|