cronapp-framework-js 3.0.0 → 3.1.0-SP.1
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-dynamic-file.components.json +65 -34
- package/components/crn-dynamic-menu.components.json +0 -21
- package/components/crn-enterprise-combobox-multiple.components.json +6 -0
- package/components/crn-navbar.components.json +26 -1
- package/components/crn-start.components.json +3 -0
- package/components/cron-breadcrumbs.components.json +7 -3
- package/components/templates/Component_Container/crn-eight-four-container.template.html +2 -2
- package/components/templates/Component_Container/crn-four-eight-container.template.html +2 -2
- package/components/templates/Component_Container/crn-one-container.template.html +1 -1
- package/components/templates/Component_Container/crn-three-container.template.html +3 -3
- package/components/templates/Component_Container/crn-three-six-three-container.template.html +3 -3
- package/components/templates/Component_Container/crn-two-container.template.html +2 -2
- package/components/templates/cron-autocomplete.designtime.html +2 -2
- package/components/templates/cron-combobox-multiple.template.html +1 -1
- package/components/templates/cron-grid.designtime.html +5 -4
- package/components/templates/dynamicfile.designtime.html +5 -0
- package/components/templates/dynamicfile.template.html +20 -3
- package/css/app.css +5 -0
- package/css/fonts/nunito/nunito.css +270 -0
- package/css/themes/custom/aquamarine/custom-aquamarine.css +24 -10
- package/css/themes/custom/cerulean/custom-cerulean.css +1 -0
- package/css/themes/custom/cosmo/custom-cosmo.css +16 -16
- package/css/themes/custom/cosmo/panel-cosmo.css +1 -1
- package/css/themes/custom/cyborg/button-cyborg.css +67 -3
- package/css/themes/custom/cyborg/custom-cyborg.css +250 -69
- package/css/themes/custom/cyborg/navbar-cyborg.css +4 -4
- package/css/themes/custom/cyborg/panel-cyborg.css +6 -7
- package/css/themes/custom/darkly/custom-darkly.css +1 -8
- package/css/themes/custom/dsgov/button-dsgov.css +0 -1
- package/css/themes/custom/dsgov/custom-dsgov.css +12 -1
- package/css/themes/custom/dsgov/table-grid-dsgov.css +14 -9
- package/css/themes/custom/flatly/custom-flatly.css +1 -0
- package/css/themes/custom/fuse/custom-fuse.css +15 -19
- package/css/themes/custom/journal/custom-journal.css +1 -0
- package/css/themes/custom/krypton/custom-krypton.css +991 -236
- package/css/themes/custom/krypton/grid-krypton.css +253 -66
- package/css/themes/custom/krypton/navbar-krypton.css +13 -12
- package/css/themes/custom/krypton/panel-krypton.css +29 -26
- package/css/themes/custom/lumen/button-lumen.css +8 -8
- package/css/themes/custom/lumen/custom-lumen.css +46 -34
- package/css/themes/custom/lumen/navbar-lumen.css +1 -1
- package/css/themes/custom/lumen/panel-lumen.css +17 -13
- package/css/themes/custom/material/custom-material.css +12 -1
- package/css/themes/custom/material/grid-material.css +1 -1
- package/css/themes/custom/material/navbar-material.css +13 -0
- package/css/themes/custom/material-round/custom-material-round.css +187 -34
- package/css/themes/custom/material-round/grid-material-round.css +174 -18
- package/css/themes/custom/materialui/custom-materialui.css +1 -0
- package/css/themes/custom/nature/custom-nature.css +2131 -0
- package/css/themes/custom/nature/grid-nature.css +396 -0
- package/css/themes/custom/nature/navbar-nature.css +98 -0
- package/css/themes/custom/nature/panel-nature.css +72 -0
- package/css/themes/custom/navigator/custom-navigator.css +80 -21
- package/css/themes/custom/paper/custom-paper.css +284 -27
- package/css/themes/custom/readable/button-readable.css +61 -1
- package/css/themes/custom/readable/custom-readable.css +242 -26
- package/css/themes/custom/readable/navbar-readable.css +1 -2
- package/css/themes/custom/readable/panel-readable.css +6 -8
- package/css/themes/custom/sandstone/button-sandstone.css +12 -0
- package/css/themes/custom/sandstone/custom-sandstone.css +1 -0
- package/css/themes/custom/simplex/custom-simplex.css +1 -0
- package/css/themes/custom/slate/custom-slate.css +4 -3
- package/css/themes/custom/spacelab/custom-spacelab.css +1 -0
- package/css/themes/custom/superhero/button-superhero.css +1 -1
- package/css/themes/custom/superhero/custom-superhero.css +348 -45
- package/css/themes/custom/superhero/navbar-superhero.css +5 -1
- package/css/themes/custom/superhero/panel-superhero.css +4 -5
- package/css/themes/custom/superhero/tabs-superhero.css +1 -1
- package/css/themes/custom/theme-general/button.css +4 -0
- package/css/themes/custom/theme-general/menu-vertical-retratil.css +35 -23
- package/css/themes/custom/theme-general/menu.css +10 -2
- package/css/themes/custom/theme-general/table-grid.css +14 -2
- package/css/themes/custom/theme-general/theme-general.css +30 -0
- package/css/themes/custom/united/custom-united.css +1 -0
- package/css/themes/custom/yeti/custom-yeti.css +1 -0
- package/css/themes/nature.min.css +9 -0
- package/dist/components/js/format.min.js +1 -1
- package/dist/components/js/jquery.inputmask.bundle.js +1 -1
- package/dist/components/js/jquery.mask.min.js +1 -1
- package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -1
- package/dist/components/templates/cron-autocomplete.designtime.html +1 -1
- package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
- package/dist/components/templates/cron-grid.designtime.html +1 -1
- package/dist/components/templates/dynamicfile.designtime.html +1 -0
- package/dist/components/templates/dynamicfile.template.html +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/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/button-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/panel-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/custom-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/krypton/custom-krypton.css +1 -1
- package/dist/css/themes/custom/krypton/grid-krypton.css +1 -1
- package/dist/css/themes/custom/krypton/navbar-krypton.css +1 -1
- package/dist/css/themes/custom/krypton/panel-krypton.css +1 -1
- package/dist/css/themes/custom/lumen/button-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/panel-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-round/custom-material-round.css +1 -1
- package/dist/css/themes/custom/material-round/grid-material-round.css +1 -1
- package/dist/css/themes/custom/materialui/custom-materialui.css +1 -1
- package/dist/css/themes/custom/nature/custom-nature.css +1 -0
- package/dist/css/themes/custom/nature/grid-nature.css +1 -0
- package/dist/css/themes/custom/nature/navbar-nature.css +1 -0
- package/dist/css/themes/custom/nature/panel-nature.css +1 -0
- 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/button-readable.css +1 -1
- package/dist/css/themes/custom/readable/custom-readable.css +1 -1
- package/dist/css/themes/custom/readable/navbar-readable.css +1 -1
- package/dist/css/themes/custom/readable/panel-readable.css +1 -1
- package/dist/css/themes/custom/sandstone/button-sandstone.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/button-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/panel-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -1
- package/dist/css/themes/custom/theme-general/menu.css +1 -1
- package/dist/css/themes/custom/theme-general/table-grid.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/css/themes/nature.min.css +1 -0
- package/dist/js/app.js +1 -1
- package/dist/js/controllers.js +1 -1
- package/dist/js/directives.js +13 -8
- package/dist/js/reports/reports.service.js +1 -1
- package/dist/js/upload.service.js +1 -1
- package/js/app.js +5 -4
- package/js/controllers.js +43 -25
- package/js/directives.js +541 -275
- package/js/reports/reports.service.js +5 -5
- package/js/upload.service.js +7 -4
- package/package.json +1 -1
- package/postupdate.json +6 -0
|
@@ -11,11 +11,20 @@
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.crn-navigator-vertical .navbar-default #navbar .navbar-nav li .dropdown-menu a,
|
|
14
|
-
.crn-navigator-vertical .navbar-default #navbar2 .navbar-nav li .dropdown-menu a
|
|
14
|
+
.crn-navigator-vertical .navbar-default #navbar2 .navbar-nav li .dropdown-menu a,
|
|
15
|
+
.crn-navigator-vertical.navbar-default #navbar .navbar-nav li .dropdown-menu a,
|
|
16
|
+
.crn-navigator-vertical.navbar-default #navbar2 .navbar-nav li .dropdown-menu a {
|
|
15
17
|
color: var(--textColor10, #111111);
|
|
16
18
|
margin: 0;
|
|
17
19
|
}
|
|
18
20
|
|
|
21
|
+
.main-view-vertical {
|
|
22
|
+
display: inline-block;
|
|
23
|
+
width: calc(100vw - var(--menuVerticalCollapsedWidth, 225px) - 4vw);
|
|
24
|
+
margin-left: calc(225px + 2vw);
|
|
25
|
+
margin-top: 5.5vh;
|
|
26
|
+
}
|
|
27
|
+
|
|
19
28
|
@media only screen and (min-width: 768px) {
|
|
20
29
|
.main-view-vertical {
|
|
21
30
|
display: inline-block;
|
|
@@ -40,7 +49,8 @@
|
|
|
40
49
|
background: var(--colorDefault40, #0f172a);
|
|
41
50
|
}
|
|
42
51
|
|
|
43
|
-
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-header
|
|
52
|
+
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-header,
|
|
53
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-header {
|
|
44
54
|
padding-left: 15px;
|
|
45
55
|
}
|
|
46
56
|
|
|
@@ -48,11 +58,13 @@
|
|
|
48
58
|
width: 100%;
|
|
49
59
|
}
|
|
50
60
|
|
|
51
|
-
.crn-navigator-vertical>.navbar>.container-fluid>#navbar
|
|
61
|
+
.crn-navigator-vertical>.navbar>.container-fluid>#navbar,
|
|
62
|
+
.crn-navigator-vertical.navbar>.container-fluid>#navbar {
|
|
52
63
|
width: 100%;
|
|
53
64
|
}
|
|
54
65
|
|
|
55
|
-
.crn-navigator-vertical>.navbar>.container-fluid
|
|
66
|
+
.crn-navigator-vertical>.navbar>.container-fluid,
|
|
67
|
+
.crn-navigator-vertical.navbar>.container-fluid {
|
|
56
68
|
padding-right: 0;
|
|
57
69
|
padding-left: 0;
|
|
58
70
|
display: flex;
|
|
@@ -63,16 +75,22 @@
|
|
|
63
75
|
.crn-navigator-vertical>.navbar>.container-fluid .navbar-collapse,
|
|
64
76
|
.crn-navigator-vertical>.navbar>.container-fluid .navbar-header,
|
|
65
77
|
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse,
|
|
66
|
-
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-header
|
|
78
|
+
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-header,
|
|
79
|
+
.crn-navigator-vertical.navbar>.container-fluid .navbar-collapse,
|
|
80
|
+
.crn-navigator-vertical.navbar>.container-fluid .navbar-header,
|
|
81
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-collapse,
|
|
82
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-header{
|
|
67
83
|
margin-right: 0;
|
|
68
84
|
margin-left: 0;
|
|
69
85
|
}
|
|
70
86
|
|
|
71
|
-
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-header>.navbar-toggle
|
|
87
|
+
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-header>.navbar-toggle,
|
|
88
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-header>.navbar-toggle {
|
|
72
89
|
display: none;
|
|
73
90
|
}
|
|
74
91
|
|
|
75
|
-
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse.collapse
|
|
92
|
+
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse.collapse,
|
|
93
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-collapse.collapse {
|
|
76
94
|
padding-right: 0;
|
|
77
95
|
padding-left: 0;
|
|
78
96
|
overflow-x: visible;
|
|
@@ -82,7 +100,8 @@
|
|
|
82
100
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
|
|
83
101
|
}
|
|
84
102
|
|
|
85
|
-
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse.in
|
|
103
|
+
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse.in,
|
|
104
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-collapse.in{
|
|
86
105
|
overflow-y: auto;
|
|
87
106
|
display: block;
|
|
88
107
|
}
|
|
@@ -94,31 +113,39 @@
|
|
|
94
113
|
box-shadow: none;
|
|
95
114
|
}
|
|
96
115
|
|
|
97
|
-
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav
|
|
116
|
+
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav,
|
|
117
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-collapse>.navbar-nav {
|
|
98
118
|
float: none;
|
|
99
119
|
margin: 0;
|
|
100
120
|
}
|
|
101
121
|
|
|
102
|
-
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a
|
|
122
|
+
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a,
|
|
123
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a {
|
|
103
124
|
line-height: 20px;
|
|
104
125
|
}
|
|
105
126
|
|
|
106
127
|
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu .dropdown-header,
|
|
107
|
-
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a
|
|
128
|
+
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a,
|
|
129
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu .dropdown-header,
|
|
130
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a{
|
|
108
131
|
padding: 5px 15px 5px 25px;
|
|
109
132
|
}
|
|
110
133
|
|
|
111
|
-
.crn-navigator-vertical .navbar>.container-fluid>.navbar-collapse>.navbar-nav>li>a
|
|
134
|
+
.crn-navigator-vertical .navbar>.container-fluid>.navbar-collapse>.navbar-nav>li>a,
|
|
135
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-collapse>.navbar-nav>li>a{
|
|
112
136
|
padding-top: 15px;
|
|
113
137
|
padding-bottom: 15px;
|
|
114
138
|
}
|
|
115
139
|
|
|
116
|
-
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav>li
|
|
140
|
+
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav>li,
|
|
141
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-collapse>.navbar-nav>li{
|
|
117
142
|
float: none;
|
|
118
143
|
}
|
|
119
144
|
|
|
120
145
|
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu,
|
|
121
|
-
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a
|
|
146
|
+
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a,
|
|
147
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu,
|
|
148
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a {
|
|
122
149
|
position: static;
|
|
123
150
|
float: none;
|
|
124
151
|
width: auto;
|
|
@@ -133,37 +160,44 @@
|
|
|
133
160
|
}
|
|
134
161
|
|
|
135
162
|
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a:hover,
|
|
136
|
-
.crn-navigator-vertical>.navbar>.navbar-nav .open .dropdown-menu>li>a:focus
|
|
163
|
+
.crn-navigator-vertical>.navbar>.navbar-nav .open .dropdown-menu>li>a:focus,
|
|
164
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a:hover,
|
|
165
|
+
.crn-navigator-vertical.navbar>.navbar-nav .open .dropdown-menu>li>a:focus {
|
|
137
166
|
color: #fff;
|
|
138
167
|
background: #282d57;
|
|
139
168
|
}
|
|
140
169
|
|
|
141
|
-
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .dropdown-menu
|
|
170
|
+
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .dropdown-menu,
|
|
171
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-collapse>.navbar-nav .dropdown-menu{
|
|
142
172
|
margin-left: 11px;
|
|
143
173
|
}
|
|
144
174
|
|
|
145
|
-
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav>.navbar-right
|
|
175
|
+
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav>.navbar-right,
|
|
176
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-collapse>.navbar-nav>.navbar-right {
|
|
146
177
|
float: none !important;
|
|
147
178
|
margin-right: 0;
|
|
148
179
|
}
|
|
149
180
|
|
|
150
|
-
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav>.navbar-right .dropdown-menu
|
|
181
|
+
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav>.navbar-right .dropdown-menu,
|
|
182
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-collapse>.navbar-nav>.navbar-right .dropdown-menu {
|
|
151
183
|
left: 0;
|
|
152
184
|
right: 0;
|
|
153
185
|
}
|
|
154
186
|
|
|
155
|
-
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav>.navbar-right img
|
|
187
|
+
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav>.navbar-right img,
|
|
188
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-collapse>.navbar-nav>.navbar-right img{
|
|
156
189
|
margin-left: 0;
|
|
157
190
|
margin-top: 0;
|
|
158
191
|
}
|
|
159
192
|
|
|
160
|
-
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-header>.navbar-brand img
|
|
193
|
+
.crn-navigator-vertical>.navbar>.container-fluid>.navbar-header>.navbar-brand img,
|
|
194
|
+
.crn-navigator-vertical.navbar>.container-fluid>.navbar-header>.navbar-brand img{
|
|
161
195
|
margin-top: 0;
|
|
162
196
|
}
|
|
163
197
|
}
|
|
164
198
|
|
|
165
199
|
@media only screen and (max-width: 400px) {
|
|
166
|
-
.main-view {
|
|
200
|
+
.main-view.main-view-horizontal {
|
|
167
201
|
padding: 0px !important;
|
|
168
202
|
margin: 0px;
|
|
169
203
|
width: 100% !important;
|
|
@@ -171,8 +205,33 @@
|
|
|
171
205
|
.k-scheduler-phone {
|
|
172
206
|
overflow-y: auto !important;
|
|
173
207
|
}
|
|
208
|
+
|
|
209
|
+
#main-nav-bar > nav {
|
|
210
|
+
margin-top: 0px !important;
|
|
211
|
+
}
|
|
174
212
|
}
|
|
175
213
|
|
|
214
|
+
@media only screen and (max-width: 767px) {
|
|
215
|
+
.crn-navigator-vertical {
|
|
216
|
+
height: 100%;
|
|
217
|
+
position: fixed;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
#navbar, #navbar2 {
|
|
221
|
+
overflow-x: hidden;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
/* adjusting the margin of the retractable menu submenu */
|
|
225
|
+
.crn-navigator-retratil .dropdown-menu .dropdown-submenu {
|
|
226
|
+
margin-left: 25px;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
/*hide the retractable menu arrow, as there is no space to "detach" */
|
|
230
|
+
#main-nav-bar > label {
|
|
231
|
+
display: none;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
}
|
|
176
235
|
|
|
177
236
|
/**** Changing scroll bar ****/
|
|
178
237
|
.crn-navigator-vertical::-webkit-scrollbar {
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
|
|
38
38
|
/* Menus - Sizes and Distances */
|
|
39
39
|
--menuVerticalWidth: 270px;
|
|
40
|
+
--menuVerticalCollapsedWidth: 225px;
|
|
40
41
|
--menuSideSize: 20px;
|
|
41
42
|
--menuItemBarSize: 6px;
|
|
42
43
|
--menuElementOverallPadding: 10px;
|
|
@@ -242,26 +243,26 @@
|
|
|
242
243
|
--textColorDark70: #ffffff;
|
|
243
244
|
|
|
244
245
|
/* Color - Neutral (web e mobile) */
|
|
245
|
-
--colorNeutral00: #
|
|
246
|
-
--colorNeutral10: #
|
|
247
|
-
--colorNeutral20: #
|
|
248
|
-
--colorNeutral30: #
|
|
249
|
-
--colorNeutral40: #
|
|
250
|
-
--colorNeutral50: #
|
|
251
|
-
--colorNeutral60: #
|
|
252
|
-
--colorNeutral70: #
|
|
246
|
+
--colorNeutral00: #ffffff;
|
|
247
|
+
--colorNeutral10: #f1f1f1;
|
|
248
|
+
--colorNeutral20: #e3e3e3;
|
|
249
|
+
--colorNeutral30: #d5d5d5;
|
|
250
|
+
--colorNeutral40: #c7c7c7;
|
|
251
|
+
--colorNeutral50: #b9b9b9;
|
|
252
|
+
--colorNeutral60: #acacac;
|
|
253
|
+
--colorNeutral70: #9e9e9e;
|
|
253
254
|
--colorNeutral80: #909090;
|
|
254
255
|
--colorNeutral90: #828282;
|
|
255
256
|
--colorNeutral100: #747474;
|
|
256
257
|
--colorNeutral110: #666666;
|
|
257
|
-
--colorNeutral120: #
|
|
258
|
+
--colorNeutral120: #5d5d5d;
|
|
258
259
|
--colorNeutral130: #535353;
|
|
259
|
-
--colorNeutral140: #
|
|
260
|
+
--colorNeutral140: #4a4a4a;
|
|
260
261
|
--colorNeutral150: #414141;
|
|
261
262
|
--colorNeutral160: #383838;
|
|
262
|
-
--colorNeutral170: #
|
|
263
|
+
--colorNeutral170: #2e2e2e;
|
|
263
264
|
--colorNeutral180: #252525;
|
|
264
|
-
--colorNeutral190: #
|
|
265
|
+
--colorNeutral190: #1c1c1c;
|
|
265
266
|
--colorNeutral200: #131313;
|
|
266
267
|
--colorNeutral210: #090909;
|
|
267
268
|
--colorNeutral220: #000000;
|
|
@@ -438,14 +439,83 @@ input {
|
|
|
438
439
|
color: var(--colorDefault50, #dfdfdf);
|
|
439
440
|
}
|
|
440
441
|
|
|
442
|
+
.color-default:hover {
|
|
443
|
+
color: var(--colorDefault60, #bbbbbb);
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.color-primary {
|
|
447
|
+
color: var(--colorPrimary40, #2196f3);
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.color-primary:hover {
|
|
451
|
+
color: var(--colorPrimary60, #186eb2);
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.color-success {
|
|
455
|
+
color: var(--colorSuccess40, #4caf50);
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.color-success:hover {
|
|
459
|
+
color: var(--colorSuccess60, #38803b);
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.color-info {
|
|
463
|
+
color: var(--colorCalm40, #9c27b0);
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.color-info:hover {
|
|
467
|
+
color: var(--colorCalm60, #721d81);
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.color-warning {
|
|
471
|
+
color: var(--colorWarning40, #ff9800);
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.color-warning:hover {
|
|
475
|
+
color: var(--colorWarning60, #bb6f00);
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.color-danger {
|
|
479
|
+
color: var(--colorDanger40, #e51c23);
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.color-danger:hover {
|
|
483
|
+
color: var(--colorDanger60, #a8151a);
|
|
484
|
+
}
|
|
485
|
+
|
|
441
486
|
.color-light {
|
|
442
487
|
color: var(--colorLight50, #dfdfdf);
|
|
443
488
|
}
|
|
444
489
|
|
|
490
|
+
.color-light:hover {
|
|
491
|
+
color: var(--colorLight60, #bbbbbb);
|
|
492
|
+
}
|
|
493
|
+
|
|
445
494
|
.color-stable {
|
|
446
495
|
color: var(--colorStable50, #d9d9d9);
|
|
447
496
|
}
|
|
448
497
|
|
|
498
|
+
.color-stable:hover {
|
|
499
|
+
color: var(--colorStable60, #b6b6b6);
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.color-royal {
|
|
503
|
+
color: var(--colorRoyal40, #9c27b0);
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.color-royal:focus,
|
|
507
|
+
.color-royal:hover {
|
|
508
|
+
color: var(--colorRoyal60, #721d81);
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.color-dark {
|
|
512
|
+
color: var(--colorDark40, #444444);
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.color-dark:hover {
|
|
516
|
+
color: var(--colorDark60, #323232);
|
|
517
|
+
}
|
|
518
|
+
|
|
449
519
|
/* Link */
|
|
450
520
|
a,
|
|
451
521
|
a:focus,
|
|
@@ -458,6 +528,13 @@ a:hover {
|
|
|
458
528
|
}
|
|
459
529
|
|
|
460
530
|
/* option - radio */
|
|
531
|
+
.k-radio-label:after,
|
|
532
|
+
.k-radio:checked+.k-radio-label:after,
|
|
533
|
+
.option-default .k-radio-label:after,
|
|
534
|
+
.option-default .k-radio:checked+.k-radio-label:after {
|
|
535
|
+
background: var(--colorDefault50, #dfdfdf);
|
|
536
|
+
border-color: var(--colorDefault50, #dfdfdf);
|
|
537
|
+
}
|
|
461
538
|
|
|
462
539
|
.k-radio:checked+.k-radio-label:before,
|
|
463
540
|
.k-radio-label:before,
|
|
@@ -466,19 +543,29 @@ a:hover {
|
|
|
466
543
|
border-color: var(--colorDefault50, #dfdfdf);
|
|
467
544
|
}
|
|
468
545
|
|
|
546
|
+
.option-primary .k-radio-label:after,
|
|
547
|
+
.option-primary .k-radio:checked+.k-radio-label:after {
|
|
548
|
+
background: var(--colorPrimary40, #2196f3);
|
|
549
|
+
border-color: var(--colorPrimary40, #2196f3);
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.option-success .k-radio-label:after,
|
|
553
|
+
.option-success .k-radio:checked+.k-radio-label:after {
|
|
554
|
+
background: var(--colorSuccess40, #4caf50);
|
|
555
|
+
border-color: var(--colorSuccess40, #4caf50);
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
.option-info .k-radio-label:after,
|
|
559
|
+
.option-info .k-radio:checked+.k-radio-label:after {
|
|
560
|
+
background: var(--colorCalm40, #11c1f3);
|
|
561
|
+
border-color: var(--colorCalm40, #11c1f3);
|
|
562
|
+
}
|
|
563
|
+
|
|
469
564
|
.option-light .k-radio:checked+.k-radio-label:before,
|
|
470
565
|
.option-light .k-radio-label:before {
|
|
471
566
|
border-color: var(--colorLight50, #dfdfdf);
|
|
472
567
|
}
|
|
473
568
|
|
|
474
|
-
.k-radio-label:after,
|
|
475
|
-
.k-radio:checked+.k-radio-label:after,
|
|
476
|
-
.option-default .k-radio-label:after,
|
|
477
|
-
.option-default .k-radio:checked+.k-radio-label:after {
|
|
478
|
-
background: var(--colorDefault50, #dfdfdf);
|
|
479
|
-
border-color: var(--colorDefault50, #dfdfdf);
|
|
480
|
-
}
|
|
481
|
-
|
|
482
569
|
.option-light .k-radio-label:after,
|
|
483
570
|
.option-light .k-radio:checked+.k-radio-label:after {
|
|
484
571
|
background: var(--colorLight50, #dfdfdf);
|
|
@@ -582,7 +669,6 @@ a:hover {
|
|
|
582
669
|
color: var(--textColorDefault40, #444444);
|
|
583
670
|
}
|
|
584
671
|
|
|
585
|
-
.checkbox-light .k-checkbox:checked+.k-checkbox-label:before,
|
|
586
672
|
.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,
|
|
587
673
|
.checkbox-light .k-checkbox-label:hover:before,
|
|
588
674
|
.checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,
|
|
@@ -607,7 +693,6 @@ a:hover {
|
|
|
607
693
|
box-shadow: 0 0 5px 0 var(--colorLight60, #bbbbbb);
|
|
608
694
|
}
|
|
609
695
|
|
|
610
|
-
.checkbox-light .k-checkbox:checked+.k-checkbox-label:before,
|
|
611
696
|
.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,
|
|
612
697
|
.checkbox-light .k-checkbox:checked+.k-checkbox-label:after,
|
|
613
698
|
.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
@@ -640,7 +725,6 @@ a:hover {
|
|
|
640
725
|
box-shadow: 0 0 5px 0 var(--colorStable60, #b6b6b6);
|
|
641
726
|
}
|
|
642
727
|
|
|
643
|
-
.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,
|
|
644
728
|
.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,
|
|
645
729
|
.checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,
|
|
646
730
|
.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
@@ -648,8 +732,58 @@ a:hover {
|
|
|
648
732
|
color: var(--textColorStable40, #444444);
|
|
649
733
|
}
|
|
650
734
|
|
|
651
|
-
|
|
735
|
+
.k-checkbox:checked+.k-checkbox-label:before,
|
|
736
|
+
.checkbox-default .k-checkbox:checked+.k-checkbox-label:before {
|
|
737
|
+
background: var(--colorDefault50, #dfdfdf);
|
|
738
|
+
color: var(--textColorDefault40, #444444);
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
.checkbox-primary .k-checkbox:checked+.k-checkbox-label:before {
|
|
742
|
+
background: var(--colorPrimary40, #2196f3);
|
|
743
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.checkbox-success .k-checkbox:checked+.k-checkbox-label:before {
|
|
747
|
+
background: var(--colorSuccess40, #4caf50);
|
|
748
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.checkbox-info .k-checkbox:checked+.k-checkbox-label:before {
|
|
752
|
+
background: var(--colorCalm40, #9c27b0);
|
|
753
|
+
color: var(--textColorCalm40, #ffffff);
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
.checkbox-warning .k-checkbox:checked+.k-checkbox-label:before {
|
|
757
|
+
background: var(--colorWarning40, #ff9800);
|
|
758
|
+
color: var(--textColorWarning40, #ffffff);
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
.checkbox-danger .k-checkbox:checked+.k-checkbox-label:before {
|
|
762
|
+
background: var(--colorDanger40, #e51c23);
|
|
763
|
+
color: var(--textColorDanger40, #ffffff);
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
.checkbox-light .k-checkbox:checked+.k-checkbox-label:before {
|
|
767
|
+
background: var(--colorLight50, #dfdfdf);
|
|
768
|
+
color: var(--textColorLight40, #444444);
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before {
|
|
772
|
+
background: var(--colorStable50, #d9d9d9);
|
|
773
|
+
color: var(--textColorStable40, #444444);
|
|
774
|
+
}
|
|
652
775
|
|
|
776
|
+
.checkbox-royal .k-checkbox:checked+.k-checkbox-label:before {
|
|
777
|
+
background: var(--colorRoyal40, #9c27b0);
|
|
778
|
+
color: var(--textColorRoyal40, #ffffff);
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.checkbox-dark .k-checkbox:checked+.k-checkbox-label:before {
|
|
782
|
+
background: var(--colorDark40, #444444);
|
|
783
|
+
color: var(--textColorDark40, #ffffff);
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
/* Password input */
|
|
653
787
|
.cardinput button i {
|
|
654
788
|
color: var(--colorPrimary40, #2196f3);
|
|
655
789
|
}
|
|
@@ -682,7 +816,7 @@ a:hover {
|
|
|
682
816
|
}
|
|
683
817
|
|
|
684
818
|
.bg-login #container-first #crn-botao-signup:hover {
|
|
685
|
-
color: var(--textColor5, #595959)
|
|
819
|
+
color: var(--textColor5, #595959);
|
|
686
820
|
}
|
|
687
821
|
|
|
688
822
|
.bg-login #container-first .btn-login-mutual,
|
|
@@ -881,7 +1015,6 @@ a:hover {
|
|
|
881
1015
|
}
|
|
882
1016
|
|
|
883
1017
|
/* Crud button */
|
|
884
|
-
|
|
885
1018
|
.active-bar .k-button.k-default,
|
|
886
1019
|
.active-bar .btn.btn-default {
|
|
887
1020
|
background: var(--colorSuccess40, #4caf50);
|
|
@@ -897,7 +1030,6 @@ a:hover {
|
|
|
897
1030
|
}
|
|
898
1031
|
|
|
899
1032
|
/* Form */
|
|
900
|
-
|
|
901
1033
|
.k-scheduler-edit-form .k-textbox,
|
|
902
1034
|
.k-multiselect-wrap,
|
|
903
1035
|
.k-autocomplete.k-state-default,
|
|
@@ -1039,6 +1171,60 @@ td.k-state-focused.k-state-selected,
|
|
|
1039
1171
|
box-shadow: inset 0 0 10px 3px var(--colorDefault50, #dfdfdf);
|
|
1040
1172
|
}
|
|
1041
1173
|
|
|
1174
|
+
.combobox-primary .k-multiselect .k-button {
|
|
1175
|
+
background: var(--colorPrimary40, #2196f3);
|
|
1176
|
+
border-color: var(--colorPrimary50, #1d83d5);
|
|
1177
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.combobox-success .k-multiselect .k-button {
|
|
1181
|
+
background: var(--colorSuccess40, #4caf50);
|
|
1182
|
+
border-color: var(--colorSuccess50, #439946);
|
|
1183
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
.combobox-info .k-multiselect .k-button {
|
|
1187
|
+
background: var(--colorCalm40, #9c27b0);
|
|
1188
|
+
border-color: var(--colorCalm50, #89229a);
|
|
1189
|
+
color: var(--textColorCalm40, #ffffff);
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.combobox-warning .k-multiselect .k-button {
|
|
1193
|
+
background: var(--colorWarning40, #ff9800);
|
|
1194
|
+
border-color: var(--colorWarning50, #df8500);
|
|
1195
|
+
color: var(--textColorWarning40, #ffffff);
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
.combobox-danger .k-multiselect .k-button {
|
|
1199
|
+
background: var(--colorDanger40, #e51c23);
|
|
1200
|
+
border-color: var(--colorDanger50, #c9191f);
|
|
1201
|
+
color: var(--textColorDanger40, #ffffff);
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
.combobox-light .k-multiselect .k-button {
|
|
1205
|
+
background: var(--colorLight50, #dfdfdf);
|
|
1206
|
+
border-color: var(--colorLight60, #bbbbbb);
|
|
1207
|
+
color: var(--textColorLight40, #444444);
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
.combobox-stable .k-multiselect .k-button {
|
|
1211
|
+
background: var(--colorStable50, #d9d9d9);
|
|
1212
|
+
border-color: var(--colorStable60, #b6b6b6);
|
|
1213
|
+
color: var(--textColorStable40, #444444);
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
.combobox-royal .k-multiselect .k-button {
|
|
1217
|
+
background: var(--colorRoyal40, #9c27b0);
|
|
1218
|
+
border-color: var(--colorRoyal50, #89229a);
|
|
1219
|
+
color: var(--textColorRoyal40, #ffffff);
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
.combobox-dark .k-multiselect .k-button {
|
|
1223
|
+
background: var(--colorDark40, #444444);
|
|
1224
|
+
border-color: var(--colorDark50, #3c3c3c);
|
|
1225
|
+
color: var(--textColorDark40, #ffffff);
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1042
1228
|
/* Agendador */
|
|
1043
1229
|
.k-scheduler,
|
|
1044
1230
|
.k-scheduler-toolbar>ul>li,
|
|
@@ -1206,4 +1392,75 @@ td.k-state-focused {
|
|
|
1206
1392
|
|
|
1207
1393
|
.cronapp-icon.cronapp-success .cronapp-success-fix {
|
|
1208
1394
|
left: 2em;
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
/*Buttons*/
|
|
1398
|
+
.btn,
|
|
1399
|
+
.k-button,
|
|
1400
|
+
.btn.btn-default {
|
|
1401
|
+
background: var(--colorDefault40, #ffffff);
|
|
1402
|
+
color: var(--textColorDefault40, #444444);
|
|
1403
|
+
border: 1px solid var(--colorDefault50, #dfdfdf);
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
.btn.btn-primary {
|
|
1407
|
+
background: var(--colorPrimary40, #2196f3);
|
|
1408
|
+
border-color: transparent;
|
|
1409
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
.k-button.k-success,
|
|
1413
|
+
.btn.btn-success {
|
|
1414
|
+
background: var(--colorSuccess40, #4caf50);
|
|
1415
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
1416
|
+
border-color: transparent;
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1419
|
+
.btn.btn-info {
|
|
1420
|
+
background: var(--colorCalm40, #9c27b0);
|
|
1421
|
+
color: var(--textColorCalm40, #ffffff);
|
|
1422
|
+
border-color: transparent;
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
.btn.btn-warning {
|
|
1426
|
+
background: var(--colorWarning40, #ff9800);
|
|
1427
|
+
color: var(--textColorWarning40, #ffffff);
|
|
1428
|
+
border-color: transparent;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
.btn.btn-danger {
|
|
1432
|
+
background: var(--colorDanger40, #e51c23);
|
|
1433
|
+
color: var(--textColorDanger40, #ffffff);
|
|
1434
|
+
border-color: transparent;
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1437
|
+
.btn.btn-light {
|
|
1438
|
+
background: var(--colorLight40, #ffffff);
|
|
1439
|
+
color: var(--textColorLight40, #444444);
|
|
1440
|
+
border: 1px solid var(--colorLight50, #dfdfdf);
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
.btn.btn-link {
|
|
1444
|
+
background: transparent;
|
|
1445
|
+
color: var(--textColorDefault40, #444444);
|
|
1446
|
+
border: none;
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
.k-button.k-stable,
|
|
1450
|
+
.btn.btn-stable {
|
|
1451
|
+
background: var(--colorStable40, #f8f8f8);
|
|
1452
|
+
color: var(--textColorStable40, #444444);
|
|
1453
|
+
border-color: transparent;
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
.btn.btn-royal {
|
|
1457
|
+
background: var(--colorRoyal40, #9c27b0);
|
|
1458
|
+
color: var(--textColorRoyal40, #ffffff);
|
|
1459
|
+
border-color: transparent;
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
.btn.btn-dark {
|
|
1463
|
+
background: var(--colorDark40, #444444);
|
|
1464
|
+
border-color: transparent;
|
|
1465
|
+
color: var(--textColorDark40, #ffffff);
|
|
1209
1466
|
}
|