lforms 29.3.0 → 33.2.0
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/CHANGELOG.md +261 -0
- package/README.md +97 -14
- package/changed-features.md +99 -0
- package/dist/lforms/LICENSE.md +70 -0
- package/dist/lforms/README.md +100 -0
- package/dist/lforms/fhir/R4/lformsFHIR.min.js +2 -0
- package/dist/lforms/fhir/R4/lformsFHIR.min.js.map +1 -0
- package/dist/lforms/fhir/STU3/lformsFHIR.min.js +2 -0
- package/dist/lforms/fhir/STU3/lformsFHIR.min.js.map +1 -0
- package/dist/lforms/fhir/lformsFHIRAll.min.js +2 -0
- package/dist/lforms/fhir/lformsFHIRAll.min.js.map +1 -0
- package/dist/lforms/webcomponent/assets/lib/zone.min.js +134 -0
- package/dist/lforms/webcomponent/down_arrow_gray_10_10.png +0 -0
- package/dist/lforms/webcomponent/favicon.ico +0 -0
- package/dist/lforms/webcomponent/index.html +9 -0
- package/dist/lforms/webcomponent/lhc-forms.js +2471 -0
- package/dist/lforms/webcomponent/magnifying_glass.png +0 -0
- package/dist/lforms/webcomponent/main.js +2464 -0
- package/dist/lforms/webcomponent/main.js.map +1 -0
- package/dist/lforms/webcomponent/polyfills.js +2 -0
- package/dist/lforms/webcomponent/polyfills.js.map +1 -0
- package/dist/lforms/webcomponent/runtime.js +2 -0
- package/dist/lforms/webcomponent/runtime.js.map +1 -0
- package/dist/lforms/webcomponent/scripts.js +3 -0
- package/dist/lforms/webcomponent/scripts.js.map +1 -0
- package/dist/lforms/webcomponent/styles.css +3 -0
- package/dist/lforms/webcomponent/styles.css.map +1 -0
- package/form_definition.md +382 -0
- package/lforms-33.2.0.tgz +0 -0
- package/package.json +94 -88
- package/r4-support.md +147 -0
- package/sdc-support.md +127 -0
- package/app/.npmignore +0 -3
- package/app/images/blank.gif +0 -0
- package/app/images/signal-stop.png +0 -0
- package/app/index.html +0 -10
- package/app/lforms.js +0 -56
- package/app/lforms.tpl.js +0 -964
- package/app/scripts/angular-packages.js +0 -11
- package/app/scripts/bootstrap-decorators.js +0 -31
- package/app/scripts/bower-index.js +0 -14
- package/app/scripts/fhir/R4/export.js +0 -33
- package/app/scripts/fhir/R4/fhirRequire.js +0 -36
- package/app/scripts/fhir/R4/lformsFHIR.js +0 -27260
- package/app/scripts/fhir/R4/sdc-export.js +0 -455
- package/app/scripts/fhir/R4/sdc-import.js +0 -483
- package/app/scripts/fhir/STU3/export.js +0 -27
- package/app/scripts/fhir/STU3/fhirRequire.js +0 -36
- package/app/scripts/fhir/STU3/lformsFHIR.js +0 -27291
- package/app/scripts/fhir/STU3/sdc-export.js +0 -493
- package/app/scripts/fhir/STU3/sdc-import.js +0 -494
- package/app/scripts/fhir/diagnostic-report.js +0 -707
- package/app/scripts/fhir/export-common.js +0 -209
- package/app/scripts/fhir/expression-processor.js +0 -670
- package/app/scripts/fhir/extensions/rendering-style.js +0 -23
- package/app/scripts/fhir/fhir-common.js +0 -3
- package/app/scripts/fhir/obs-prepop.mjs +0 -97
- package/app/scripts/fhir/runtime-common.js +0 -33
- package/app/scripts/fhir/sdc-common.js +0 -334
- package/app/scripts/fhir/sdc-export-common.js +0 -1046
- package/app/scripts/fhir/sdc-import-common.js +0 -1343
- package/app/scripts/fhir/versions.js +0 -8
- package/app/scripts/index.js +0 -20
- package/app/scripts/lforms-config.js +0 -12
- package/app/scripts/lforms-constants.js +0 -10
- package/app/scripts/lforms-controllers.js +0 -1196
- package/app/scripts/lforms-directives.js +0 -424
- package/app/scripts/lforms-index.js +0 -20
- package/app/scripts/lib/cross_browser.js +0 -21
- package/app/scripts/lib/lforms-data.js +0 -3591
- package/app/scripts/lib/lforms-hl7.js +0 -525
- package/app/scripts/lib/lforms-util.js +0 -1122
- package/app/scripts/lib/lforms-validate.js +0 -277
- package/app/scripts/lib/polyfill.js +0 -81
- package/app/scripts/themeList.js +0 -17
- package/app/styles/lforms.css +0 -1219
- package/app/styles/redmond-theme/README.txt +0 -2
- package/app/styles/redmond-theme/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
- package/app/styles/redmond-theme/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
- package/app/styles/redmond-theme/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- package/app/styles/redmond-theme/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
- package/app/styles/redmond-theme/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
- package/app/styles/redmond-theme/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
- package/app/styles/redmond-theme/images/ui-icons_217bc0_256x240.png +0 -0
- package/app/styles/redmond-theme/images/ui-icons_2e83ff_256x240.png +0 -0
- package/app/styles/redmond-theme/images/ui-icons_469bdd_256x240.png +0 -0
- package/app/styles/redmond-theme/images/ui-icons_6da8d5_256x240.png +0 -0
- package/app/styles/redmond-theme/images/ui-icons_cd0a0a_256x240.png +0 -0
- package/app/styles/redmond-theme/images/ui-icons_d8e7f3_256x240.png +0 -0
- package/app/styles/redmond-theme/images/ui-icons_f9bd01_256x240.png +0 -0
- package/app/styles/redmond-theme/jquery-ui.css +0 -1311
- package/app/styles/redmond-theme/jquery-ui.min.css +0 -7
- package/app/styles/redmond-theme/theme.css +0 -443
- package/app/styles/themes.css +0 -1541
- package/app/styles/themes.css.map +0 -9
- package/app/styles/themes.scss +0 -411
- package/app/version.json +0 -1
- package/app/views/partials/attachment.html +0 -38
- package/app/views/partials/field-answers.html +0 -67
- package/app/views/partials/field-units.html +0 -24
- package/app/views/partials/form-controls.html +0 -19
- package/app/views/partials/form-header.html +0 -35
- package/app/views/partials/form-options.html +0 -50
- package/app/views/partials/form-title.html +0 -20
- package/app/views/partials/form-view.html +0 -13
- package/app/views/partials/item-options.html +0 -48
- package/app/views/partials/item.html +0 -126
- package/app/views/partials/itemPrefixAndText.html +0 -4
- package/app/views/partials/layout-horizontal.html +0 -156
- package/app/views/partials/layout-matrix.html +0 -145
- package/app/views/partials/popover-content.html +0 -1
- package/app/views/partials/repeating-button.html +0 -16
- package/app/views/partials/table-item.html +0 -30
- package/app/views/partials/template-table.html +0 -69
- package/app/views/partials/uib-popover-templates/uib-popover-template.html +0 -13
- package/app/views/partials/uib-popover-templates/uib-popover.html +0 -11
package/app/styles/themes.css
DELETED
|
@@ -1,1541 +0,0 @@
|
|
|
1
|
-
/* Theme definitions - generated from themes.scss via "grunt sass" */
|
|
2
|
-
/*************************** MC Theme *****************************************/
|
|
3
|
-
.theme-mc {
|
|
4
|
-
/* start ==== styles for uib datetime picker */
|
|
5
|
-
/* color of the calendar icon in the form/input*/
|
|
6
|
-
/* The calendar header (month and prev/next arrow) */
|
|
7
|
-
/* the real controls in the header (month, prev/next) */
|
|
8
|
-
/* Calendar date cells */
|
|
9
|
-
/* selected date */
|
|
10
|
-
/* calendar/time bottom buttons and time AM/PM button */
|
|
11
|
-
/* end ==== styles for uib datetime picker */ }
|
|
12
|
-
.theme-mc .lf-form-title {
|
|
13
|
-
background-color: #3d74bc; }
|
|
14
|
-
.theme-mc .lf-form-table .lf-form-table-row.lf-section-header,
|
|
15
|
-
.theme-mc .lf-form-horizontal-table-title,
|
|
16
|
-
.theme-mc .lf-form-matrix-table-title,
|
|
17
|
-
.theme-mc .lf-form-table .lf-form-table-row.lf-section-header.lf-title-row {
|
|
18
|
-
/* section headers & titles */
|
|
19
|
-
background-color: #c0dbff; }
|
|
20
|
-
.theme-mc .lf-form button {
|
|
21
|
-
/* "Add another"/Remove buttons*/
|
|
22
|
-
background-color: #3d74bc; }
|
|
23
|
-
.theme-mc .lf-form .lf-help-button,
|
|
24
|
-
.theme-mc .lf-form .lf-control-button,
|
|
25
|
-
.theme-mc .lf-form .lf-copyright-button {
|
|
26
|
-
/* Item buttons */
|
|
27
|
-
color: #3d74bc;
|
|
28
|
-
background-color: transparent; }
|
|
29
|
-
.theme-mc .lf-form .lf-form-title .lf-help-button,
|
|
30
|
-
.theme-mc .lf-form .lf-form-title .lf-control-button,
|
|
31
|
-
.theme-mc .lf-form .lf-form-title .lf-copyright-button {
|
|
32
|
-
/* Buttons in the form title bar */
|
|
33
|
-
color: white; }
|
|
34
|
-
.theme-mc .lf-form .lf-help-button:hover,
|
|
35
|
-
.theme-mc .lf-form .lf-control-button:hover,
|
|
36
|
-
.theme-mc .lf-form .lf-copyright-button:hover {
|
|
37
|
-
/* Item button hover color */
|
|
38
|
-
color: #d1b278; }
|
|
39
|
-
.theme-mc .lf-form .lf-form-title .lf-help-button:hover,
|
|
40
|
-
.theme-mc .lf-form .lf-form-title .lf-control-button:hover,
|
|
41
|
-
.theme-mc .lf-form .lf-form-title .lf-copyright-button:hover {
|
|
42
|
-
/* Item button hover color in the form title bar */
|
|
43
|
-
color: #d1b278; }
|
|
44
|
-
.theme-mc .lf-form .lf-de-label span.lf-sn {
|
|
45
|
-
/* Repeating section numbers */
|
|
46
|
-
color: #3d74bc;
|
|
47
|
-
background-color: transparent;
|
|
48
|
-
border: 2px solid #3d74bc;
|
|
49
|
-
border-radius: 0;
|
|
50
|
-
padding-top: 1px;
|
|
51
|
-
padding-bottom: 1px; }
|
|
52
|
-
.theme-mc .lf-form-table-row.active-row {
|
|
53
|
-
/* Active row color */
|
|
54
|
-
background-color: #f2e3c7; }
|
|
55
|
-
.theme-mc .lf-form input:focus {
|
|
56
|
-
/* Active (focused) field color */
|
|
57
|
-
background-color: #F2EFDF; }
|
|
58
|
-
.theme-mc .autocomp_selected li > button {
|
|
59
|
-
background-color: #D7DADD;
|
|
60
|
-
/* restoring multi-select button color */ }
|
|
61
|
-
.theme-mc .autocomp_selected li > button:hover {
|
|
62
|
-
background-color: #999;
|
|
63
|
-
/* restoring multi-select button color */ }
|
|
64
|
-
.theme-mc .ansList.no_match, .theme-mc input[type='text'].ansList.no_match, .theme-mc .search_field.no_match {
|
|
65
|
-
/* non-matching field color */
|
|
66
|
-
background-color: #d1b278; }
|
|
67
|
-
.theme-mc .auto_complete .heading, .theme-mc .auto_complete .heading:hover {
|
|
68
|
-
/* list heading colors */
|
|
69
|
-
background-color: #E8E8E8;
|
|
70
|
-
color: black; }
|
|
71
|
-
.theme-mc .auto_complete .selected {
|
|
72
|
-
/* selected list item */
|
|
73
|
-
background-color: #c0dbff; }
|
|
74
|
-
.theme-mc .auto_complete li:hover, .theme-mc .auto_complete tr:hover {
|
|
75
|
-
/* list item hover */
|
|
76
|
-
background-color: #DBEBFF; }
|
|
77
|
-
.theme-mc .auto_complete .listNum {
|
|
78
|
-
/* list item number color */
|
|
79
|
-
color: #3d74bc; }
|
|
80
|
-
.theme-mc .ui-datepicker .ui-widget-header {
|
|
81
|
-
/* calendar header */
|
|
82
|
-
background: #3d74bc; }
|
|
83
|
-
.theme-mc .ui-datepicker-calendar td a {
|
|
84
|
-
/* Colors for days in currently shown month */
|
|
85
|
-
background: #c0dbff;
|
|
86
|
-
color: black;
|
|
87
|
-
border-color: #3d74bc; }
|
|
88
|
-
.theme-mc .ui-datepicker-calendar td a:hover {
|
|
89
|
-
/* Hover colors for days in currently shown month */
|
|
90
|
-
background: #3d74bc;
|
|
91
|
-
color: white;
|
|
92
|
-
border-color: #c0dbff; }
|
|
93
|
-
.theme-mc .ui-datepicker-calendar .ui-datepicker-today a {
|
|
94
|
-
/* Today's date in the calendar widget */
|
|
95
|
-
background-color: #f2e3c7;
|
|
96
|
-
border-color: #d1b278; }
|
|
97
|
-
.theme-mc .ui-datepicker-calendar .ui-datepicker-current-day a {
|
|
98
|
-
/* Selected date in the calendar */
|
|
99
|
-
background-color: white;
|
|
100
|
-
border-color: #d1b278; }
|
|
101
|
-
.theme-mc .ui-datepicker .ui-datepicker-next,
|
|
102
|
-
.theme-mc .ui-datepicker .ui-datepicker-prev {
|
|
103
|
-
color: #c0dbff;
|
|
104
|
-
border: 0; }
|
|
105
|
-
.theme-mc .ui-datepicker .ui-datepicker-next .ui-icon,
|
|
106
|
-
.theme-mc .ui-datepicker .ui-datepicker-prev .ui-icon {
|
|
107
|
-
/* glyphicon settings */
|
|
108
|
-
display: inline-block;
|
|
109
|
-
font-family: 'Glyphicons Halflings';
|
|
110
|
-
font-style: normal;
|
|
111
|
-
font-weight: normal;
|
|
112
|
-
line-height: 1;
|
|
113
|
-
-webkit-font-smoothing: antialiased;
|
|
114
|
-
/* other settings needed with the glyphicon */
|
|
115
|
-
padding: 0.2em;
|
|
116
|
-
text-indent: 0;
|
|
117
|
-
background-image: none; }
|
|
118
|
-
.theme-mc .ui-datepicker .ui-datepicker-next .ui-icon:before {
|
|
119
|
-
content: "\e080 \n ";
|
|
120
|
-
/* whitespace pushes real content out of sight */ }
|
|
121
|
-
.theme-mc .ui-datepicker .ui-datepicker-prev .ui-icon:before {
|
|
122
|
-
content: "\e079 \n "; }
|
|
123
|
-
.theme-mc .ui-datepicker .ui-datepicker-next:hover,
|
|
124
|
-
.theme-mc .ui-datepicker .ui-datepicker-prev:hover {
|
|
125
|
-
background: #c0dbff;
|
|
126
|
-
color: #3d74bc; }
|
|
127
|
-
.theme-mc .lf-form .ui-datepicker-trigger {
|
|
128
|
-
/* Calendar trigger button */
|
|
129
|
-
background-color: transparent; }
|
|
130
|
-
.theme-mc .ui-datepicker-trigger {
|
|
131
|
-
color: #3d74bc; }
|
|
132
|
-
.theme-mc .ui-datepicker-trigger:hover {
|
|
133
|
-
color: #d1b278; }
|
|
134
|
-
.theme-mc .lf-dtm-picker-block .input-group-btn .btn {
|
|
135
|
-
color: #3d74bc; }
|
|
136
|
-
.theme-mc .lf-dtm-picker-block .input-group-btn .btn:hover {
|
|
137
|
-
color: #f2e3c7; }
|
|
138
|
-
.theme-mc .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th * {
|
|
139
|
-
background-color: #3d74bc;
|
|
140
|
-
color: white; }
|
|
141
|
-
.theme-mc .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th *:hover {
|
|
142
|
-
color: black;
|
|
143
|
-
background-color: #c0dbff; }
|
|
144
|
-
.theme-mc .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *,
|
|
145
|
-
.theme-mc .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *:hover {
|
|
146
|
-
background-color: inherit;
|
|
147
|
-
color: inherit; }
|
|
148
|
-
.theme-mc .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default {
|
|
149
|
-
background: #c0dbff;
|
|
150
|
-
color: black; }
|
|
151
|
-
.theme-mc .datetime-picker-dropdown .btn-default:hover,
|
|
152
|
-
.theme-mc .datetime-picker-dropdown > li.time-picker-menu .btn-default:hover,
|
|
153
|
-
.theme-mc .datetime-picker-dropdown > li.date-picker-menu tbody .btn-default:hover {
|
|
154
|
-
background: #3d74bc;
|
|
155
|
-
color: white; }
|
|
156
|
-
.theme-mc .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active {
|
|
157
|
-
color: #3d74bc;
|
|
158
|
-
background-color: white; }
|
|
159
|
-
.theme-mc .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active:hover {
|
|
160
|
-
color: white;
|
|
161
|
-
background-color: #3d74bc; }
|
|
162
|
-
.theme-mc .datetime-picker-dropdown .btn-group > .btn-sm,
|
|
163
|
-
.theme-mc .datetime-picker-dropdown > li.time-picker-menu div table button {
|
|
164
|
-
background: #c0dbff;
|
|
165
|
-
color: black; }
|
|
166
|
-
.theme-mc .datetime-picker-dropdown .btn-group > .btn-sm:hover,
|
|
167
|
-
.theme-mc .datetime-picker-dropdown > li.time-picker-menu div table button:hover {
|
|
168
|
-
background-color: #3d74bc;
|
|
169
|
-
color: white; }
|
|
170
|
-
.theme-mc .lf-form {
|
|
171
|
-
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
|
|
172
|
-
|
|
173
|
-
/**************************** Green theme ****************************/
|
|
174
|
-
.theme-green {
|
|
175
|
-
/* start ==== styles for uib datetime picker */
|
|
176
|
-
/* color of the calendar icon in the form/input*/
|
|
177
|
-
/* The calendar header (month and prev/next arrow) */
|
|
178
|
-
/* the real controls in the header (month, prev/next) */
|
|
179
|
-
/* Calendar date cells */
|
|
180
|
-
/* selected date */
|
|
181
|
-
/* calendar/time bottom buttons and time AM/PM button */
|
|
182
|
-
/* end ==== styles for uib datetime picker */ }
|
|
183
|
-
.theme-green .lf-form-title {
|
|
184
|
-
background-color: #227124; }
|
|
185
|
-
.theme-green .lf-form-table .lf-form-table-row.lf-section-header,
|
|
186
|
-
.theme-green .lf-form-horizontal-table-title,
|
|
187
|
-
.theme-green .lf-form-matrix-table-title,
|
|
188
|
-
.theme-green .lf-form-table .lf-form-table-row.lf-section-header.lf-title-row {
|
|
189
|
-
/* section headers & titles */
|
|
190
|
-
background-color: #D0F8D0; }
|
|
191
|
-
.theme-green .lf-form button {
|
|
192
|
-
/* "Add another"/Remove buttons*/
|
|
193
|
-
background-color: #227124; }
|
|
194
|
-
.theme-green .lf-form .lf-help-button,
|
|
195
|
-
.theme-green .lf-form .lf-control-button,
|
|
196
|
-
.theme-green .lf-form .lf-copyright-button {
|
|
197
|
-
/* Item buttons */
|
|
198
|
-
color: #227124;
|
|
199
|
-
background-color: transparent; }
|
|
200
|
-
.theme-green .lf-form .lf-form-title .lf-help-button,
|
|
201
|
-
.theme-green .lf-form .lf-form-title .lf-control-button,
|
|
202
|
-
.theme-green .lf-form .lf-form-title .lf-copyright-button {
|
|
203
|
-
/* Buttons in the form title bar */
|
|
204
|
-
color: white; }
|
|
205
|
-
.theme-green .lf-form .lf-help-button:hover,
|
|
206
|
-
.theme-green .lf-form .lf-control-button:hover,
|
|
207
|
-
.theme-green .lf-form .lf-copyright-button:hover {
|
|
208
|
-
/* Item button hover color */
|
|
209
|
-
color: #BFB55E; }
|
|
210
|
-
.theme-green .lf-form .lf-form-title .lf-help-button:hover,
|
|
211
|
-
.theme-green .lf-form .lf-form-title .lf-control-button:hover,
|
|
212
|
-
.theme-green .lf-form .lf-form-title .lf-copyright-button:hover {
|
|
213
|
-
/* Item button hover color in the form title bar */
|
|
214
|
-
color: #BFB55E; }
|
|
215
|
-
.theme-green .lf-form .lf-de-label span.lf-sn {
|
|
216
|
-
/* Repeating section numbers */
|
|
217
|
-
color: #227124;
|
|
218
|
-
background-color: transparent;
|
|
219
|
-
border: 2px solid #227124;
|
|
220
|
-
border-radius: 0;
|
|
221
|
-
padding-top: 1px;
|
|
222
|
-
padding-bottom: 1px; }
|
|
223
|
-
.theme-green .lf-form-table-row.active-row {
|
|
224
|
-
/* Active row color */
|
|
225
|
-
background-color: #E5E3CC; }
|
|
226
|
-
.theme-green .lf-form input:focus {
|
|
227
|
-
/* Active (focused) field color */
|
|
228
|
-
background-color: #FFFCE3; }
|
|
229
|
-
.theme-green .autocomp_selected li > button {
|
|
230
|
-
background-color: #D7DADD;
|
|
231
|
-
/* restoring multi-select button color */ }
|
|
232
|
-
.theme-green .autocomp_selected li > button:hover {
|
|
233
|
-
background-color: #999;
|
|
234
|
-
/* restoring multi-select button color */ }
|
|
235
|
-
.theme-green .ansList.no_match, .theme-green input[type='text'].ansList.no_match, .theme-green .search_field.no_match {
|
|
236
|
-
/* non-matching field color */
|
|
237
|
-
background-color: #BFB55E; }
|
|
238
|
-
.theme-green .auto_complete .heading, .theme-green .auto_complete .heading:hover {
|
|
239
|
-
/* list heading colors */
|
|
240
|
-
background-color: #E8E8E8;
|
|
241
|
-
color: black; }
|
|
242
|
-
.theme-green .auto_complete .selected {
|
|
243
|
-
/* selected list item */
|
|
244
|
-
background-color: #D0F8D0; }
|
|
245
|
-
.theme-green .auto_complete li:hover, .theme-green .auto_complete tr:hover {
|
|
246
|
-
/* list item hover */
|
|
247
|
-
background-color: #F8FFF8; }
|
|
248
|
-
.theme-green .auto_complete .listNum {
|
|
249
|
-
/* list item number color */
|
|
250
|
-
color: #227124; }
|
|
251
|
-
.theme-green .ui-datepicker .ui-widget-header {
|
|
252
|
-
/* calendar header */
|
|
253
|
-
background: #227124; }
|
|
254
|
-
.theme-green .ui-datepicker-calendar td a {
|
|
255
|
-
/* Colors for days in currently shown month */
|
|
256
|
-
background: #D0F8D0;
|
|
257
|
-
color: black;
|
|
258
|
-
border-color: #227124; }
|
|
259
|
-
.theme-green .ui-datepicker-calendar td a:hover {
|
|
260
|
-
/* Hover colors for days in currently shown month */
|
|
261
|
-
background: #227124;
|
|
262
|
-
color: white;
|
|
263
|
-
border-color: #D0F8D0; }
|
|
264
|
-
.theme-green .ui-datepicker-calendar .ui-datepicker-today a {
|
|
265
|
-
/* Today's date in the calendar widget */
|
|
266
|
-
background-color: #E5E3CC;
|
|
267
|
-
border-color: #BFB55E; }
|
|
268
|
-
.theme-green .ui-datepicker-calendar .ui-datepicker-current-day a {
|
|
269
|
-
/* Selected date in the calendar */
|
|
270
|
-
background-color: white;
|
|
271
|
-
border-color: #BFB55E; }
|
|
272
|
-
.theme-green .ui-datepicker .ui-datepicker-next,
|
|
273
|
-
.theme-green .ui-datepicker .ui-datepicker-prev {
|
|
274
|
-
color: #D0F8D0;
|
|
275
|
-
border: 0; }
|
|
276
|
-
.theme-green .ui-datepicker .ui-datepicker-next .ui-icon,
|
|
277
|
-
.theme-green .ui-datepicker .ui-datepicker-prev .ui-icon {
|
|
278
|
-
/* glyphicon settings */
|
|
279
|
-
display: inline-block;
|
|
280
|
-
font-family: 'Glyphicons Halflings';
|
|
281
|
-
font-style: normal;
|
|
282
|
-
font-weight: normal;
|
|
283
|
-
line-height: 1;
|
|
284
|
-
-webkit-font-smoothing: antialiased;
|
|
285
|
-
/* other settings needed with the glyphicon */
|
|
286
|
-
padding: 0.2em;
|
|
287
|
-
text-indent: 0;
|
|
288
|
-
background-image: none; }
|
|
289
|
-
.theme-green .ui-datepicker .ui-datepicker-next .ui-icon:before {
|
|
290
|
-
content: "\e080 \n ";
|
|
291
|
-
/* whitespace pushes real content out of sight */ }
|
|
292
|
-
.theme-green .ui-datepicker .ui-datepicker-prev .ui-icon:before {
|
|
293
|
-
content: "\e079 \n "; }
|
|
294
|
-
.theme-green .ui-datepicker .ui-datepicker-next:hover,
|
|
295
|
-
.theme-green .ui-datepicker .ui-datepicker-prev:hover {
|
|
296
|
-
background: #D0F8D0;
|
|
297
|
-
color: #227124; }
|
|
298
|
-
.theme-green .lf-form .ui-datepicker-trigger {
|
|
299
|
-
/* Calendar trigger button */
|
|
300
|
-
background-color: transparent; }
|
|
301
|
-
.theme-green .ui-datepicker-trigger {
|
|
302
|
-
color: #227124; }
|
|
303
|
-
.theme-green .ui-datepicker-trigger:hover {
|
|
304
|
-
color: #BFB55E; }
|
|
305
|
-
.theme-green .lf-dtm-picker-block .input-group-btn .btn {
|
|
306
|
-
color: #227124; }
|
|
307
|
-
.theme-green .lf-dtm-picker-block .input-group-btn .btn:hover {
|
|
308
|
-
color: #E5E3CC; }
|
|
309
|
-
.theme-green .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th * {
|
|
310
|
-
background-color: #227124;
|
|
311
|
-
color: white; }
|
|
312
|
-
.theme-green .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th *:hover {
|
|
313
|
-
color: black;
|
|
314
|
-
background-color: #D0F8D0; }
|
|
315
|
-
.theme-green .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *,
|
|
316
|
-
.theme-green .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *:hover {
|
|
317
|
-
background-color: inherit;
|
|
318
|
-
color: inherit; }
|
|
319
|
-
.theme-green .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default {
|
|
320
|
-
background: #D0F8D0;
|
|
321
|
-
color: black; }
|
|
322
|
-
.theme-green .datetime-picker-dropdown .btn-default:hover,
|
|
323
|
-
.theme-green .datetime-picker-dropdown > li.time-picker-menu .btn-default:hover,
|
|
324
|
-
.theme-green .datetime-picker-dropdown > li.date-picker-menu tbody .btn-default:hover {
|
|
325
|
-
background: #227124;
|
|
326
|
-
color: white; }
|
|
327
|
-
.theme-green .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active {
|
|
328
|
-
color: #227124;
|
|
329
|
-
background-color: white; }
|
|
330
|
-
.theme-green .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active:hover {
|
|
331
|
-
color: white;
|
|
332
|
-
background-color: #227124; }
|
|
333
|
-
.theme-green .datetime-picker-dropdown .btn-group > .btn-sm,
|
|
334
|
-
.theme-green .datetime-picker-dropdown > li.time-picker-menu div table button {
|
|
335
|
-
background: #D0F8D0;
|
|
336
|
-
color: black; }
|
|
337
|
-
.theme-green .datetime-picker-dropdown .btn-group > .btn-sm:hover,
|
|
338
|
-
.theme-green .datetime-picker-dropdown > li.time-picker-menu div table button:hover {
|
|
339
|
-
background-color: #227124;
|
|
340
|
-
color: white; }
|
|
341
|
-
.theme-green .lf-form {
|
|
342
|
-
font-family: Georgia, serif; }
|
|
343
|
-
|
|
344
|
-
/**************************** Cyan theme ****************************/
|
|
345
|
-
.theme-cyan {
|
|
346
|
-
/* start ==== styles for uib datetime picker */
|
|
347
|
-
/* color of the calendar icon in the form/input*/
|
|
348
|
-
/* The calendar header (month and prev/next arrow) */
|
|
349
|
-
/* the real controls in the header (month, prev/next) */
|
|
350
|
-
/* Calendar date cells */
|
|
351
|
-
/* selected date */
|
|
352
|
-
/* calendar/time bottom buttons and time AM/PM button */
|
|
353
|
-
/* end ==== styles for uib datetime picker */ }
|
|
354
|
-
.theme-cyan .lf-form-title {
|
|
355
|
-
background-color: #00838f; }
|
|
356
|
-
.theme-cyan .lf-form-table .lf-form-table-row.lf-section-header,
|
|
357
|
-
.theme-cyan .lf-form-horizontal-table-title,
|
|
358
|
-
.theme-cyan .lf-form-matrix-table-title,
|
|
359
|
-
.theme-cyan .lf-form-table .lf-form-table-row.lf-section-header.lf-title-row {
|
|
360
|
-
/* section headers & titles */
|
|
361
|
-
background-color: #80deea; }
|
|
362
|
-
.theme-cyan .lf-form button {
|
|
363
|
-
/* "Add another"/Remove buttons*/
|
|
364
|
-
background-color: #00838f; }
|
|
365
|
-
.theme-cyan .lf-form .lf-help-button,
|
|
366
|
-
.theme-cyan .lf-form .lf-control-button,
|
|
367
|
-
.theme-cyan .lf-form .lf-copyright-button {
|
|
368
|
-
/* Item buttons */
|
|
369
|
-
color: #00838f;
|
|
370
|
-
background-color: transparent; }
|
|
371
|
-
.theme-cyan .lf-form .lf-form-title .lf-help-button,
|
|
372
|
-
.theme-cyan .lf-form .lf-form-title .lf-control-button,
|
|
373
|
-
.theme-cyan .lf-form .lf-form-title .lf-copyright-button {
|
|
374
|
-
/* Buttons in the form title bar */
|
|
375
|
-
color: white; }
|
|
376
|
-
.theme-cyan .lf-form .lf-help-button:hover,
|
|
377
|
-
.theme-cyan .lf-form .lf-control-button:hover,
|
|
378
|
-
.theme-cyan .lf-form .lf-copyright-button:hover {
|
|
379
|
-
/* Item button hover color */
|
|
380
|
-
color: #00b8d4; }
|
|
381
|
-
.theme-cyan .lf-form .lf-form-title .lf-help-button:hover,
|
|
382
|
-
.theme-cyan .lf-form .lf-form-title .lf-control-button:hover,
|
|
383
|
-
.theme-cyan .lf-form .lf-form-title .lf-copyright-button:hover {
|
|
384
|
-
/* Item button hover color in the form title bar */
|
|
385
|
-
color: #00b8d4; }
|
|
386
|
-
.theme-cyan .lf-form .lf-de-label span.lf-sn {
|
|
387
|
-
/* Repeating section numbers */
|
|
388
|
-
color: #00838f;
|
|
389
|
-
background-color: transparent;
|
|
390
|
-
border: 2px solid #00838f;
|
|
391
|
-
border-radius: 0;
|
|
392
|
-
padding-top: 1px;
|
|
393
|
-
padding-bottom: 1px; }
|
|
394
|
-
.theme-cyan .lf-form-table-row.active-row {
|
|
395
|
-
/* Active row color */
|
|
396
|
-
background-color: #84ffff; }
|
|
397
|
-
.theme-cyan .lf-form input:focus {
|
|
398
|
-
/* Active (focused) field color */
|
|
399
|
-
background-color: #e0ffff; }
|
|
400
|
-
.theme-cyan .autocomp_selected li > button {
|
|
401
|
-
background-color: #D7DADD;
|
|
402
|
-
/* restoring multi-select button color */ }
|
|
403
|
-
.theme-cyan .autocomp_selected li > button:hover {
|
|
404
|
-
background-color: #999;
|
|
405
|
-
/* restoring multi-select button color */ }
|
|
406
|
-
.theme-cyan .ansList.no_match, .theme-cyan input[type='text'].ansList.no_match, .theme-cyan .search_field.no_match {
|
|
407
|
-
/* non-matching field color */
|
|
408
|
-
background-color: #00b8d4; }
|
|
409
|
-
.theme-cyan .auto_complete .heading, .theme-cyan .auto_complete .heading:hover {
|
|
410
|
-
/* list heading colors */
|
|
411
|
-
background-color: #E8E8E8;
|
|
412
|
-
color: black; }
|
|
413
|
-
.theme-cyan .auto_complete .selected {
|
|
414
|
-
/* selected list item */
|
|
415
|
-
background-color: #80deea; }
|
|
416
|
-
.theme-cyan .auto_complete li:hover, .theme-cyan .auto_complete tr:hover {
|
|
417
|
-
/* list item hover */
|
|
418
|
-
background-color: #e0f7fa; }
|
|
419
|
-
.theme-cyan .auto_complete .listNum {
|
|
420
|
-
/* list item number color */
|
|
421
|
-
color: #00838f; }
|
|
422
|
-
.theme-cyan .ui-datepicker .ui-widget-header {
|
|
423
|
-
/* calendar header */
|
|
424
|
-
background: #00838f; }
|
|
425
|
-
.theme-cyan .ui-datepicker-calendar td a {
|
|
426
|
-
/* Colors for days in currently shown month */
|
|
427
|
-
background: #80deea;
|
|
428
|
-
color: black;
|
|
429
|
-
border-color: #00838f; }
|
|
430
|
-
.theme-cyan .ui-datepicker-calendar td a:hover {
|
|
431
|
-
/* Hover colors for days in currently shown month */
|
|
432
|
-
background: #00838f;
|
|
433
|
-
color: white;
|
|
434
|
-
border-color: #80deea; }
|
|
435
|
-
.theme-cyan .ui-datepicker-calendar .ui-datepicker-today a {
|
|
436
|
-
/* Today's date in the calendar widget */
|
|
437
|
-
background-color: #84ffff;
|
|
438
|
-
border-color: #00b8d4; }
|
|
439
|
-
.theme-cyan .ui-datepicker-calendar .ui-datepicker-current-day a {
|
|
440
|
-
/* Selected date in the calendar */
|
|
441
|
-
background-color: white;
|
|
442
|
-
border-color: #00b8d4; }
|
|
443
|
-
.theme-cyan .ui-datepicker .ui-datepicker-next,
|
|
444
|
-
.theme-cyan .ui-datepicker .ui-datepicker-prev {
|
|
445
|
-
color: #80deea;
|
|
446
|
-
border: 0; }
|
|
447
|
-
.theme-cyan .ui-datepicker .ui-datepicker-next .ui-icon,
|
|
448
|
-
.theme-cyan .ui-datepicker .ui-datepicker-prev .ui-icon {
|
|
449
|
-
/* glyphicon settings */
|
|
450
|
-
display: inline-block;
|
|
451
|
-
font-family: 'Glyphicons Halflings';
|
|
452
|
-
font-style: normal;
|
|
453
|
-
font-weight: normal;
|
|
454
|
-
line-height: 1;
|
|
455
|
-
-webkit-font-smoothing: antialiased;
|
|
456
|
-
/* other settings needed with the glyphicon */
|
|
457
|
-
padding: 0.2em;
|
|
458
|
-
text-indent: 0;
|
|
459
|
-
background-image: none; }
|
|
460
|
-
.theme-cyan .ui-datepicker .ui-datepicker-next .ui-icon:before {
|
|
461
|
-
content: "\e080 \n ";
|
|
462
|
-
/* whitespace pushes real content out of sight */ }
|
|
463
|
-
.theme-cyan .ui-datepicker .ui-datepicker-prev .ui-icon:before {
|
|
464
|
-
content: "\e079 \n "; }
|
|
465
|
-
.theme-cyan .ui-datepicker .ui-datepicker-next:hover,
|
|
466
|
-
.theme-cyan .ui-datepicker .ui-datepicker-prev:hover {
|
|
467
|
-
background: #80deea;
|
|
468
|
-
color: #00838f; }
|
|
469
|
-
.theme-cyan .lf-form .ui-datepicker-trigger {
|
|
470
|
-
/* Calendar trigger button */
|
|
471
|
-
background-color: transparent; }
|
|
472
|
-
.theme-cyan .ui-datepicker-trigger {
|
|
473
|
-
color: #00838f; }
|
|
474
|
-
.theme-cyan .ui-datepicker-trigger:hover {
|
|
475
|
-
color: #00b8d4; }
|
|
476
|
-
.theme-cyan .lf-dtm-picker-block .input-group-btn .btn {
|
|
477
|
-
color: #00838f; }
|
|
478
|
-
.theme-cyan .lf-dtm-picker-block .input-group-btn .btn:hover {
|
|
479
|
-
color: #84ffff; }
|
|
480
|
-
.theme-cyan .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th * {
|
|
481
|
-
background-color: #00838f;
|
|
482
|
-
color: white; }
|
|
483
|
-
.theme-cyan .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th *:hover {
|
|
484
|
-
color: black;
|
|
485
|
-
background-color: #80deea; }
|
|
486
|
-
.theme-cyan .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *,
|
|
487
|
-
.theme-cyan .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *:hover {
|
|
488
|
-
background-color: inherit;
|
|
489
|
-
color: inherit; }
|
|
490
|
-
.theme-cyan .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default {
|
|
491
|
-
background: #80deea;
|
|
492
|
-
color: black; }
|
|
493
|
-
.theme-cyan .datetime-picker-dropdown .btn-default:hover,
|
|
494
|
-
.theme-cyan .datetime-picker-dropdown > li.time-picker-menu .btn-default:hover,
|
|
495
|
-
.theme-cyan .datetime-picker-dropdown > li.date-picker-menu tbody .btn-default:hover {
|
|
496
|
-
background: #00838f;
|
|
497
|
-
color: white; }
|
|
498
|
-
.theme-cyan .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active {
|
|
499
|
-
color: #00838f;
|
|
500
|
-
background-color: white; }
|
|
501
|
-
.theme-cyan .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active:hover {
|
|
502
|
-
color: white;
|
|
503
|
-
background-color: #00838f; }
|
|
504
|
-
.theme-cyan .datetime-picker-dropdown .btn-group > .btn-sm,
|
|
505
|
-
.theme-cyan .datetime-picker-dropdown > li.time-picker-menu div table button {
|
|
506
|
-
background: #80deea;
|
|
507
|
-
color: black; }
|
|
508
|
-
.theme-cyan .datetime-picker-dropdown .btn-group > .btn-sm:hover,
|
|
509
|
-
.theme-cyan .datetime-picker-dropdown > li.time-picker-menu div table button:hover {
|
|
510
|
-
background-color: #00838f;
|
|
511
|
-
color: white; }
|
|
512
|
-
.theme-cyan .lf-form {
|
|
513
|
-
font-family: Georgia, serif; }
|
|
514
|
-
|
|
515
|
-
/**************************** Teal theme ****************************/
|
|
516
|
-
.theme-teal {
|
|
517
|
-
/* start ==== styles for uib datetime picker */
|
|
518
|
-
/* color of the calendar icon in the form/input*/
|
|
519
|
-
/* The calendar header (month and prev/next arrow) */
|
|
520
|
-
/* the real controls in the header (month, prev/next) */
|
|
521
|
-
/* Calendar date cells */
|
|
522
|
-
/* selected date */
|
|
523
|
-
/* calendar/time bottom buttons and time AM/PM button */
|
|
524
|
-
/* end ==== styles for uib datetime picker */ }
|
|
525
|
-
.theme-teal .lf-form-title {
|
|
526
|
-
background-color: #00695c; }
|
|
527
|
-
.theme-teal .lf-form-table .lf-form-table-row.lf-section-header,
|
|
528
|
-
.theme-teal .lf-form-horizontal-table-title,
|
|
529
|
-
.theme-teal .lf-form-matrix-table-title,
|
|
530
|
-
.theme-teal .lf-form-table .lf-form-table-row.lf-section-header.lf-title-row {
|
|
531
|
-
/* section headers & titles */
|
|
532
|
-
background-color: #4db6ac; }
|
|
533
|
-
.theme-teal .lf-form button {
|
|
534
|
-
/* "Add another"/Remove buttons*/
|
|
535
|
-
background-color: #00695c; }
|
|
536
|
-
.theme-teal .lf-form .lf-help-button,
|
|
537
|
-
.theme-teal .lf-form .lf-control-button,
|
|
538
|
-
.theme-teal .lf-form .lf-copyright-button {
|
|
539
|
-
/* Item buttons */
|
|
540
|
-
color: #00695c;
|
|
541
|
-
background-color: transparent; }
|
|
542
|
-
.theme-teal .lf-form .lf-form-title .lf-help-button,
|
|
543
|
-
.theme-teal .lf-form .lf-form-title .lf-control-button,
|
|
544
|
-
.theme-teal .lf-form .lf-form-title .lf-copyright-button {
|
|
545
|
-
/* Buttons in the form title bar */
|
|
546
|
-
color: white; }
|
|
547
|
-
.theme-teal .lf-form .lf-help-button:hover,
|
|
548
|
-
.theme-teal .lf-form .lf-control-button:hover,
|
|
549
|
-
.theme-teal .lf-form .lf-copyright-button:hover {
|
|
550
|
-
/* Item button hover color */
|
|
551
|
-
color: #00bfa5; }
|
|
552
|
-
.theme-teal .lf-form .lf-form-title .lf-help-button:hover,
|
|
553
|
-
.theme-teal .lf-form .lf-form-title .lf-control-button:hover,
|
|
554
|
-
.theme-teal .lf-form .lf-form-title .lf-copyright-button:hover {
|
|
555
|
-
/* Item button hover color in the form title bar */
|
|
556
|
-
color: #00bfa5; }
|
|
557
|
-
.theme-teal .lf-form .lf-de-label span.lf-sn {
|
|
558
|
-
/* Repeating section numbers */
|
|
559
|
-
color: #00695c;
|
|
560
|
-
background-color: transparent;
|
|
561
|
-
border: 2px solid #00695c;
|
|
562
|
-
border-radius: 0;
|
|
563
|
-
padding-top: 1px;
|
|
564
|
-
padding-bottom: 1px; }
|
|
565
|
-
.theme-teal .lf-form-table-row.active-row {
|
|
566
|
-
/* Active row color */
|
|
567
|
-
background-color: #a7ffeb; }
|
|
568
|
-
.theme-teal .lf-form input:focus {
|
|
569
|
-
/* Active (focused) field color */
|
|
570
|
-
background-color: #e0f2f1; }
|
|
571
|
-
.theme-teal .autocomp_selected li > button {
|
|
572
|
-
background-color: #D7DADD;
|
|
573
|
-
/* restoring multi-select button color */ }
|
|
574
|
-
.theme-teal .autocomp_selected li > button:hover {
|
|
575
|
-
background-color: #999;
|
|
576
|
-
/* restoring multi-select button color */ }
|
|
577
|
-
.theme-teal .ansList.no_match, .theme-teal input[type='text'].ansList.no_match, .theme-teal .search_field.no_match {
|
|
578
|
-
/* non-matching field color */
|
|
579
|
-
background-color: #00bfa5; }
|
|
580
|
-
.theme-teal .auto_complete .heading, .theme-teal .auto_complete .heading:hover {
|
|
581
|
-
/* list heading colors */
|
|
582
|
-
background-color: #E8E8E8;
|
|
583
|
-
color: black; }
|
|
584
|
-
.theme-teal .auto_complete .selected {
|
|
585
|
-
/* selected list item */
|
|
586
|
-
background-color: #4db6ac; }
|
|
587
|
-
.theme-teal .auto_complete li:hover, .theme-teal .auto_complete tr:hover {
|
|
588
|
-
/* list item hover */
|
|
589
|
-
background-color: #b2dfdb; }
|
|
590
|
-
.theme-teal .auto_complete .listNum {
|
|
591
|
-
/* list item number color */
|
|
592
|
-
color: #00695c; }
|
|
593
|
-
.theme-teal .ui-datepicker .ui-widget-header {
|
|
594
|
-
/* calendar header */
|
|
595
|
-
background: #00695c; }
|
|
596
|
-
.theme-teal .ui-datepicker-calendar td a {
|
|
597
|
-
/* Colors for days in currently shown month */
|
|
598
|
-
background: #4db6ac;
|
|
599
|
-
color: black;
|
|
600
|
-
border-color: #00695c; }
|
|
601
|
-
.theme-teal .ui-datepicker-calendar td a:hover {
|
|
602
|
-
/* Hover colors for days in currently shown month */
|
|
603
|
-
background: #00695c;
|
|
604
|
-
color: white;
|
|
605
|
-
border-color: #4db6ac; }
|
|
606
|
-
.theme-teal .ui-datepicker-calendar .ui-datepicker-today a {
|
|
607
|
-
/* Today's date in the calendar widget */
|
|
608
|
-
background-color: #a7ffeb;
|
|
609
|
-
border-color: #00bfa5; }
|
|
610
|
-
.theme-teal .ui-datepicker-calendar .ui-datepicker-current-day a {
|
|
611
|
-
/* Selected date in the calendar */
|
|
612
|
-
background-color: white;
|
|
613
|
-
border-color: #00bfa5; }
|
|
614
|
-
.theme-teal .ui-datepicker .ui-datepicker-next,
|
|
615
|
-
.theme-teal .ui-datepicker .ui-datepicker-prev {
|
|
616
|
-
color: #4db6ac;
|
|
617
|
-
border: 0; }
|
|
618
|
-
.theme-teal .ui-datepicker .ui-datepicker-next .ui-icon,
|
|
619
|
-
.theme-teal .ui-datepicker .ui-datepicker-prev .ui-icon {
|
|
620
|
-
/* glyphicon settings */
|
|
621
|
-
display: inline-block;
|
|
622
|
-
font-family: 'Glyphicons Halflings';
|
|
623
|
-
font-style: normal;
|
|
624
|
-
font-weight: normal;
|
|
625
|
-
line-height: 1;
|
|
626
|
-
-webkit-font-smoothing: antialiased;
|
|
627
|
-
/* other settings needed with the glyphicon */
|
|
628
|
-
padding: 0.2em;
|
|
629
|
-
text-indent: 0;
|
|
630
|
-
background-image: none; }
|
|
631
|
-
.theme-teal .ui-datepicker .ui-datepicker-next .ui-icon:before {
|
|
632
|
-
content: "\e080 \n ";
|
|
633
|
-
/* whitespace pushes real content out of sight */ }
|
|
634
|
-
.theme-teal .ui-datepicker .ui-datepicker-prev .ui-icon:before {
|
|
635
|
-
content: "\e079 \n "; }
|
|
636
|
-
.theme-teal .ui-datepicker .ui-datepicker-next:hover,
|
|
637
|
-
.theme-teal .ui-datepicker .ui-datepicker-prev:hover {
|
|
638
|
-
background: #4db6ac;
|
|
639
|
-
color: #00695c; }
|
|
640
|
-
.theme-teal .lf-form .ui-datepicker-trigger {
|
|
641
|
-
/* Calendar trigger button */
|
|
642
|
-
background-color: transparent; }
|
|
643
|
-
.theme-teal .ui-datepicker-trigger {
|
|
644
|
-
color: #00695c; }
|
|
645
|
-
.theme-teal .ui-datepicker-trigger:hover {
|
|
646
|
-
color: #00bfa5; }
|
|
647
|
-
.theme-teal .lf-dtm-picker-block .input-group-btn .btn {
|
|
648
|
-
color: #00695c; }
|
|
649
|
-
.theme-teal .lf-dtm-picker-block .input-group-btn .btn:hover {
|
|
650
|
-
color: #a7ffeb; }
|
|
651
|
-
.theme-teal .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th * {
|
|
652
|
-
background-color: #00695c;
|
|
653
|
-
color: white; }
|
|
654
|
-
.theme-teal .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th *:hover {
|
|
655
|
-
color: black;
|
|
656
|
-
background-color: #4db6ac; }
|
|
657
|
-
.theme-teal .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *,
|
|
658
|
-
.theme-teal .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *:hover {
|
|
659
|
-
background-color: inherit;
|
|
660
|
-
color: inherit; }
|
|
661
|
-
.theme-teal .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default {
|
|
662
|
-
background: #4db6ac;
|
|
663
|
-
color: black; }
|
|
664
|
-
.theme-teal .datetime-picker-dropdown .btn-default:hover,
|
|
665
|
-
.theme-teal .datetime-picker-dropdown > li.time-picker-menu .btn-default:hover,
|
|
666
|
-
.theme-teal .datetime-picker-dropdown > li.date-picker-menu tbody .btn-default:hover {
|
|
667
|
-
background: #00695c;
|
|
668
|
-
color: white; }
|
|
669
|
-
.theme-teal .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active {
|
|
670
|
-
color: #00695c;
|
|
671
|
-
background-color: white; }
|
|
672
|
-
.theme-teal .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active:hover {
|
|
673
|
-
color: white;
|
|
674
|
-
background-color: #00695c; }
|
|
675
|
-
.theme-teal .datetime-picker-dropdown .btn-group > .btn-sm,
|
|
676
|
-
.theme-teal .datetime-picker-dropdown > li.time-picker-menu div table button {
|
|
677
|
-
background: #4db6ac;
|
|
678
|
-
color: black; }
|
|
679
|
-
.theme-teal .datetime-picker-dropdown .btn-group > .btn-sm:hover,
|
|
680
|
-
.theme-teal .datetime-picker-dropdown > li.time-picker-menu div table button:hover {
|
|
681
|
-
background-color: #00695c;
|
|
682
|
-
color: white; }
|
|
683
|
-
.theme-teal .lf-form {
|
|
684
|
-
font-family: Georgia, serif; }
|
|
685
|
-
|
|
686
|
-
/**************************** Coffee theme ****************************/
|
|
687
|
-
.theme-coffee {
|
|
688
|
-
/* start ==== styles for uib datetime picker */
|
|
689
|
-
/* color of the calendar icon in the form/input*/
|
|
690
|
-
/* The calendar header (month and prev/next arrow) */
|
|
691
|
-
/* the real controls in the header (month, prev/next) */
|
|
692
|
-
/* Calendar date cells */
|
|
693
|
-
/* selected date */
|
|
694
|
-
/* calendar/time bottom buttons and time AM/PM button */
|
|
695
|
-
/* end ==== styles for uib datetime picker */ }
|
|
696
|
-
.theme-coffee .lf-form-title {
|
|
697
|
-
background-color: #694C2F; }
|
|
698
|
-
.theme-coffee .lf-form-table .lf-form-table-row.lf-section-header,
|
|
699
|
-
.theme-coffee .lf-form-horizontal-table-title,
|
|
700
|
-
.theme-coffee .lf-form-matrix-table-title,
|
|
701
|
-
.theme-coffee .lf-form-table .lf-form-table-row.lf-section-header.lf-title-row {
|
|
702
|
-
/* section headers & titles */
|
|
703
|
-
background-color: #EECFB4; }
|
|
704
|
-
.theme-coffee .lf-form button {
|
|
705
|
-
/* "Add another"/Remove buttons*/
|
|
706
|
-
background-color: #694C2F; }
|
|
707
|
-
.theme-coffee .lf-form .lf-help-button,
|
|
708
|
-
.theme-coffee .lf-form .lf-control-button,
|
|
709
|
-
.theme-coffee .lf-form .lf-copyright-button {
|
|
710
|
-
/* Item buttons */
|
|
711
|
-
color: #694C2F;
|
|
712
|
-
background-color: transparent; }
|
|
713
|
-
.theme-coffee .lf-form .lf-form-title .lf-help-button,
|
|
714
|
-
.theme-coffee .lf-form .lf-form-title .lf-control-button,
|
|
715
|
-
.theme-coffee .lf-form .lf-form-title .lf-copyright-button {
|
|
716
|
-
/* Buttons in the form title bar */
|
|
717
|
-
color: white; }
|
|
718
|
-
.theme-coffee .lf-form .lf-help-button:hover,
|
|
719
|
-
.theme-coffee .lf-form .lf-control-button:hover,
|
|
720
|
-
.theme-coffee .lf-form .lf-copyright-button:hover {
|
|
721
|
-
/* Item button hover color */
|
|
722
|
-
color: #33BB33; }
|
|
723
|
-
.theme-coffee .lf-form .lf-form-title .lf-help-button:hover,
|
|
724
|
-
.theme-coffee .lf-form .lf-form-title .lf-control-button:hover,
|
|
725
|
-
.theme-coffee .lf-form .lf-form-title .lf-copyright-button:hover {
|
|
726
|
-
/* Item button hover color in the form title bar */
|
|
727
|
-
color: #33BB33; }
|
|
728
|
-
.theme-coffee .lf-form .lf-de-label span.lf-sn {
|
|
729
|
-
/* Repeating section numbers */
|
|
730
|
-
color: #694C2F;
|
|
731
|
-
background-color: transparent;
|
|
732
|
-
border: 2px solid #694C2F;
|
|
733
|
-
border-radius: 0;
|
|
734
|
-
padding-top: 1px;
|
|
735
|
-
padding-bottom: 1px; }
|
|
736
|
-
.theme-coffee .lf-form-table-row.active-row {
|
|
737
|
-
/* Active row color */
|
|
738
|
-
background-color: #88DD88; }
|
|
739
|
-
.theme-coffee .lf-form input:focus {
|
|
740
|
-
/* Active (focused) field color */
|
|
741
|
-
background-color: #CCFFCC; }
|
|
742
|
-
.theme-coffee .autocomp_selected li > button {
|
|
743
|
-
background-color: #D7DADD;
|
|
744
|
-
/* restoring multi-select button color */ }
|
|
745
|
-
.theme-coffee .autocomp_selected li > button:hover {
|
|
746
|
-
background-color: #999;
|
|
747
|
-
/* restoring multi-select button color */ }
|
|
748
|
-
.theme-coffee .ansList.no_match, .theme-coffee input[type='text'].ansList.no_match, .theme-coffee .search_field.no_match {
|
|
749
|
-
/* non-matching field color */
|
|
750
|
-
background-color: #33BB33; }
|
|
751
|
-
.theme-coffee .auto_complete .heading, .theme-coffee .auto_complete .heading:hover {
|
|
752
|
-
/* list heading colors */
|
|
753
|
-
background-color: #E8E8E8;
|
|
754
|
-
color: black; }
|
|
755
|
-
.theme-coffee .auto_complete .selected {
|
|
756
|
-
/* selected list item */
|
|
757
|
-
background-color: #EECFB4; }
|
|
758
|
-
.theme-coffee .auto_complete li:hover, .theme-coffee .auto_complete tr:hover {
|
|
759
|
-
/* list item hover */
|
|
760
|
-
background-color: #F9DABF; }
|
|
761
|
-
.theme-coffee .auto_complete .listNum {
|
|
762
|
-
/* list item number color */
|
|
763
|
-
color: #694C2F; }
|
|
764
|
-
.theme-coffee .ui-datepicker .ui-widget-header {
|
|
765
|
-
/* calendar header */
|
|
766
|
-
background: #694C2F; }
|
|
767
|
-
.theme-coffee .ui-datepicker-calendar td a {
|
|
768
|
-
/* Colors for days in currently shown month */
|
|
769
|
-
background: #EECFB4;
|
|
770
|
-
color: black;
|
|
771
|
-
border-color: #694C2F; }
|
|
772
|
-
.theme-coffee .ui-datepicker-calendar td a:hover {
|
|
773
|
-
/* Hover colors for days in currently shown month */
|
|
774
|
-
background: #694C2F;
|
|
775
|
-
color: white;
|
|
776
|
-
border-color: #EECFB4; }
|
|
777
|
-
.theme-coffee .ui-datepicker-calendar .ui-datepicker-today a {
|
|
778
|
-
/* Today's date in the calendar widget */
|
|
779
|
-
background-color: #88DD88;
|
|
780
|
-
border-color: #33BB33; }
|
|
781
|
-
.theme-coffee .ui-datepicker-calendar .ui-datepicker-current-day a {
|
|
782
|
-
/* Selected date in the calendar */
|
|
783
|
-
background-color: white;
|
|
784
|
-
border-color: #33BB33; }
|
|
785
|
-
.theme-coffee .ui-datepicker .ui-datepicker-next,
|
|
786
|
-
.theme-coffee .ui-datepicker .ui-datepicker-prev {
|
|
787
|
-
color: #EECFB4;
|
|
788
|
-
border: 0; }
|
|
789
|
-
.theme-coffee .ui-datepicker .ui-datepicker-next .ui-icon,
|
|
790
|
-
.theme-coffee .ui-datepicker .ui-datepicker-prev .ui-icon {
|
|
791
|
-
/* glyphicon settings */
|
|
792
|
-
display: inline-block;
|
|
793
|
-
font-family: 'Glyphicons Halflings';
|
|
794
|
-
font-style: normal;
|
|
795
|
-
font-weight: normal;
|
|
796
|
-
line-height: 1;
|
|
797
|
-
-webkit-font-smoothing: antialiased;
|
|
798
|
-
/* other settings needed with the glyphicon */
|
|
799
|
-
padding: 0.2em;
|
|
800
|
-
text-indent: 0;
|
|
801
|
-
background-image: none; }
|
|
802
|
-
.theme-coffee .ui-datepicker .ui-datepicker-next .ui-icon:before {
|
|
803
|
-
content: "\e080 \n ";
|
|
804
|
-
/* whitespace pushes real content out of sight */ }
|
|
805
|
-
.theme-coffee .ui-datepicker .ui-datepicker-prev .ui-icon:before {
|
|
806
|
-
content: "\e079 \n "; }
|
|
807
|
-
.theme-coffee .ui-datepicker .ui-datepicker-next:hover,
|
|
808
|
-
.theme-coffee .ui-datepicker .ui-datepicker-prev:hover {
|
|
809
|
-
background: #EECFB4;
|
|
810
|
-
color: #694C2F; }
|
|
811
|
-
.theme-coffee .lf-form .ui-datepicker-trigger {
|
|
812
|
-
/* Calendar trigger button */
|
|
813
|
-
background-color: transparent; }
|
|
814
|
-
.theme-coffee .ui-datepicker-trigger {
|
|
815
|
-
color: #694C2F; }
|
|
816
|
-
.theme-coffee .ui-datepicker-trigger:hover {
|
|
817
|
-
color: #33BB33; }
|
|
818
|
-
.theme-coffee .lf-dtm-picker-block .input-group-btn .btn {
|
|
819
|
-
color: #694C2F; }
|
|
820
|
-
.theme-coffee .lf-dtm-picker-block .input-group-btn .btn:hover {
|
|
821
|
-
color: #88DD88; }
|
|
822
|
-
.theme-coffee .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th * {
|
|
823
|
-
background-color: #694C2F;
|
|
824
|
-
color: white; }
|
|
825
|
-
.theme-coffee .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th *:hover {
|
|
826
|
-
color: black;
|
|
827
|
-
background-color: #EECFB4; }
|
|
828
|
-
.theme-coffee .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *,
|
|
829
|
-
.theme-coffee .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *:hover {
|
|
830
|
-
background-color: inherit;
|
|
831
|
-
color: inherit; }
|
|
832
|
-
.theme-coffee .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default {
|
|
833
|
-
background: #EECFB4;
|
|
834
|
-
color: black; }
|
|
835
|
-
.theme-coffee .datetime-picker-dropdown .btn-default:hover,
|
|
836
|
-
.theme-coffee .datetime-picker-dropdown > li.time-picker-menu .btn-default:hover,
|
|
837
|
-
.theme-coffee .datetime-picker-dropdown > li.date-picker-menu tbody .btn-default:hover {
|
|
838
|
-
background: #694C2F;
|
|
839
|
-
color: white; }
|
|
840
|
-
.theme-coffee .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active {
|
|
841
|
-
color: #694C2F;
|
|
842
|
-
background-color: white; }
|
|
843
|
-
.theme-coffee .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active:hover {
|
|
844
|
-
color: white;
|
|
845
|
-
background-color: #694C2F; }
|
|
846
|
-
.theme-coffee .datetime-picker-dropdown .btn-group > .btn-sm,
|
|
847
|
-
.theme-coffee .datetime-picker-dropdown > li.time-picker-menu div table button {
|
|
848
|
-
background: #EECFB4;
|
|
849
|
-
color: black; }
|
|
850
|
-
.theme-coffee .datetime-picker-dropdown .btn-group > .btn-sm:hover,
|
|
851
|
-
.theme-coffee .datetime-picker-dropdown > li.time-picker-menu div table button:hover {
|
|
852
|
-
background-color: #694C2F;
|
|
853
|
-
color: white; }
|
|
854
|
-
.theme-coffee .lf-form {
|
|
855
|
-
font-family: Georgia, serif; }
|
|
856
|
-
|
|
857
|
-
/**************************** Spring theme ****************************/
|
|
858
|
-
.theme-spring {
|
|
859
|
-
/* start ==== styles for uib datetime picker */
|
|
860
|
-
/* color of the calendar icon in the form/input*/
|
|
861
|
-
/* The calendar header (month and prev/next arrow) */
|
|
862
|
-
/* the real controls in the header (month, prev/next) */
|
|
863
|
-
/* Calendar date cells */
|
|
864
|
-
/* selected date */
|
|
865
|
-
/* calendar/time bottom buttons and time AM/PM button */
|
|
866
|
-
/* end ==== styles for uib datetime picker */ }
|
|
867
|
-
.theme-spring .lf-form-title {
|
|
868
|
-
background-color: #68CF63; }
|
|
869
|
-
.theme-spring .lf-form-table .lf-form-table-row.lf-section-header,
|
|
870
|
-
.theme-spring .lf-form-horizontal-table-title,
|
|
871
|
-
.theme-spring .lf-form-matrix-table-title,
|
|
872
|
-
.theme-spring .lf-form-table .lf-form-table-row.lf-section-header.lf-title-row {
|
|
873
|
-
/* section headers & titles */
|
|
874
|
-
background-color: #D5F7D4; }
|
|
875
|
-
.theme-spring .lf-form button {
|
|
876
|
-
/* "Add another"/Remove buttons*/
|
|
877
|
-
background-color: #68CF63; }
|
|
878
|
-
.theme-spring .lf-form .lf-help-button,
|
|
879
|
-
.theme-spring .lf-form .lf-control-button,
|
|
880
|
-
.theme-spring .lf-form .lf-copyright-button {
|
|
881
|
-
/* Item buttons */
|
|
882
|
-
color: #68CF63;
|
|
883
|
-
background-color: transparent; }
|
|
884
|
-
.theme-spring .lf-form .lf-form-title .lf-help-button,
|
|
885
|
-
.theme-spring .lf-form .lf-form-title .lf-control-button,
|
|
886
|
-
.theme-spring .lf-form .lf-form-title .lf-copyright-button {
|
|
887
|
-
/* Buttons in the form title bar */
|
|
888
|
-
color: white; }
|
|
889
|
-
.theme-spring .lf-form .lf-help-button:hover,
|
|
890
|
-
.theme-spring .lf-form .lf-control-button:hover,
|
|
891
|
-
.theme-spring .lf-form .lf-copyright-button:hover {
|
|
892
|
-
/* Item button hover color */
|
|
893
|
-
color: #FF99C7; }
|
|
894
|
-
.theme-spring .lf-form .lf-form-title .lf-help-button:hover,
|
|
895
|
-
.theme-spring .lf-form .lf-form-title .lf-control-button:hover,
|
|
896
|
-
.theme-spring .lf-form .lf-form-title .lf-copyright-button:hover {
|
|
897
|
-
/* Item button hover color in the form title bar */
|
|
898
|
-
color: #FF99C7; }
|
|
899
|
-
.theme-spring .lf-form .lf-de-label span.lf-sn {
|
|
900
|
-
/* Repeating section numbers */
|
|
901
|
-
color: #68CF63;
|
|
902
|
-
background-color: transparent;
|
|
903
|
-
border: 2px solid #68CF63;
|
|
904
|
-
border-radius: 0;
|
|
905
|
-
padding-top: 1px;
|
|
906
|
-
padding-bottom: 1px; }
|
|
907
|
-
.theme-spring .lf-form-table-row.active-row {
|
|
908
|
-
/* Active row color */
|
|
909
|
-
background-color: #FFD7E9; }
|
|
910
|
-
.theme-spring .lf-form input:focus {
|
|
911
|
-
/* Active (focused) field color */
|
|
912
|
-
background-color: #FFE6F1; }
|
|
913
|
-
.theme-spring .autocomp_selected li > button {
|
|
914
|
-
background-color: #D7DADD;
|
|
915
|
-
/* restoring multi-select button color */ }
|
|
916
|
-
.theme-spring .autocomp_selected li > button:hover {
|
|
917
|
-
background-color: #999;
|
|
918
|
-
/* restoring multi-select button color */ }
|
|
919
|
-
.theme-spring .ansList.no_match, .theme-spring input[type='text'].ansList.no_match, .theme-spring .search_field.no_match {
|
|
920
|
-
/* non-matching field color */
|
|
921
|
-
background-color: #FF99C7; }
|
|
922
|
-
.theme-spring .auto_complete .heading, .theme-spring .auto_complete .heading:hover {
|
|
923
|
-
/* list heading colors */
|
|
924
|
-
background-color: #E8E8E8;
|
|
925
|
-
color: black; }
|
|
926
|
-
.theme-spring .auto_complete .selected {
|
|
927
|
-
/* selected list item */
|
|
928
|
-
background-color: #D5F7D4; }
|
|
929
|
-
.theme-spring .auto_complete li:hover, .theme-spring .auto_complete tr:hover {
|
|
930
|
-
/* list item hover */
|
|
931
|
-
background-color: #D1FCD0; }
|
|
932
|
-
.theme-spring .auto_complete .listNum {
|
|
933
|
-
/* list item number color */
|
|
934
|
-
color: #68CF63; }
|
|
935
|
-
.theme-spring .ui-datepicker .ui-widget-header {
|
|
936
|
-
/* calendar header */
|
|
937
|
-
background: #68CF63; }
|
|
938
|
-
.theme-spring .ui-datepicker-calendar td a {
|
|
939
|
-
/* Colors for days in currently shown month */
|
|
940
|
-
background: #D5F7D4;
|
|
941
|
-
color: black;
|
|
942
|
-
border-color: #68CF63; }
|
|
943
|
-
.theme-spring .ui-datepicker-calendar td a:hover {
|
|
944
|
-
/* Hover colors for days in currently shown month */
|
|
945
|
-
background: #68CF63;
|
|
946
|
-
color: white;
|
|
947
|
-
border-color: #D5F7D4; }
|
|
948
|
-
.theme-spring .ui-datepicker-calendar .ui-datepicker-today a {
|
|
949
|
-
/* Today's date in the calendar widget */
|
|
950
|
-
background-color: #FFD7E9;
|
|
951
|
-
border-color: #FF99C7; }
|
|
952
|
-
.theme-spring .ui-datepicker-calendar .ui-datepicker-current-day a {
|
|
953
|
-
/* Selected date in the calendar */
|
|
954
|
-
background-color: white;
|
|
955
|
-
border-color: #FF99C7; }
|
|
956
|
-
.theme-spring .ui-datepicker .ui-datepicker-next,
|
|
957
|
-
.theme-spring .ui-datepicker .ui-datepicker-prev {
|
|
958
|
-
color: #D5F7D4;
|
|
959
|
-
border: 0; }
|
|
960
|
-
.theme-spring .ui-datepicker .ui-datepicker-next .ui-icon,
|
|
961
|
-
.theme-spring .ui-datepicker .ui-datepicker-prev .ui-icon {
|
|
962
|
-
/* glyphicon settings */
|
|
963
|
-
display: inline-block;
|
|
964
|
-
font-family: 'Glyphicons Halflings';
|
|
965
|
-
font-style: normal;
|
|
966
|
-
font-weight: normal;
|
|
967
|
-
line-height: 1;
|
|
968
|
-
-webkit-font-smoothing: antialiased;
|
|
969
|
-
/* other settings needed with the glyphicon */
|
|
970
|
-
padding: 0.2em;
|
|
971
|
-
text-indent: 0;
|
|
972
|
-
background-image: none; }
|
|
973
|
-
.theme-spring .ui-datepicker .ui-datepicker-next .ui-icon:before {
|
|
974
|
-
content: "\e080 \n ";
|
|
975
|
-
/* whitespace pushes real content out of sight */ }
|
|
976
|
-
.theme-spring .ui-datepicker .ui-datepicker-prev .ui-icon:before {
|
|
977
|
-
content: "\e079 \n "; }
|
|
978
|
-
.theme-spring .ui-datepicker .ui-datepicker-next:hover,
|
|
979
|
-
.theme-spring .ui-datepicker .ui-datepicker-prev:hover {
|
|
980
|
-
background: #D5F7D4;
|
|
981
|
-
color: #68CF63; }
|
|
982
|
-
.theme-spring .lf-form .ui-datepicker-trigger {
|
|
983
|
-
/* Calendar trigger button */
|
|
984
|
-
background-color: transparent; }
|
|
985
|
-
.theme-spring .ui-datepicker-trigger {
|
|
986
|
-
color: #68CF63; }
|
|
987
|
-
.theme-spring .ui-datepicker-trigger:hover {
|
|
988
|
-
color: #FF99C7; }
|
|
989
|
-
.theme-spring .lf-dtm-picker-block .input-group-btn .btn {
|
|
990
|
-
color: #68CF63; }
|
|
991
|
-
.theme-spring .lf-dtm-picker-block .input-group-btn .btn:hover {
|
|
992
|
-
color: #FFD7E9; }
|
|
993
|
-
.theme-spring .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th * {
|
|
994
|
-
background-color: #68CF63;
|
|
995
|
-
color: white; }
|
|
996
|
-
.theme-spring .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th *:hover {
|
|
997
|
-
color: black;
|
|
998
|
-
background-color: #D5F7D4; }
|
|
999
|
-
.theme-spring .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *,
|
|
1000
|
-
.theme-spring .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *:hover {
|
|
1001
|
-
background-color: inherit;
|
|
1002
|
-
color: inherit; }
|
|
1003
|
-
.theme-spring .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default {
|
|
1004
|
-
background: #D5F7D4;
|
|
1005
|
-
color: black; }
|
|
1006
|
-
.theme-spring .datetime-picker-dropdown .btn-default:hover,
|
|
1007
|
-
.theme-spring .datetime-picker-dropdown > li.time-picker-menu .btn-default:hover,
|
|
1008
|
-
.theme-spring .datetime-picker-dropdown > li.date-picker-menu tbody .btn-default:hover {
|
|
1009
|
-
background: #68CF63;
|
|
1010
|
-
color: white; }
|
|
1011
|
-
.theme-spring .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active {
|
|
1012
|
-
color: #68CF63;
|
|
1013
|
-
background-color: white; }
|
|
1014
|
-
.theme-spring .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active:hover {
|
|
1015
|
-
color: white;
|
|
1016
|
-
background-color: #68CF63; }
|
|
1017
|
-
.theme-spring .datetime-picker-dropdown .btn-group > .btn-sm,
|
|
1018
|
-
.theme-spring .datetime-picker-dropdown > li.time-picker-menu div table button {
|
|
1019
|
-
background: #D5F7D4;
|
|
1020
|
-
color: black; }
|
|
1021
|
-
.theme-spring .datetime-picker-dropdown .btn-group > .btn-sm:hover,
|
|
1022
|
-
.theme-spring .datetime-picker-dropdown > li.time-picker-menu div table button:hover {
|
|
1023
|
-
background-color: #68CF63;
|
|
1024
|
-
color: white; }
|
|
1025
|
-
.theme-spring .lf-form {
|
|
1026
|
-
font-family: Georgia, serif; }
|
|
1027
|
-
|
|
1028
|
-
/**************************** Summer theme ****************************/
|
|
1029
|
-
.theme-summer {
|
|
1030
|
-
/* start ==== styles for uib datetime picker */
|
|
1031
|
-
/* color of the calendar icon in the form/input*/
|
|
1032
|
-
/* The calendar header (month and prev/next arrow) */
|
|
1033
|
-
/* the real controls in the header (month, prev/next) */
|
|
1034
|
-
/* Calendar date cells */
|
|
1035
|
-
/* selected date */
|
|
1036
|
-
/* calendar/time bottom buttons and time AM/PM button */
|
|
1037
|
-
/* end ==== styles for uib datetime picker */ }
|
|
1038
|
-
.theme-summer .lf-form-title {
|
|
1039
|
-
background-color: #00CCCC; }
|
|
1040
|
-
.theme-summer .lf-form-table .lf-form-table-row.lf-section-header,
|
|
1041
|
-
.theme-summer .lf-form-horizontal-table-title,
|
|
1042
|
-
.theme-summer .lf-form-matrix-table-title,
|
|
1043
|
-
.theme-summer .lf-form-table .lf-form-table-row.lf-section-header.lf-title-row {
|
|
1044
|
-
/* section headers & titles */
|
|
1045
|
-
background-color: #BBFFFF; }
|
|
1046
|
-
.theme-summer .lf-form button {
|
|
1047
|
-
/* "Add another"/Remove buttons*/
|
|
1048
|
-
background-color: #00CCCC; }
|
|
1049
|
-
.theme-summer .lf-form .lf-help-button,
|
|
1050
|
-
.theme-summer .lf-form .lf-control-button,
|
|
1051
|
-
.theme-summer .lf-form .lf-copyright-button {
|
|
1052
|
-
/* Item buttons */
|
|
1053
|
-
color: #00CCCC;
|
|
1054
|
-
background-color: transparent; }
|
|
1055
|
-
.theme-summer .lf-form .lf-form-title .lf-help-button,
|
|
1056
|
-
.theme-summer .lf-form .lf-form-title .lf-control-button,
|
|
1057
|
-
.theme-summer .lf-form .lf-form-title .lf-copyright-button {
|
|
1058
|
-
/* Buttons in the form title bar */
|
|
1059
|
-
color: white; }
|
|
1060
|
-
.theme-summer .lf-form .lf-help-button:hover,
|
|
1061
|
-
.theme-summer .lf-form .lf-control-button:hover,
|
|
1062
|
-
.theme-summer .lf-form .lf-copyright-button:hover {
|
|
1063
|
-
/* Item button hover color */
|
|
1064
|
-
color: #E6D119; }
|
|
1065
|
-
.theme-summer .lf-form .lf-form-title .lf-help-button:hover,
|
|
1066
|
-
.theme-summer .lf-form .lf-form-title .lf-control-button:hover,
|
|
1067
|
-
.theme-summer .lf-form .lf-form-title .lf-copyright-button:hover {
|
|
1068
|
-
/* Item button hover color in the form title bar */
|
|
1069
|
-
color: #E6D119; }
|
|
1070
|
-
.theme-summer .lf-form .lf-de-label span.lf-sn {
|
|
1071
|
-
/* Repeating section numbers */
|
|
1072
|
-
color: #00CCCC;
|
|
1073
|
-
background-color: transparent;
|
|
1074
|
-
border: 2px solid #00CCCC;
|
|
1075
|
-
border-radius: 0;
|
|
1076
|
-
padding-top: 1px;
|
|
1077
|
-
padding-bottom: 1px; }
|
|
1078
|
-
.theme-summer .lf-form-table-row.active-row {
|
|
1079
|
-
/* Active row color */
|
|
1080
|
-
background-color: #FFF7AE; }
|
|
1081
|
-
.theme-summer .lf-form input:focus {
|
|
1082
|
-
/* Active (focused) field color */
|
|
1083
|
-
background-color: #FFFCE6; }
|
|
1084
|
-
.theme-summer .autocomp_selected li > button {
|
|
1085
|
-
background-color: #D7DADD;
|
|
1086
|
-
/* restoring multi-select button color */ }
|
|
1087
|
-
.theme-summer .autocomp_selected li > button:hover {
|
|
1088
|
-
background-color: #999;
|
|
1089
|
-
/* restoring multi-select button color */ }
|
|
1090
|
-
.theme-summer .ansList.no_match, .theme-summer input[type='text'].ansList.no_match, .theme-summer .search_field.no_match {
|
|
1091
|
-
/* non-matching field color */
|
|
1092
|
-
background-color: #E6D119; }
|
|
1093
|
-
.theme-summer .auto_complete .heading, .theme-summer .auto_complete .heading:hover {
|
|
1094
|
-
/* list heading colors */
|
|
1095
|
-
background-color: #E8E8E8;
|
|
1096
|
-
color: black; }
|
|
1097
|
-
.theme-summer .auto_complete .selected {
|
|
1098
|
-
/* selected list item */
|
|
1099
|
-
background-color: #BBFFFF; }
|
|
1100
|
-
.theme-summer .auto_complete li:hover, .theme-summer .auto_complete tr:hover {
|
|
1101
|
-
/* list item hover */
|
|
1102
|
-
background-color: #D7FFFF; }
|
|
1103
|
-
.theme-summer .auto_complete .listNum {
|
|
1104
|
-
/* list item number color */
|
|
1105
|
-
color: #00CCCC; }
|
|
1106
|
-
.theme-summer .ui-datepicker .ui-widget-header {
|
|
1107
|
-
/* calendar header */
|
|
1108
|
-
background: #00CCCC; }
|
|
1109
|
-
.theme-summer .ui-datepicker-calendar td a {
|
|
1110
|
-
/* Colors for days in currently shown month */
|
|
1111
|
-
background: #BBFFFF;
|
|
1112
|
-
color: black;
|
|
1113
|
-
border-color: #00CCCC; }
|
|
1114
|
-
.theme-summer .ui-datepicker-calendar td a:hover {
|
|
1115
|
-
/* Hover colors for days in currently shown month */
|
|
1116
|
-
background: #00CCCC;
|
|
1117
|
-
color: white;
|
|
1118
|
-
border-color: #BBFFFF; }
|
|
1119
|
-
.theme-summer .ui-datepicker-calendar .ui-datepicker-today a {
|
|
1120
|
-
/* Today's date in the calendar widget */
|
|
1121
|
-
background-color: #FFF7AE;
|
|
1122
|
-
border-color: #E6D119; }
|
|
1123
|
-
.theme-summer .ui-datepicker-calendar .ui-datepicker-current-day a {
|
|
1124
|
-
/* Selected date in the calendar */
|
|
1125
|
-
background-color: white;
|
|
1126
|
-
border-color: #E6D119; }
|
|
1127
|
-
.theme-summer .ui-datepicker .ui-datepicker-next,
|
|
1128
|
-
.theme-summer .ui-datepicker .ui-datepicker-prev {
|
|
1129
|
-
color: #BBFFFF;
|
|
1130
|
-
border: 0; }
|
|
1131
|
-
.theme-summer .ui-datepicker .ui-datepicker-next .ui-icon,
|
|
1132
|
-
.theme-summer .ui-datepicker .ui-datepicker-prev .ui-icon {
|
|
1133
|
-
/* glyphicon settings */
|
|
1134
|
-
display: inline-block;
|
|
1135
|
-
font-family: 'Glyphicons Halflings';
|
|
1136
|
-
font-style: normal;
|
|
1137
|
-
font-weight: normal;
|
|
1138
|
-
line-height: 1;
|
|
1139
|
-
-webkit-font-smoothing: antialiased;
|
|
1140
|
-
/* other settings needed with the glyphicon */
|
|
1141
|
-
padding: 0.2em;
|
|
1142
|
-
text-indent: 0;
|
|
1143
|
-
background-image: none; }
|
|
1144
|
-
.theme-summer .ui-datepicker .ui-datepicker-next .ui-icon:before {
|
|
1145
|
-
content: "\e080 \n ";
|
|
1146
|
-
/* whitespace pushes real content out of sight */ }
|
|
1147
|
-
.theme-summer .ui-datepicker .ui-datepicker-prev .ui-icon:before {
|
|
1148
|
-
content: "\e079 \n "; }
|
|
1149
|
-
.theme-summer .ui-datepicker .ui-datepicker-next:hover,
|
|
1150
|
-
.theme-summer .ui-datepicker .ui-datepicker-prev:hover {
|
|
1151
|
-
background: #BBFFFF;
|
|
1152
|
-
color: #00CCCC; }
|
|
1153
|
-
.theme-summer .lf-form .ui-datepicker-trigger {
|
|
1154
|
-
/* Calendar trigger button */
|
|
1155
|
-
background-color: transparent; }
|
|
1156
|
-
.theme-summer .ui-datepicker-trigger {
|
|
1157
|
-
color: #00CCCC; }
|
|
1158
|
-
.theme-summer .ui-datepicker-trigger:hover {
|
|
1159
|
-
color: #E6D119; }
|
|
1160
|
-
.theme-summer .lf-dtm-picker-block .input-group-btn .btn {
|
|
1161
|
-
color: #00CCCC; }
|
|
1162
|
-
.theme-summer .lf-dtm-picker-block .input-group-btn .btn:hover {
|
|
1163
|
-
color: #FFF7AE; }
|
|
1164
|
-
.theme-summer .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th * {
|
|
1165
|
-
background-color: #00CCCC;
|
|
1166
|
-
color: white; }
|
|
1167
|
-
.theme-summer .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th *:hover {
|
|
1168
|
-
color: black;
|
|
1169
|
-
background-color: #BBFFFF; }
|
|
1170
|
-
.theme-summer .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *,
|
|
1171
|
-
.theme-summer .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *:hover {
|
|
1172
|
-
background-color: inherit;
|
|
1173
|
-
color: inherit; }
|
|
1174
|
-
.theme-summer .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default {
|
|
1175
|
-
background: #BBFFFF;
|
|
1176
|
-
color: black; }
|
|
1177
|
-
.theme-summer .datetime-picker-dropdown .btn-default:hover,
|
|
1178
|
-
.theme-summer .datetime-picker-dropdown > li.time-picker-menu .btn-default:hover,
|
|
1179
|
-
.theme-summer .datetime-picker-dropdown > li.date-picker-menu tbody .btn-default:hover {
|
|
1180
|
-
background: #00CCCC;
|
|
1181
|
-
color: white; }
|
|
1182
|
-
.theme-summer .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active {
|
|
1183
|
-
color: #00CCCC;
|
|
1184
|
-
background-color: white; }
|
|
1185
|
-
.theme-summer .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active:hover {
|
|
1186
|
-
color: white;
|
|
1187
|
-
background-color: #00CCCC; }
|
|
1188
|
-
.theme-summer .datetime-picker-dropdown .btn-group > .btn-sm,
|
|
1189
|
-
.theme-summer .datetime-picker-dropdown > li.time-picker-menu div table button {
|
|
1190
|
-
background: #BBFFFF;
|
|
1191
|
-
color: black; }
|
|
1192
|
-
.theme-summer .datetime-picker-dropdown .btn-group > .btn-sm:hover,
|
|
1193
|
-
.theme-summer .datetime-picker-dropdown > li.time-picker-menu div table button:hover {
|
|
1194
|
-
background-color: #00CCCC;
|
|
1195
|
-
color: white; }
|
|
1196
|
-
.theme-summer .lf-form {
|
|
1197
|
-
font-family: Georgia, serif; }
|
|
1198
|
-
|
|
1199
|
-
/**************************** Fall theme ****************************/
|
|
1200
|
-
.theme-fall {
|
|
1201
|
-
/* start ==== styles for uib datetime picker */
|
|
1202
|
-
/* color of the calendar icon in the form/input*/
|
|
1203
|
-
/* The calendar header (month and prev/next arrow) */
|
|
1204
|
-
/* the real controls in the header (month, prev/next) */
|
|
1205
|
-
/* Calendar date cells */
|
|
1206
|
-
/* selected date */
|
|
1207
|
-
/* calendar/time bottom buttons and time AM/PM button */
|
|
1208
|
-
/* end ==== styles for uib datetime picker */ }
|
|
1209
|
-
.theme-fall .lf-form-title {
|
|
1210
|
-
background-color: #1946CC; }
|
|
1211
|
-
.theme-fall .lf-form-table .lf-form-table-row.lf-section-header,
|
|
1212
|
-
.theme-fall .lf-form-horizontal-table-title,
|
|
1213
|
-
.theme-fall .lf-form-matrix-table-title,
|
|
1214
|
-
.theme-fall .lf-form-table .lf-form-table-row.lf-section-header.lf-title-row {
|
|
1215
|
-
/* section headers & titles */
|
|
1216
|
-
background-color: #A4B8F4; }
|
|
1217
|
-
.theme-fall .lf-form button {
|
|
1218
|
-
/* "Add another"/Remove buttons*/
|
|
1219
|
-
background-color: #1946CC; }
|
|
1220
|
-
.theme-fall .lf-form .lf-help-button,
|
|
1221
|
-
.theme-fall .lf-form .lf-control-button,
|
|
1222
|
-
.theme-fall .lf-form .lf-copyright-button {
|
|
1223
|
-
/* Item buttons */
|
|
1224
|
-
color: #1946CC;
|
|
1225
|
-
background-color: transparent; }
|
|
1226
|
-
.theme-fall .lf-form .lf-form-title .lf-help-button,
|
|
1227
|
-
.theme-fall .lf-form .lf-form-title .lf-control-button,
|
|
1228
|
-
.theme-fall .lf-form .lf-form-title .lf-copyright-button {
|
|
1229
|
-
/* Buttons in the form title bar */
|
|
1230
|
-
color: white; }
|
|
1231
|
-
.theme-fall .lf-form .lf-help-button:hover,
|
|
1232
|
-
.theme-fall .lf-form .lf-control-button:hover,
|
|
1233
|
-
.theme-fall .lf-form .lf-copyright-button:hover {
|
|
1234
|
-
/* Item button hover color */
|
|
1235
|
-
color: #0F8357; }
|
|
1236
|
-
.theme-fall .lf-form .lf-form-title .lf-help-button:hover,
|
|
1237
|
-
.theme-fall .lf-form .lf-form-title .lf-control-button:hover,
|
|
1238
|
-
.theme-fall .lf-form .lf-form-title .lf-copyright-button:hover {
|
|
1239
|
-
/* Item button hover color in the form title bar */
|
|
1240
|
-
color: #0F8357; }
|
|
1241
|
-
.theme-fall .lf-form .lf-de-label span.lf-sn {
|
|
1242
|
-
/* Repeating section numbers */
|
|
1243
|
-
color: #1946CC;
|
|
1244
|
-
background-color: transparent;
|
|
1245
|
-
border: 2px solid #1946CC;
|
|
1246
|
-
border-radius: 0;
|
|
1247
|
-
padding-top: 1px;
|
|
1248
|
-
padding-bottom: 1px; }
|
|
1249
|
-
.theme-fall .lf-form-table-row.active-row {
|
|
1250
|
-
/* Active row color */
|
|
1251
|
-
background-color: #15B779; }
|
|
1252
|
-
.theme-fall .lf-form input:focus {
|
|
1253
|
-
/* Active (focused) field color */
|
|
1254
|
-
background-color: #BBF7E0; }
|
|
1255
|
-
.theme-fall .autocomp_selected li > button {
|
|
1256
|
-
background-color: #D7DADD;
|
|
1257
|
-
/* restoring multi-select button color */ }
|
|
1258
|
-
.theme-fall .autocomp_selected li > button:hover {
|
|
1259
|
-
background-color: #999;
|
|
1260
|
-
/* restoring multi-select button color */ }
|
|
1261
|
-
.theme-fall .ansList.no_match, .theme-fall input[type='text'].ansList.no_match, .theme-fall .search_field.no_match {
|
|
1262
|
-
/* non-matching field color */
|
|
1263
|
-
background-color: #0F8357; }
|
|
1264
|
-
.theme-fall .auto_complete .heading, .theme-fall .auto_complete .heading:hover {
|
|
1265
|
-
/* list heading colors */
|
|
1266
|
-
background-color: #E8E8E8;
|
|
1267
|
-
color: black; }
|
|
1268
|
-
.theme-fall .auto_complete .selected {
|
|
1269
|
-
/* selected list item */
|
|
1270
|
-
background-color: #A4B8F4; }
|
|
1271
|
-
.theme-fall .auto_complete li:hover, .theme-fall .auto_complete tr:hover {
|
|
1272
|
-
/* list item hover */
|
|
1273
|
-
background-color: #E8EDFC; }
|
|
1274
|
-
.theme-fall .auto_complete .listNum {
|
|
1275
|
-
/* list item number color */
|
|
1276
|
-
color: #1946CC; }
|
|
1277
|
-
.theme-fall .ui-datepicker .ui-widget-header {
|
|
1278
|
-
/* calendar header */
|
|
1279
|
-
background: #1946CC; }
|
|
1280
|
-
.theme-fall .ui-datepicker-calendar td a {
|
|
1281
|
-
/* Colors for days in currently shown month */
|
|
1282
|
-
background: #A4B8F4;
|
|
1283
|
-
color: black;
|
|
1284
|
-
border-color: #1946CC; }
|
|
1285
|
-
.theme-fall .ui-datepicker-calendar td a:hover {
|
|
1286
|
-
/* Hover colors for days in currently shown month */
|
|
1287
|
-
background: #1946CC;
|
|
1288
|
-
color: white;
|
|
1289
|
-
border-color: #A4B8F4; }
|
|
1290
|
-
.theme-fall .ui-datepicker-calendar .ui-datepicker-today a {
|
|
1291
|
-
/* Today's date in the calendar widget */
|
|
1292
|
-
background-color: #15B779;
|
|
1293
|
-
border-color: #0F8357; }
|
|
1294
|
-
.theme-fall .ui-datepicker-calendar .ui-datepicker-current-day a {
|
|
1295
|
-
/* Selected date in the calendar */
|
|
1296
|
-
background-color: white;
|
|
1297
|
-
border-color: #0F8357; }
|
|
1298
|
-
.theme-fall .ui-datepicker .ui-datepicker-next,
|
|
1299
|
-
.theme-fall .ui-datepicker .ui-datepicker-prev {
|
|
1300
|
-
color: #A4B8F4;
|
|
1301
|
-
border: 0; }
|
|
1302
|
-
.theme-fall .ui-datepicker .ui-datepicker-next .ui-icon,
|
|
1303
|
-
.theme-fall .ui-datepicker .ui-datepicker-prev .ui-icon {
|
|
1304
|
-
/* glyphicon settings */
|
|
1305
|
-
display: inline-block;
|
|
1306
|
-
font-family: 'Glyphicons Halflings';
|
|
1307
|
-
font-style: normal;
|
|
1308
|
-
font-weight: normal;
|
|
1309
|
-
line-height: 1;
|
|
1310
|
-
-webkit-font-smoothing: antialiased;
|
|
1311
|
-
/* other settings needed with the glyphicon */
|
|
1312
|
-
padding: 0.2em;
|
|
1313
|
-
text-indent: 0;
|
|
1314
|
-
background-image: none; }
|
|
1315
|
-
.theme-fall .ui-datepicker .ui-datepicker-next .ui-icon:before {
|
|
1316
|
-
content: "\e080 \n ";
|
|
1317
|
-
/* whitespace pushes real content out of sight */ }
|
|
1318
|
-
.theme-fall .ui-datepicker .ui-datepicker-prev .ui-icon:before {
|
|
1319
|
-
content: "\e079 \n "; }
|
|
1320
|
-
.theme-fall .ui-datepicker .ui-datepicker-next:hover,
|
|
1321
|
-
.theme-fall .ui-datepicker .ui-datepicker-prev:hover {
|
|
1322
|
-
background: #A4B8F4;
|
|
1323
|
-
color: #1946CC; }
|
|
1324
|
-
.theme-fall .lf-form .ui-datepicker-trigger {
|
|
1325
|
-
/* Calendar trigger button */
|
|
1326
|
-
background-color: transparent; }
|
|
1327
|
-
.theme-fall .ui-datepicker-trigger {
|
|
1328
|
-
color: #1946CC; }
|
|
1329
|
-
.theme-fall .ui-datepicker-trigger:hover {
|
|
1330
|
-
color: #0F8357; }
|
|
1331
|
-
.theme-fall .lf-dtm-picker-block .input-group-btn .btn {
|
|
1332
|
-
color: #1946CC; }
|
|
1333
|
-
.theme-fall .lf-dtm-picker-block .input-group-btn .btn:hover {
|
|
1334
|
-
color: #15B779; }
|
|
1335
|
-
.theme-fall .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th * {
|
|
1336
|
-
background-color: #1946CC;
|
|
1337
|
-
color: white; }
|
|
1338
|
-
.theme-fall .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th *:hover {
|
|
1339
|
-
color: black;
|
|
1340
|
-
background-color: #A4B8F4; }
|
|
1341
|
-
.theme-fall .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *,
|
|
1342
|
-
.theme-fall .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *:hover {
|
|
1343
|
-
background-color: inherit;
|
|
1344
|
-
color: inherit; }
|
|
1345
|
-
.theme-fall .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default {
|
|
1346
|
-
background: #A4B8F4;
|
|
1347
|
-
color: black; }
|
|
1348
|
-
.theme-fall .datetime-picker-dropdown .btn-default:hover,
|
|
1349
|
-
.theme-fall .datetime-picker-dropdown > li.time-picker-menu .btn-default:hover,
|
|
1350
|
-
.theme-fall .datetime-picker-dropdown > li.date-picker-menu tbody .btn-default:hover {
|
|
1351
|
-
background: #1946CC;
|
|
1352
|
-
color: white; }
|
|
1353
|
-
.theme-fall .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active {
|
|
1354
|
-
color: #1946CC;
|
|
1355
|
-
background-color: white; }
|
|
1356
|
-
.theme-fall .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active:hover {
|
|
1357
|
-
color: white;
|
|
1358
|
-
background-color: #1946CC; }
|
|
1359
|
-
.theme-fall .datetime-picker-dropdown .btn-group > .btn-sm,
|
|
1360
|
-
.theme-fall .datetime-picker-dropdown > li.time-picker-menu div table button {
|
|
1361
|
-
background: #A4B8F4;
|
|
1362
|
-
color: black; }
|
|
1363
|
-
.theme-fall .datetime-picker-dropdown .btn-group > .btn-sm:hover,
|
|
1364
|
-
.theme-fall .datetime-picker-dropdown > li.time-picker-menu div table button:hover {
|
|
1365
|
-
background-color: #1946CC;
|
|
1366
|
-
color: white; }
|
|
1367
|
-
.theme-fall .lf-form {
|
|
1368
|
-
font-family: Georgia, serif; }
|
|
1369
|
-
|
|
1370
|
-
/**************************** Winter theme ****************************/
|
|
1371
|
-
.theme-winter {
|
|
1372
|
-
/* start ==== styles for uib datetime picker */
|
|
1373
|
-
/* color of the calendar icon in the form/input*/
|
|
1374
|
-
/* The calendar header (month and prev/next arrow) */
|
|
1375
|
-
/* the real controls in the header (month, prev/next) */
|
|
1376
|
-
/* Calendar date cells */
|
|
1377
|
-
/* selected date */
|
|
1378
|
-
/* calendar/time bottom buttons and time AM/PM button */
|
|
1379
|
-
/* end ==== styles for uib datetime picker */ }
|
|
1380
|
-
.theme-winter .lf-form-title {
|
|
1381
|
-
background-color: #858EAD; }
|
|
1382
|
-
.theme-winter .lf-form-table .lf-form-table-row.lf-section-header,
|
|
1383
|
-
.theme-winter .lf-form-horizontal-table-title,
|
|
1384
|
-
.theme-winter .lf-form-matrix-table-title,
|
|
1385
|
-
.theme-winter .lf-form-table .lf-form-table-row.lf-section-header.lf-title-row {
|
|
1386
|
-
/* section headers & titles */
|
|
1387
|
-
background-color: #C2C7D6; }
|
|
1388
|
-
.theme-winter .lf-form button {
|
|
1389
|
-
/* "Add another"/Remove buttons*/
|
|
1390
|
-
background-color: #858EAD; }
|
|
1391
|
-
.theme-winter .lf-form .lf-help-button,
|
|
1392
|
-
.theme-winter .lf-form .lf-control-button,
|
|
1393
|
-
.theme-winter .lf-form .lf-copyright-button {
|
|
1394
|
-
/* Item buttons */
|
|
1395
|
-
color: #858EAD;
|
|
1396
|
-
background-color: transparent; }
|
|
1397
|
-
.theme-winter .lf-form .lf-form-title .lf-help-button,
|
|
1398
|
-
.theme-winter .lf-form .lf-form-title .lf-control-button,
|
|
1399
|
-
.theme-winter .lf-form .lf-form-title .lf-copyright-button {
|
|
1400
|
-
/* Buttons in the form title bar */
|
|
1401
|
-
color: white; }
|
|
1402
|
-
.theme-winter .lf-form .lf-help-button:hover,
|
|
1403
|
-
.theme-winter .lf-form .lf-control-button:hover,
|
|
1404
|
-
.theme-winter .lf-form .lf-copyright-button:hover {
|
|
1405
|
-
/* Item button hover color */
|
|
1406
|
-
color: #B3B3CC; }
|
|
1407
|
-
.theme-winter .lf-form .lf-form-title .lf-help-button:hover,
|
|
1408
|
-
.theme-winter .lf-form .lf-form-title .lf-control-button:hover,
|
|
1409
|
-
.theme-winter .lf-form .lf-form-title .lf-copyright-button:hover {
|
|
1410
|
-
/* Item button hover color in the form title bar */
|
|
1411
|
-
color: #B3B3CC; }
|
|
1412
|
-
.theme-winter .lf-form .lf-de-label span.lf-sn {
|
|
1413
|
-
/* Repeating section numbers */
|
|
1414
|
-
color: #858EAD;
|
|
1415
|
-
background-color: transparent;
|
|
1416
|
-
border: 2px solid #858EAD;
|
|
1417
|
-
border-radius: 0;
|
|
1418
|
-
padding-top: 1px;
|
|
1419
|
-
padding-bottom: 1px; }
|
|
1420
|
-
.theme-winter .lf-form-table-row.active-row {
|
|
1421
|
-
/* Active row color */
|
|
1422
|
-
background-color: #FFC0CB; }
|
|
1423
|
-
.theme-winter .lf-form input:focus {
|
|
1424
|
-
/* Active (focused) field color */
|
|
1425
|
-
background-color: #FFE6EA; }
|
|
1426
|
-
.theme-winter .autocomp_selected li > button {
|
|
1427
|
-
background-color: #D7DADD;
|
|
1428
|
-
/* restoring multi-select button color */ }
|
|
1429
|
-
.theme-winter .autocomp_selected li > button:hover {
|
|
1430
|
-
background-color: #999;
|
|
1431
|
-
/* restoring multi-select button color */ }
|
|
1432
|
-
.theme-winter .ansList.no_match, .theme-winter input[type='text'].ansList.no_match, .theme-winter .search_field.no_match {
|
|
1433
|
-
/* non-matching field color */
|
|
1434
|
-
background-color: #B3B3CC; }
|
|
1435
|
-
.theme-winter .auto_complete .heading, .theme-winter .auto_complete .heading:hover {
|
|
1436
|
-
/* list heading colors */
|
|
1437
|
-
background-color: #E8E8E8;
|
|
1438
|
-
color: black; }
|
|
1439
|
-
.theme-winter .auto_complete .selected {
|
|
1440
|
-
/* selected list item */
|
|
1441
|
-
background-color: #C2C7D6; }
|
|
1442
|
-
.theme-winter .auto_complete li:hover, .theme-winter .auto_complete tr:hover {
|
|
1443
|
-
/* list item hover */
|
|
1444
|
-
background-color: #F0F1F5; }
|
|
1445
|
-
.theme-winter .auto_complete .listNum {
|
|
1446
|
-
/* list item number color */
|
|
1447
|
-
color: #858EAD; }
|
|
1448
|
-
.theme-winter .ui-datepicker .ui-widget-header {
|
|
1449
|
-
/* calendar header */
|
|
1450
|
-
background: #858EAD; }
|
|
1451
|
-
.theme-winter .ui-datepicker-calendar td a {
|
|
1452
|
-
/* Colors for days in currently shown month */
|
|
1453
|
-
background: #C2C7D6;
|
|
1454
|
-
color: black;
|
|
1455
|
-
border-color: #858EAD; }
|
|
1456
|
-
.theme-winter .ui-datepicker-calendar td a:hover {
|
|
1457
|
-
/* Hover colors for days in currently shown month */
|
|
1458
|
-
background: #858EAD;
|
|
1459
|
-
color: white;
|
|
1460
|
-
border-color: #C2C7D6; }
|
|
1461
|
-
.theme-winter .ui-datepicker-calendar .ui-datepicker-today a {
|
|
1462
|
-
/* Today's date in the calendar widget */
|
|
1463
|
-
background-color: #FFC0CB;
|
|
1464
|
-
border-color: #B3B3CC; }
|
|
1465
|
-
.theme-winter .ui-datepicker-calendar .ui-datepicker-current-day a {
|
|
1466
|
-
/* Selected date in the calendar */
|
|
1467
|
-
background-color: white;
|
|
1468
|
-
border-color: #B3B3CC; }
|
|
1469
|
-
.theme-winter .ui-datepicker .ui-datepicker-next,
|
|
1470
|
-
.theme-winter .ui-datepicker .ui-datepicker-prev {
|
|
1471
|
-
color: #C2C7D6;
|
|
1472
|
-
border: 0; }
|
|
1473
|
-
.theme-winter .ui-datepicker .ui-datepicker-next .ui-icon,
|
|
1474
|
-
.theme-winter .ui-datepicker .ui-datepicker-prev .ui-icon {
|
|
1475
|
-
/* glyphicon settings */
|
|
1476
|
-
display: inline-block;
|
|
1477
|
-
font-family: 'Glyphicons Halflings';
|
|
1478
|
-
font-style: normal;
|
|
1479
|
-
font-weight: normal;
|
|
1480
|
-
line-height: 1;
|
|
1481
|
-
-webkit-font-smoothing: antialiased;
|
|
1482
|
-
/* other settings needed with the glyphicon */
|
|
1483
|
-
padding: 0.2em;
|
|
1484
|
-
text-indent: 0;
|
|
1485
|
-
background-image: none; }
|
|
1486
|
-
.theme-winter .ui-datepicker .ui-datepicker-next .ui-icon:before {
|
|
1487
|
-
content: "\e080 \n ";
|
|
1488
|
-
/* whitespace pushes real content out of sight */ }
|
|
1489
|
-
.theme-winter .ui-datepicker .ui-datepicker-prev .ui-icon:before {
|
|
1490
|
-
content: "\e079 \n "; }
|
|
1491
|
-
.theme-winter .ui-datepicker .ui-datepicker-next:hover,
|
|
1492
|
-
.theme-winter .ui-datepicker .ui-datepicker-prev:hover {
|
|
1493
|
-
background: #C2C7D6;
|
|
1494
|
-
color: #858EAD; }
|
|
1495
|
-
.theme-winter .lf-form .ui-datepicker-trigger {
|
|
1496
|
-
/* Calendar trigger button */
|
|
1497
|
-
background-color: transparent; }
|
|
1498
|
-
.theme-winter .ui-datepicker-trigger {
|
|
1499
|
-
color: #858EAD; }
|
|
1500
|
-
.theme-winter .ui-datepicker-trigger:hover {
|
|
1501
|
-
color: #B3B3CC; }
|
|
1502
|
-
.theme-winter .lf-dtm-picker-block .input-group-btn .btn {
|
|
1503
|
-
color: #858EAD; }
|
|
1504
|
-
.theme-winter .lf-dtm-picker-block .input-group-btn .btn:hover {
|
|
1505
|
-
color: #FFC0CB; }
|
|
1506
|
-
.theme-winter .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th * {
|
|
1507
|
-
background-color: #858EAD;
|
|
1508
|
-
color: white; }
|
|
1509
|
-
.theme-winter .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th *:hover {
|
|
1510
|
-
color: black;
|
|
1511
|
-
background-color: #C2C7D6; }
|
|
1512
|
-
.theme-winter .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *,
|
|
1513
|
-
.theme-winter .datetime-picker-dropdown > li.date-picker-menu thead tr:first-child th button *:hover {
|
|
1514
|
-
background-color: inherit;
|
|
1515
|
-
color: inherit; }
|
|
1516
|
-
.theme-winter .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default {
|
|
1517
|
-
background: #C2C7D6;
|
|
1518
|
-
color: black; }
|
|
1519
|
-
.theme-winter .datetime-picker-dropdown .btn-default:hover,
|
|
1520
|
-
.theme-winter .datetime-picker-dropdown > li.time-picker-menu .btn-default:hover,
|
|
1521
|
-
.theme-winter .datetime-picker-dropdown > li.date-picker-menu tbody .btn-default:hover {
|
|
1522
|
-
background: #858EAD;
|
|
1523
|
-
color: white; }
|
|
1524
|
-
.theme-winter .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active {
|
|
1525
|
-
color: #858EAD;
|
|
1526
|
-
background-color: white; }
|
|
1527
|
-
.theme-winter .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default.active:hover {
|
|
1528
|
-
color: white;
|
|
1529
|
-
background-color: #858EAD; }
|
|
1530
|
-
.theme-winter .datetime-picker-dropdown .btn-group > .btn-sm,
|
|
1531
|
-
.theme-winter .datetime-picker-dropdown > li.time-picker-menu div table button {
|
|
1532
|
-
background: #C2C7D6;
|
|
1533
|
-
color: black; }
|
|
1534
|
-
.theme-winter .datetime-picker-dropdown .btn-group > .btn-sm:hover,
|
|
1535
|
-
.theme-winter .datetime-picker-dropdown > li.time-picker-menu div table button:hover {
|
|
1536
|
-
background-color: #858EAD;
|
|
1537
|
-
color: white; }
|
|
1538
|
-
.theme-winter .lf-form {
|
|
1539
|
-
font-family: Georgia, serif; }
|
|
1540
|
-
|
|
1541
|
-
/*# sourceMappingURL=themes.css.map */
|