cronapp-framework-js 2.9.4-RC.3 → 2.9.4-SP.10
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/components/crn-textinputicon.components.json +0 -26
- package/components/css/checkbox-color.css +1 -0
- package/components/css/combobox-color.css +12 -0
- package/components/css/option-color.css +28 -0
- package/components/templates/textinputicon.template.html +1 -1
- package/css/animate.css +4 -4
- package/css/app.css +4 -4
- package/css/themes/custom/aquamarine/custom-aquamarine.css +3 -27
- package/css/themes/custom/cerulean/button-cerulean.css +2 -27
- package/css/themes/custom/cerulean/custom-cerulean.css +64 -597
- package/css/themes/custom/cerulean/navbar-cerulean.css +22 -90
- package/css/themes/custom/cerulean/panel-cerulean.css +34 -35
- package/css/themes/custom/cosmo/custom-cosmo.css +0 -27
- package/css/themes/custom/cyborg/custom-cyborg.css +0 -27
- package/css/themes/custom/darkly/custom-darkly.css +0 -25
- package/css/themes/custom/dsgov/button-dsgov.css +17 -52
- package/css/themes/custom/dsgov/calendar-dsgov.css +34 -106
- package/css/themes/custom/dsgov/color-dsgov.css +138 -0
- package/css/themes/custom/dsgov/custom-dsgov.css +344 -171
- package/css/themes/custom/dsgov/form-dsgov.css +109 -290
- package/css/themes/custom/dsgov/navbar-dsgov.css +38 -150
- package/css/themes/custom/dsgov/panel-dsgov.css +97 -117
- package/css/themes/custom/dsgov/slider-dsgov.css +3 -2
- package/css/themes/custom/dsgov/table-grid-dsgov.css +69 -144
- package/css/themes/custom/flatly/custom-flatly.css +2 -22
- package/css/themes/custom/fuse/custom-fuse.css +6 -33
- package/css/themes/custom/journal/custom-journal.css +2 -28
- package/css/themes/custom/lumen/custom-lumen.css +0 -43
- package/css/themes/custom/material/custom-material.css +70 -130
- package/css/themes/custom/material/grid-material.css +44 -37
- package/css/themes/custom/material/navbar-material.css +6 -58
- package/css/themes/custom/material/panel-material.css +20 -61
- package/css/themes/custom/navigator/custom-navigator.css +13 -2
- package/css/themes/custom/paper/custom-paper.css +0 -30
- package/css/themes/custom/readable/custom-readable.css +0 -27
- package/css/themes/custom/sandstone/custom-sandstone.css +0 -26
- package/css/themes/custom/simplex/custom-simplex.css +0 -27
- package/css/themes/custom/slate/custom-slate.css +33 -33
- package/css/themes/custom/spacelab/custom-spacelab.css +0 -27
- package/css/themes/custom/superhero/custom-superhero.css +0 -27
- package/css/themes/custom/theme-general/button.css +2 -6
- package/css/themes/custom/theme-general/forms.css +7 -128
- package/css/themes/custom/theme-general/login.css +6 -6
- package/css/themes/custom/theme-general/menu.css +4 -18
- package/css/themes/custom/theme-general/modal.css +6 -35
- package/css/themes/custom/theme-general/scheduler.css +34 -275
- package/css/themes/custom/theme-general/slider.css +3 -4
- package/css/themes/custom/theme-general/table-grid.css +2 -138
- package/css/themes/custom/theme-general/tabs.css +2 -3
- package/css/themes/custom/theme-general/theme-general.css +3 -41
- package/css/themes/custom/united/custom-united.css +0 -22
- package/css/themes/custom/yeti/custom-yeti.css +0 -28
- package/dist/components/css/checkbox-color.css +1 -1
- package/dist/components/css/combobox-color.css +1 -1
- package/dist/components/templates/textinputicon.template.html +1 -1
- package/dist/css/animate.css +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/color-dsgov.css +1 -0
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/material/grid-material.css +1 -1
- package/dist/css/themes/custom/material/navbar-material.css +1 -1
- package/dist/css/themes/custom/material/panel-material.css +1 -1
- package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
- package/dist/css/themes/custom/paper/custom-paper.css +1 -1
- package/dist/css/themes/custom/readable/custom-readable.css +1 -1
- package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
- package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
- package/dist/css/themes/custom/slate/custom-slate.css +1 -1
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/forms.css +1 -1
- package/dist/css/themes/custom/theme-general/login.css +1 -1
- package/dist/css/themes/custom/theme-general/menu.css +1 -1
- package/dist/css/themes/custom/theme-general/modal.css +1 -1
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
- package/dist/css/themes/custom/theme-general/slider.css +1 -1
- package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
- package/dist/css/themes/custom/theme-general/tabs.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/custom/united/custom-united.css +1 -1
- package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
- package/dist/js/directives.js +2 -2
- package/js/directives.js +26 -29
- package/package.json +1 -1
- package/css/themes/custom/cerulean/combobox-cerulean.css +0 -153
- package/css/themes/custom/dsgov/checkbox-dsgov.css +0 -309
- package/css/themes/custom/dsgov/option-dsgov.css +0 -144
- package/css/themes/custom/dsgov/scheduler-dsgov.css +0 -325
- package/dist/css/themes/custom/cerulean/combobox-cerulean.css +0 -1
- package/dist/css/themes/custom/dsgov/checkbox-dsgov.css +0 -1
- package/dist/css/themes/custom/dsgov/option-dsgov.css +0 -1
- package/dist/css/themes/custom/dsgov/scheduler-dsgov.css +0 -1
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
.navbar-inverse .badge {
|
|
17
17
|
background: #ffffff;
|
|
18
|
-
color: var(--textColor20, #
|
|
18
|
+
color: var(--textColor20, #b2b2b2);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.navbar-default #navbar .navbar-nav li a,
|
|
@@ -59,6 +59,10 @@
|
|
|
59
59
|
margin-top: -1px;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
+
.navbar-default .navbar-toggle {
|
|
63
|
+
border-color: var(--colorPrimary60, #2b3268);
|
|
64
|
+
}
|
|
65
|
+
|
|
62
66
|
/* Menu mobile */
|
|
63
67
|
.navbar-default .navbar-toggle {
|
|
64
68
|
border-color: var(--colorDefault10, #d8d9e3);
|
|
@@ -77,64 +81,8 @@
|
|
|
77
81
|
|
|
78
82
|
@media (max-width: 767px) {
|
|
79
83
|
|
|
80
|
-
.navbar-default #navbar .navbar-nav li .dropdown-menu a,
|
|
81
|
-
.navbar-default #navbar2 .navbar-nav li .dropdown-menu a,
|
|
82
84
|
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu a,
|
|
83
85
|
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu a {
|
|
84
|
-
color: var(--
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover,
|
|
88
|
-
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover {
|
|
89
|
-
color: var(--textColorDefault40, #ffffff);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
#main-nav-bar.crn-navigator-horizontal #navbar .navbar-nav,
|
|
93
|
-
#main-nav-bar .navbar-default .container-fluid #navbar {
|
|
94
|
-
margin-bottom: 0;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav {
|
|
98
|
-
margin-top: 0;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
#main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 {
|
|
102
|
-
box-shadow: none;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
#main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar2 {
|
|
106
|
-
display: none;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.navbar-nav .open .dropdown-menu .dropdown-header,
|
|
110
|
-
.navbar-nav .open .dropdown-menu>li>a {
|
|
111
|
-
padding: calc(var(--menuItemPaddingSize) * 0.5) calc(var(--menuItemPaddingSize) * 1.5);
|
|
86
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
112
87
|
}
|
|
113
|
-
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
/* Dynamic Menu */
|
|
117
|
-
|
|
118
|
-
.nav>li>a:focus,
|
|
119
|
-
.nav>li>a:hover {
|
|
120
|
-
color: var(--colorDefault40, #3b448e);
|
|
121
|
-
background: var(--colorDefault10, #d8d9e3);
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.nav .open>a,
|
|
125
|
-
.nav .open>a:focus,
|
|
126
|
-
.nav .open>a:hover {
|
|
127
|
-
background: var(--colorDefault10, #d8d9e3);
|
|
128
|
-
border-color: transparent;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.dropdown-menu>li>a {
|
|
132
|
-
color: var(--textColor40, #393939);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.dropdown-menu>li>a:focus,
|
|
136
|
-
.dropdown-menu>li>a:hover {
|
|
137
|
-
color: var(--textColorDefault40, #ffffff);
|
|
138
|
-
background: var(--colorDefault40, #3b448e);
|
|
139
|
-
border-radius: 0;
|
|
140
88
|
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
.panel {
|
|
2
|
-
background: #
|
|
2
|
+
background: var(--backgroundColor140, #fbfbfb);
|
|
3
3
|
box-shadow: none;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.panel-footer {
|
|
7
7
|
color: var(--textColor40, #393939);
|
|
8
8
|
background: var(--colorNeutral10, #F1F1F1);
|
|
9
|
-
border-color: var(--colorPrimary10, #d8daeb);
|
|
10
9
|
}
|
|
11
10
|
|
|
12
11
|
/* Default */
|
|
@@ -16,146 +15,106 @@
|
|
|
16
15
|
border-color: transparent;
|
|
17
16
|
}
|
|
18
17
|
|
|
19
|
-
.panel-default .panel-heading h1 {
|
|
20
|
-
color: var(--textColorPrimary40, #ffffff);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
18
|
.panel-default {
|
|
24
|
-
border-color: var(--
|
|
19
|
+
border-color: var(--colorPrimary10, #d8daeb);
|
|
25
20
|
}
|
|
26
21
|
|
|
27
22
|
/* Primary */
|
|
28
|
-
.panel-primary
|
|
23
|
+
.panel-primary>.panel-heading {
|
|
29
24
|
color: var(--textColorDefault40, #ffffff);
|
|
30
25
|
background: var(--colorDefault40, #3b448e);
|
|
31
26
|
border-color: var(--colorDefault40, #3b448e);
|
|
32
27
|
}
|
|
33
28
|
|
|
34
|
-
.panel-primary .panel-heading h1 {
|
|
35
|
-
color: var(--textColorDefault40, #444444);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
29
|
.panel-primary {
|
|
39
30
|
border-color: var(--colorDefault40, #3b448e);
|
|
40
31
|
}
|
|
41
32
|
|
|
42
33
|
/* Sucess */
|
|
43
|
-
|
|
34
|
+
|
|
35
|
+
.panel-success>.panel-heading {
|
|
44
36
|
color: var(--colorSuccess70, #144414);
|
|
45
37
|
background: var(--colorSuccess10, #d6e0d6);
|
|
46
38
|
border-color: var(--colorSuccess20, #b0c4b0);
|
|
47
39
|
}
|
|
48
40
|
|
|
49
|
-
.panel-success .panel-heading h1 {
|
|
50
|
-
color: var(--colorSuccess70, #144414);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
|
|
54
41
|
.panel-success {
|
|
55
42
|
border-color: var(--colorSuccess20, #b0c4b0);
|
|
56
43
|
}
|
|
57
44
|
|
|
58
45
|
/* Info */
|
|
59
|
-
.panel-info
|
|
46
|
+
.panel-info>.panel-heading {
|
|
60
47
|
color: var(--colorDefault70, #20254e);
|
|
61
48
|
background: var(--colorDefault10, #d8d9e3);
|
|
62
49
|
border-color: var(--colorDefault20, #b3b5ca);
|
|
63
50
|
}
|
|
64
51
|
|
|
65
|
-
.panel-info .panel-heading h1 {
|
|
66
|
-
color: var(--colorDefault70, #20254e);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
52
|
.panel-info {
|
|
70
53
|
border-color: var(--colorDefault20, #b3b5ca);
|
|
71
54
|
}
|
|
72
55
|
|
|
73
56
|
/* Warning */
|
|
74
|
-
.panel-warning
|
|
57
|
+
.panel-warning>.panel-heading {
|
|
75
58
|
color: var(--colorWarning70, #835f2b);
|
|
76
59
|
background: var(--colorWarning10, #fbe9da);
|
|
77
60
|
border-color: var(--colorWarning20, #f7d7b7);
|
|
78
61
|
}
|
|
79
62
|
|
|
80
|
-
.panel-warning .panel-heading h1 {
|
|
81
|
-
color: var(--colorWarning70, #835f2b);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
63
|
.panel-warning {
|
|
85
64
|
border-color: var(--colorWarning20, #f7d7b7);
|
|
86
65
|
}
|
|
87
66
|
|
|
88
67
|
/* Danger */
|
|
89
|
-
.panel-danger
|
|
68
|
+
.panel-danger>.panel-heading {
|
|
90
69
|
color: var(--colorDanger70, #71201e);
|
|
91
70
|
background: var(--colorDanger10, #f1d8d7);
|
|
92
71
|
border-color: var(--colorDanger20, #e6b3b2);
|
|
93
72
|
}
|
|
94
73
|
|
|
95
|
-
.panel-danger .panel-heading h1 {
|
|
96
|
-
color: var(--colorDanger70, #71201e);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
74
|
.panel-danger {
|
|
100
75
|
border-color: var(--colorDanger20, #e6b3b2);
|
|
101
76
|
}
|
|
102
77
|
|
|
103
78
|
/* Light */
|
|
104
|
-
.panel-light
|
|
79
|
+
.panel-light>.panel-heading {
|
|
105
80
|
color: var(--textColorLight40, #000000);
|
|
106
81
|
background: var(--colorLight50, #dfdfdf);
|
|
107
82
|
border-color: var(--colorLight60, #bbbbbb);
|
|
108
83
|
}
|
|
109
84
|
|
|
110
|
-
.panel-light .panel-heading h1 {
|
|
111
|
-
color: var(--textColorLight40, #000000);
|
|
112
|
-
}
|
|
113
|
-
|
|
114
85
|
.panel-light {
|
|
115
86
|
border-color: var(--colorLight60, #bbbbbb);
|
|
116
87
|
}
|
|
117
88
|
|
|
118
89
|
/* Royal */
|
|
119
|
-
.panel-royal
|
|
120
|
-
color: var(--
|
|
121
|
-
background: var(--
|
|
122
|
-
border-color: var(--
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.panel-royal .panel-heading h1 {
|
|
126
|
-
color: var(--colorRoyal70, #4a3a80);
|
|
90
|
+
.panel-royal>.panel-heading {
|
|
91
|
+
color: var(--textColorRoyal40, #ffffff);
|
|
92
|
+
background: var(--colorRoyal50, #775dcd);
|
|
93
|
+
border-color: var(--colorRoyal60, #644eab);
|
|
127
94
|
}
|
|
128
95
|
|
|
129
96
|
.panel-royal {
|
|
130
|
-
border-color: var(--
|
|
97
|
+
border-color: var(--colorRoyal60, #644eab);
|
|
131
98
|
}
|
|
132
99
|
|
|
133
100
|
/* Stable */
|
|
134
|
-
.panel-stable
|
|
101
|
+
.panel-stable>.panel-heading {
|
|
135
102
|
color: var(--textColorStable40, #444444);
|
|
136
103
|
background: var(--colorStable50, #d9d9d9);
|
|
137
104
|
border-color: var(--colorStable60, #b6b6b6);
|
|
138
105
|
}
|
|
139
106
|
|
|
140
|
-
.panel-stable .panel-heading h1 {
|
|
141
|
-
color: var(--textColorStable40, #444444);
|
|
142
|
-
}
|
|
143
|
-
|
|
144
107
|
.panel-stable {
|
|
145
108
|
border-color: var(--colorStable60, #b6b6b6);
|
|
146
109
|
}
|
|
147
110
|
|
|
148
111
|
/* Dark */
|
|
149
|
-
.panel-dark
|
|
150
|
-
color: var(--
|
|
151
|
-
background: var(--
|
|
152
|
-
border-color: var(--
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.panel-dark .panel-heading h1 {
|
|
156
|
-
color: var(--colorDark70, #252525);
|
|
112
|
+
.panel-dark>.panel-heading {
|
|
113
|
+
color: var(--textColorDark40, #ffffff);
|
|
114
|
+
background: var(--colorDark50, #3c3c3c);
|
|
115
|
+
border-color: var(--colorDark60, #323232);
|
|
157
116
|
}
|
|
158
117
|
|
|
159
118
|
.panel-dark {
|
|
160
|
-
border-color: var(--
|
|
119
|
+
border-color: var(--colorDark60, #323232);
|
|
161
120
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
@media only screen and (min-width: 768px) {
|
|
20
20
|
.main-view-vertical {
|
|
21
21
|
display: inline-block;
|
|
22
|
-
width: calc(100vw - var(--menuVerticalWidth, 170px) -
|
|
22
|
+
width: calc(100vw - var(--menuVerticalWidth, 170px) - 4vw);
|
|
23
23
|
margin-left: calc(var(--menuVerticalWidth) + 2vw);
|
|
24
24
|
margin-top: 5.5vh;
|
|
25
25
|
}
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
width: var(--menuVerticalWidth, 19vw);
|
|
36
36
|
position: fixed;
|
|
37
37
|
float: left;
|
|
38
|
-
z-index:
|
|
38
|
+
z-index: 99999;
|
|
39
39
|
overflow: auto;
|
|
40
40
|
background: var(--colorDefault40, #0f172a);
|
|
41
41
|
}
|
|
@@ -162,6 +162,17 @@
|
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
+
@media only screen and (max-width: 400px) {
|
|
166
|
+
.main-view {
|
|
167
|
+
padding: 0px !important;
|
|
168
|
+
margin: 0px;
|
|
169
|
+
width: 100% !important;
|
|
170
|
+
}
|
|
171
|
+
.k-scheduler-phone {
|
|
172
|
+
overflow-y: auto !important;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
165
176
|
|
|
166
177
|
/**** Changing scroll bar ****/
|
|
167
178
|
.crn-navigator-vertical::-webkit-scrollbar {
|
|
@@ -1206,34 +1206,4 @@ td.k-state-focused {
|
|
|
1206
1206
|
|
|
1207
1207
|
.cronapp-icon.cronapp-success .cronapp-success-fix {
|
|
1208
1208
|
left: 2em;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
/* Input with icon */
|
|
1213
|
-
.layout-template-modern {
|
|
1214
|
-
background: transparent;
|
|
1215
|
-
padding: 0;
|
|
1216
|
-
border: 0;
|
|
1217
|
-
border-bottom: 1px solid #cccccc;
|
|
1218
|
-
border-radius: 0;
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
.layout-template-modern:focus-within {
|
|
1222
|
-
background: transparent;
|
|
1223
|
-
outline: 0;
|
|
1224
|
-
border-color: var(--colorPrimary40, #2196f3);
|
|
1225
|
-
box-shadow: none;
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
|
-
.layout-template-modern input.k-textbox:hover,
|
|
1229
|
-
.layout-template-modern input.k-textbox {
|
|
1230
|
-
padding-left: 0;
|
|
1231
|
-
box-shadow: none;
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
.layout-template-modern .k-button,
|
|
1235
|
-
.layout-template-modern .k-button:hover {
|
|
1236
|
-
border: 0;
|
|
1237
|
-
border-radius: 0;
|
|
1238
|
-
color: var(--colorPrimary40, #2196f3);box-shadow: none;
|
|
1239
1209
|
}
|
|
@@ -1084,31 +1084,4 @@ td.k-state-focused {
|
|
|
1084
1084
|
.k-list-optionlabel:hover.k-state-selected {
|
|
1085
1085
|
color: var(--colorDefault40, #ffffff);
|
|
1086
1086
|
background: transparent;
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
/* Input with icon */
|
|
1090
|
-
.layout-template-modern {
|
|
1091
|
-
background: transparent;
|
|
1092
|
-
border-radius: var(--borderRadiusSmallest, 4px);
|
|
1093
|
-
padding: 0;
|
|
1094
|
-
border: 1px solid var(--backgroundColor50, #dfdfdf);
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
.layout-template-modern:focus-within {
|
|
1098
|
-
background: transparent;
|
|
1099
|
-
outline: 0;
|
|
1100
|
-
border-color: var(--colorPrimary30,#89a8f1);
|
|
1101
|
-
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px var(--colorPrimary30,#89a8f1);
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
|
-
.layout-template-modern input.k-textbox:hover,
|
|
1105
|
-
.layout-template-modern input.k-textbox {
|
|
1106
|
-
padding-left: 0;
|
|
1107
|
-
box-shadow: none;
|
|
1108
|
-
}
|
|
1109
|
-
|
|
1110
|
-
.layout-template-modern .k-button,
|
|
1111
|
-
.layout-template-modern .k-button:hover {
|
|
1112
|
-
border: 0;
|
|
1113
|
-
color: var(--colorPrimary40, #4582ec);
|
|
1114
1087
|
}
|
|
@@ -1019,30 +1019,4 @@ td.k-state-focused.k-state-selected,
|
|
|
1019
1019
|
|
|
1020
1020
|
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
|
|
1021
1021
|
border-top-color: var(--backgroundColor40, #ffffff);
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
|
-
/* Input with icon */
|
|
1025
|
-
.layout-template-modern {
|
|
1026
|
-
background: transparent;
|
|
1027
|
-
border-radius: var(--borderRadiusSmallest, 4px);
|
|
1028
|
-
padding: 0;
|
|
1029
|
-
border: 1px solid var(--colorDefault10, #d8d8d8);
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
.layout-template-modern:focus-within {
|
|
1033
|
-
background: transparent;
|
|
1034
|
-
border-color: var(--colorDefault10, #d8d8d8);
|
|
1035
|
-
outline: 0;
|
|
1036
|
-
}
|
|
1037
|
-
|
|
1038
|
-
.layout-template-modern input.k-textbox:hover,
|
|
1039
|
-
.layout-template-modern input.k-textbox {
|
|
1040
|
-
padding-left: 0;
|
|
1041
|
-
box-shadow: none;
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
.layout-template-modern .k-button,
|
|
1045
|
-
.layout-template-modern .k-button:hover {
|
|
1046
|
-
border: 0;
|
|
1047
|
-
color: var(--colorDefault40, #3b448e);
|
|
1048
1022
|
}
|
|
@@ -971,31 +971,4 @@ td.k-state-focused.k-state-selected,
|
|
|
971
971
|
|
|
972
972
|
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
|
|
973
973
|
border-top-color: var(--backgroundColor40, #fcfcfc);
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
/* Input with icon */
|
|
977
|
-
.layout-template-modern {
|
|
978
|
-
background: var(--backgroundColor40, #fcfcfc);
|
|
979
|
-
border-radius: var(--borderRadiusSmallest, 4px);
|
|
980
|
-
padding: 0;
|
|
981
|
-
border: 1px solid var(--backgroundColor50, #dddddd);
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
.layout-template-modern:focus-within {
|
|
985
|
-
background: var(--backgroundColor40, #fcfcfc);
|
|
986
|
-
outline: 0;
|
|
987
|
-
border-color: var(--colorCalm30, #89a8f1);
|
|
988
|
-
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px var(--colorCalm30, #89a8f1);
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
.layout-template-modern input.k-textbox:hover,
|
|
992
|
-
.layout-template-modern input.k-textbox {
|
|
993
|
-
padding-left: 0;
|
|
994
|
-
box-shadow: none;
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
.layout-template-modern .k-button,
|
|
998
|
-
.layout-template-modern .k-button:hover {
|
|
999
|
-
border: 0;
|
|
1000
|
-
color: var(--colorDefault40, #3b448e);
|
|
1001
974
|
}
|
|
@@ -502,7 +502,7 @@ a:hover {
|
|
|
502
502
|
background: var(--backgroundLogin40, #ffffff);
|
|
503
503
|
}
|
|
504
504
|
|
|
505
|
-
.bg-login #container-first h1
|
|
505
|
+
.bg-login #container-first h1{
|
|
506
506
|
color: var(--textColorPrimary40, #ffffff);
|
|
507
507
|
}
|
|
508
508
|
|
|
@@ -1138,6 +1138,8 @@ td.k-state-focused.k-state-selected {
|
|
|
1138
1138
|
color: var(--textColorPrimary40, #ffffff);
|
|
1139
1139
|
}
|
|
1140
1140
|
|
|
1141
|
+
.k-scheduler-edit-form .k-edit-field .k-button,
|
|
1142
|
+
.k-edit-form-container .k-edit-buttons .k-primary,
|
|
1141
1143
|
.k-scheduler .k-state-selected>.k-link,
|
|
1142
1144
|
.k-scheduler .k-scheduler-toolbar .k-state-selected,
|
|
1143
1145
|
.k-scheduler .k-today.k-state-selected,
|
|
@@ -1189,6 +1191,8 @@ td.k-state-focused.k-state-selected {
|
|
|
1189
1191
|
box-shadow: inset 0 0 10px 3px var(--colorDefault40, #3a3f44);
|
|
1190
1192
|
}
|
|
1191
1193
|
|
|
1194
|
+
.k-scheduler-edit-form .k-edit-field .k-button,
|
|
1195
|
+
.k-edit-form-container .k-edit-buttons .k-primary,
|
|
1192
1196
|
.k-scheduler .k-scheduler-toolbar .k-state-selected,
|
|
1193
1197
|
.k-scheduler .k-today.k-state-selected,
|
|
1194
1198
|
.k-scheduler-navigation .k-nav-prev .k-link,
|
|
@@ -1201,52 +1205,48 @@ td.k-state-focused.k-state-selected {
|
|
|
1201
1205
|
|
|
1202
1206
|
.k-scheduler-navigation .k-nav-prev .k-link:hover,
|
|
1203
1207
|
.k-scheduler div.k-scheduler-footer .k-link:hover,
|
|
1204
|
-
.k-scheduler div.k-scheduler-footer ul li:hover
|
|
1208
|
+
.k-scheduler div.k-scheduler-footer ul li:hover,
|
|
1209
|
+
.k-scheduler-edit-form .k-edit-field .k-button:hover,
|
|
1210
|
+
.k-edit-form-container .k-edit-buttons .k-primary:hover {
|
|
1205
1211
|
background: linear-gradient(var(--colorPrimary60, #595f64), var(--colorPrimary60, #595f64) 40%, var(--colorPrimary50, #6b7277));
|
|
1206
1212
|
box-shadow: none;
|
|
1207
1213
|
border-color: var(--colorPrimary40, #7a8288);
|
|
1208
1214
|
color: var(--textColorPrimary40, #ffffff);
|
|
1209
1215
|
}
|
|
1210
1216
|
|
|
1211
|
-
.k-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
|
-
.k-scheduler-monthview .k-scheduler-table .k-today {
|
|
1218
|
-
background: var(--colorPrimary40, #7a8288);
|
|
1219
|
-
color: var(--textColorPrimary40, #ffffff);
|
|
1217
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel {
|
|
1218
|
+
background: linear-gradient(var(--colorDanger40, #ee5f5b), var(--colorDanger40, #ee5f5b) 60%, var(--colorDanger50, #d05350));
|
|
1219
|
+
border-color: var(--colorDanger40, #ee5f5b);
|
|
1220
|
+
color: var(--textColorDanger40, #ffffff);
|
|
1220
1221
|
}
|
|
1221
1222
|
|
|
1222
|
-
.k-edit-form-container .k-edit-buttons
|
|
1223
|
-
|
|
1224
|
-
|
|
1223
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover {
|
|
1224
|
+
background: linear-gradient(var(--colorDanger60, #ae4643), var(--colorDanger60, #ae4643) 40%, var(--colorDanger50, #d05350));
|
|
1225
|
+
box-shadow: none;
|
|
1226
|
+
border-color: var(--colorDanger40, #ee5f5b);
|
|
1227
|
+
color: var(--textColorDanger40, #ffffff);
|
|
1225
1228
|
}
|
|
1226
1229
|
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
padding: 0;
|
|
1232
|
-
border: 1px solid var(--backgroundColor50, #dddddd);
|
|
1230
|
+
.k-edit-form-container .k-edit-buttons .k-primary {
|
|
1231
|
+
background: linear-gradient(var(--colorSuccess40, #62c462), var(--colorSuccess40, #62c462) 60%, var(--colorSuccess50, #56ac56));
|
|
1232
|
+
border-color: var(--colorSuccess40, #62c462);
|
|
1233
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
1233
1234
|
}
|
|
1234
1235
|
|
|
1235
|
-
.
|
|
1236
|
-
background: var(--
|
|
1237
|
-
|
|
1238
|
-
border-color: var(--
|
|
1239
|
-
|
|
1236
|
+
.k-edit-form-container .k-edit-buttons .k-primary:hover {
|
|
1237
|
+
background: linear-gradient(var(--colorSuccess60, #489048), var(--colorSuccess60, #489048) 40%, var(--colorSuccess50, #56ac56));
|
|
1238
|
+
box-shadow: none;
|
|
1239
|
+
border-color: var(--colorSuccess40, #62c462);
|
|
1240
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
1240
1241
|
}
|
|
1241
1242
|
|
|
1242
|
-
.
|
|
1243
|
-
.
|
|
1244
|
-
|
|
1245
|
-
|
|
1243
|
+
.k-scheduler-table .k-today,
|
|
1244
|
+
.k-today>.k-scheduler-datecolumn,
|
|
1245
|
+
.k-today>.k-scheduler-groupcolumn {
|
|
1246
|
+
background: var(--colorDefault50, #33373c);
|
|
1246
1247
|
}
|
|
1247
1248
|
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
color: var(--colorDefault40, #3b448e);
|
|
1249
|
+
.k-scheduler-monthview .k-scheduler-table .k-today {
|
|
1250
|
+
background: var(--colorPrimary40, #7a8288);
|
|
1251
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
1252
1252
|
}
|
|
@@ -923,31 +923,4 @@ td.k-state-focused.k-state-selected,
|
|
|
923
923
|
|
|
924
924
|
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
|
|
925
925
|
border-top-color: var(--backgroundColor40, #ffffff);
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
/* Input with icon */
|
|
929
|
-
.layout-template-modern {
|
|
930
|
-
background: var(--backgroundColor40, #fff);
|
|
931
|
-
border-radius: var(--borderRadiusSmallest, 5px);
|
|
932
|
-
padding: 0;
|
|
933
|
-
border: 1px solid var(--backgroundColor50, #ccc);
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
.layout-template-modern:focus-within {
|
|
937
|
-
background: var(--backgroundColor40, #fff);
|
|
938
|
-
outline: 0;
|
|
939
|
-
border-color: var(--colorCalm40, #3399f3);
|
|
940
|
-
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px var(--colorCalm40, #3399f3);
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
.layout-template-modern input.k-textbox:hover,
|
|
944
|
-
.layout-template-modern input.k-textbox {
|
|
945
|
-
padding-left: 0;
|
|
946
|
-
box-shadow: none;
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
.layout-template-modern .k-button,
|
|
950
|
-
.layout-template-modern .k-button:hover {
|
|
951
|
-
border: 0;
|
|
952
|
-
color: var(--colorDefault40, #3b448e);
|
|
953
926
|
}
|
|
@@ -1299,31 +1299,4 @@ td.k-state-focused.k-state-selected {
|
|
|
1299
1299
|
.k-scheduler-navigation .k-nav-next.k-state-hover .k-link span,
|
|
1300
1300
|
.k-scheduler-navigation .k-nav-prev.k-state-hover .k-link span {
|
|
1301
1301
|
color: var(--textColorPrimary40, #ffffff);
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
/* Input with icon */
|
|
1305
|
-
.layout-template-modern {
|
|
1306
|
-
background: var(--colorNeutral00, #ffffff);
|
|
1307
|
-
color: var(--colorNeutral200, #131313);
|
|
1308
|
-
border-radius: 0;
|
|
1309
|
-
padding: 0;
|
|
1310
|
-
border: 1px solid var(--textColor30, #858585);
|
|
1311
|
-
}
|
|
1312
|
-
|
|
1313
|
-
.layout-template-modern:focus-within {
|
|
1314
|
-
background: var(--colorNeutral00, #ffffff);
|
|
1315
|
-
outline: 0;
|
|
1316
|
-
border-color: var(--textColor30, #858585);
|
|
1317
|
-
}
|
|
1318
|
-
|
|
1319
|
-
.layout-template-modern input.k-textbox:hover,
|
|
1320
|
-
.layout-template-modern input.k-textbox {
|
|
1321
|
-
padding-left: 0;
|
|
1322
|
-
box-shadow: none;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
div[data-component^='crn-textinputicon'] .layout-template-modern .k-button,
|
|
1326
|
-
div[data-component^='crn-textinputicon'] .layout-template-modern .k-button:hover {
|
|
1327
|
-
border: 0;
|
|
1328
|
-
color: var(--colorDefault40, #3b448e);
|
|
1329
1302
|
}
|
|
@@ -49,7 +49,6 @@ fieldset[disabled] .btn {
|
|
|
49
49
|
|
|
50
50
|
/* Button color */
|
|
51
51
|
/* Default */
|
|
52
|
-
.k-filter-menu .k-button+.k-button,
|
|
53
52
|
.k-button,
|
|
54
53
|
.btn,
|
|
55
54
|
.k-button.k-default,
|
|
@@ -59,8 +58,7 @@ fieldset[disabled] .btn {
|
|
|
59
58
|
color: var(--textColorDefault40, #ffffff);
|
|
60
59
|
}
|
|
61
60
|
|
|
62
|
-
|
|
63
|
-
.k-filter-menu .k-button+.k-button:hover,
|
|
61
|
+
|
|
64
62
|
.k-button.k-state-focused,
|
|
65
63
|
.k-button.k-state-focused.k-state-disabled,
|
|
66
64
|
.k-button:focus,
|
|
@@ -74,13 +72,11 @@ fieldset[disabled] .btn {
|
|
|
74
72
|
.btn.btn-default:focus,
|
|
75
73
|
.btn.btn-default:hover {
|
|
76
74
|
color: var(--textColorDefault40, #ffffff);
|
|
77
|
-
background: var(--colorDefault70, #
|
|
75
|
+
background: var(--colorDefault70, #343c7c);
|
|
78
76
|
border-color: transparent;
|
|
79
77
|
outline: none;
|
|
80
78
|
}
|
|
81
79
|
|
|
82
|
-
.k-filter-menu .k-button+.k-button:active,
|
|
83
|
-
.k-filter-menu .k-button+.k-button.active,
|
|
84
80
|
.k-button.active,
|
|
85
81
|
.k-button:active,
|
|
86
82
|
.btn.active,
|