jspreadsheet 11.0.12 → 11.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +542 -541
- package/dist/jspreadsheet.css +1629 -1
- package/package.json +1 -1
package/dist/jspreadsheet.css
CHANGED
|
@@ -1 +1,1629 @@
|
|
|
1
|
-
.jss>tbody>tr.selected>td.jss_row,.jss>thead>tr>th.selected{background-color:#dcdcdc}.jss>tbody>tr>td.jss_dropdown,.jss>thead>tr>th{background-repeat:no-repeat;text-overflow:ellipsis}.jss>tbody>tr>td,.jss>tfoot>tr>td,.jss>thead>tr>th{border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid transparent;box-sizing:border-box;overflow:hidden;border-bottom:1px solid transparent}.jss>tbody>tr.selected>td.jss_row,.jss>tbody>tr>td,.jss>tfoot>tr>td,.jss>thead>tr>th{border-right:1px solid transparent}.jss>tbody>tr>td,.jss>tfoot>tr>td,.jss>thead>tr>th,.jss_container,.jss_content{box-sizing:border-box}.jss.jss_left>tbody>tr>td,.jss>tbody>tr>td.jss_left,.jss_dialog{text-align:left}.jss>tbody>tr>td,.jss>tfoot>tr>td,.jss>thead>tr>th,.jss>thead>tr>th.selected{border-bottom:1px solid transparent}.jss_modern table.jss>tbody>tr>td,.jss_modern table.jss>thead>tr>th{border-left:1px solid transparent}.jss_container{display:inline-block;overscroll-behavior:contain;outline:0}.jss_container.jtabs{max-width:initial}.jss_container.fullscreen{position:fixed;top:0;left:0;width:100%!important;height:100%!important;margin:0;background-color:#fff;z-index:7;display:flex;flex-direction:column}.jss_container.fullscreen .jtabs-content{flex:1;overflow:hidden}.jss_container.fullscreen .jss_worksheet{height:100%;flex-direction:column;align-content:stretch}.jss_container.fullscreen .jss_worksheet.jtabs-selected{display:flex}.jss_container.fullscreen .jss_worksheet .jss_content{flex:1;width:100%!important;max-width:initial!important;max-height:initial!important}.jss_container .jss_filter{margin-top:5px;padding-top:5px}.jss_content{display:block;position:relative;scrollbar-width:thin;border-top:1px solid #ccc;box-shadow:inset 1px 0 0 0 #ccc}.jss_content_overflow{width:100%;height:100%}.jss,.jss_hidden_col{width:0}.jss_container.fullscreen .jss_content,.jss_content_overflow{overflow:auto;border-right:1px solid #ccc;border-bottom:1px solid #ccc;padding-right:3px;padding-bottom:3px}.jss_container.fullscreen .jss,.jss_content_overflow .jss{position:sticky;top:0;left:0}.jss_content::-webkit-scrollbar{height:12px;width:12px}.jss_content::-webkit-scrollbar-track{background:#f1f1f1}.jss_content::-webkit-scrollbar-thumb{background:#c1c1c1}.jss_content::-webkit-scrollbar-thumb:hover{background-color:#a8a8a8}.jss{border-collapse:separate;table-layout:fixed;white-space:nowrap;empty-cells:show;background-color:#fff;outline:0;border-top:0;border-left:0;border-right:1px solid #ccc;border-bottom:1px solid #ccc}.jss.jss_center>tbody>tr>td,.jss>tbody>tr>td.jss_center{text-align:center}.jss.jss_right>tbody>tr>td,.jss>tbody>tr>td.jss_number,.jss>tbody>tr>td.jss_right{text-align:right}.jss>thead>tr>th{background-color:#f3f3f3;padding:6px;cursor:pointer;position:sticky;top:0;z-index:4;background-position:center right 0;line-height:1em;font-size:1em;font-weight:400}.jss>thead>tr:first-child>th{border-top:1px solid transparent}.jss>thead>tr.jss_nested>th::after,.jss>thead>tr.jss_nested>th::before,.jss>thead>tr>th:first-child:after{cursor:default}.jss>thead>tr>th:first-child{box-shadow:1px 0 0 0 #ccc}.jss>tbody>tr>td.jss_row,.jss>tfoot>tr>td{background-color:#f3f3f3;text-align:center;position:sticky}.jss>thead>tr>th.jss_filters_icon::before{font-family:"Material Icons";content:'filter_alt';position:absolute;right:0;font-size:16px;width:16px;height:16px;color:#ccc}.jss>thead>tr>th.jss_filters_active::before{color:#888}.jss>tbody>tr>td{padding:4px;line-height:1em;height:24px;text-align:center;white-space:pre}.jss>tbody>tr>td.jss_wrap{white-space:break-spaces}.jss>tbody>tr>td.jss_dropdown_tags,.jss_input{white-space:pre-wrap}.jss>tbody>tr>td.jss_row{z-index:4;left:0}.jss>tfoot>tr>td:first-child,.jss>thead>tr>th:first-child{position:sticky;left:0;z-index:5!important}.jss_overflow>tbody>tr>td:not(.jss_frozen):has(+td:empty){overflow:initial}.jss_overflow>tbody>tr>td:has(+td.jss_hidden:empty){overflow:hidden}.jss_hidden_col,.jss_hidden_row{visibility:collapse}.jss_hidden_row{height:0}.jss>tbody>tr>td:last-child{overflow:hidden}.jss>tbody>tr>td>img{max-width:40px;vertical-align:bottom}.jss>tbody>tr>td>img.round{object-fit:cover;border-radius:40px;height:40px}.jss>tbody>tr>td>img.small{width:24px;height:24px}.jss>tbody>tr>td.readonly{color:rgba(0,0,0,.4)}.jss>tbody>tr>td>input,.jss>tbody>tr>td>select,.jss>tbody>tr>td>textarea{border:0;border-radius:0;outline:0;width:100%;margin:0;padding:0;background-color:transparent;box-sizing:border-box}.jss>tbody>tr>td>textarea{resize:none;display:block}.jss>tbody>tr>td>input[type=checkbox],.jss>tbody>tr>td>input[type=radio]{display:block;width:initial;margin:0 auto}.jss>tbody>tr>td.readonly>input[type=checkbox],.jss>tbody>tr>td.readonly>input[type=radio]{pointer-events:none;opacity:.5}.jss>tbody>tr>td.jss_dropdown{background-position:top 50% right 0;background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='lightgray'/%3E%3C/svg%3E");overflow-x:hidden;padding-right:16px}.jss>tbody>tr>td.jss_dropdown:hover{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='gray'/%3E%3C/svg%3E")}.jss>tbody>tr>td.jss_dropdown[title]{background:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='lightgray'/%3E%3C/svg%3E") top 50% right 5px no-repeat,url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFuGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTAxLTMxVDE4OjU1OjA4WiIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wMS0zMVQxODo1NTowOFoiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAxLTMxVDE4OjU1OjA4WiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphMTlhZDJmOC1kMDI2LTI1NDItODhjOS1iZTRkYjkyMmQ0MmQiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkOGI5NDUyMS00ZjEwLWQ5NDktYjUwNC0wZmU1N2I3Nzk1MDEiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplMzdjYmE1ZS1hYTMwLWNkNDUtYTAyNS1lOWYxZjk2MzUzOGUiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplMzdjYmE1ZS1hYTMwLWNkNDUtYTAyNS1lOWYxZjk2MzUzOGUiIHN0RXZ0OndoZW49IjIwMTktMDEtMzFUMTg6NTU6MDhaIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmExOWFkMmY4LWQwMjYtMjU0Mi04OGM5LWJlNGRiOTIyZDQyZCIgc3RFdnQ6d2hlbj0iMjAxOS0wMS0zMVQxODo1NTowOFoiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4En6MDAAAAX0lEQVQYlX3KOw6AIBBAwS32RpJADXfx0pTET+ERZJ8F8RODFtONsG0QAoh0CSDM82dqodaBdQXnfoLZQM7gPai+wjNNE8R4pTuAYNZSKZASqL7CMy0LxNgJp30fKYUDi3+vIqb/+rUAAAAASUVORK5CYII=') top 0 right -1px no-repeat #fff}.jss>tbody>tr>td.jss_richtext{white-space:initial!important}.jss>tbody>tr>td>.color{width:90%;height:10px;margin:auto;pointer-events:none}.jss>tbody>tr>td.jss_cursor a{text-decoration:underline;color:#00f;cursor:pointer}.jss>tbody>tr>td.jss_progressbar{padding-left:10px;padding-right:10px}.jss>tbody>tr>td.jss_progressbar>div{height:5px;background-color:red;background-clip:content-box}.jss>tfoot>tr>td{padding:2px;cursor:pointer;bottom:0;z-index:1}.jss_corner{position:absolute;background-color:#000;height:1px;width:1px;border:1px solid #fff;top:-2000px;left:-2000px;cursor:crosshair;box-sizing:initial;z-index:2;padding:2px}.jss_border,.jss_dialog,.jss_filters>div,.jss_group,.jss_helper,.jss_input,.jss_input[contentEditable=false]>input,.jss_loading,.jss_pagination>div>div,.jss_style_col,.jss_style_form_group,.jss_style_row{box-sizing:border-box}.jss,.jss td,.jss>tbody>tr>td>img,.jss_corner{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none}.jss_textarea{position:fixed;width:0;height:0;opacity:0}.jss_input{position:absolute;z-index:6;pointer-events:none;line-height:1;outline:0;opacity:0}.jss_dialog{width:100%!important;height:240px!important;min-width:340px;min-height:240px;max-width:340px;user-select:none;box-shadow:2px 2px 8px 2px rgba(0,0,0,.14);overflow:auto;scrollbar-width:thin;scrollbar-color:#333 transparent;background-color:#f8f8f8}.jss_forbidden,.jss_input>.jss_dialog{max-width:600px}.jss_dialog::-webkit-scrollbar{width:12px;height:12px}.jss_dialog::-webkit-scrollbar-track{border:1px solid #fff;background:#eee}.jss_dialog::-webkit-scrollbar-thumb{border:1px solid #fff;background:#888}.jss_dialog.jclose:after{position:absolute;top:0;right:0;margin:20px;content:'close';font-family:'Material icons';font-size:24px;width:24px;height:24px;line-height:24px;cursor:pointer;text-shadow:0 0 5px #fff}.jss_dialog[title]:before{margin:10px;content:attr(title);position:absolute;top:0;right:0;line-height:24px}.jss_dialog .jtoolbar{height:initial}.jss_percent:after{content:' %'}.jss_percent.jss_formula:after{content:''}.jss_input.jss_formula{white-space:nowrap;overflow:hidden}.jss_input.jss_nowrap{display:flex;flex-wrap:nowrap;overflow:hidden}.jss_about,.jss_about img,.jss_search_container>div:empty,.jss_toolbar:empty{display:none}.jss_input.jss_nowrap.jss_formula{display:initial}.jss_input.jss_focus{padding:4px;pointer-events:initial;opacity:1;background-color:#fff}.jss_border,.jss_container.disconnected,.jss_helper{pointer-events:none}.jss_input[contentEditable=false]{padding:0!important}.jss_input[contentEditable=false]>input{outline:0;border:0;padding:4px 4px 4px 6px;max-width:100%;margin:0}.jss_input .jdropdown-header{border:0!important;outline:0!important;padding:4px 4px 4px 6px!important;height:100%;background-position:top 50% right 0}.jss_input .jdropdown-container-header{padding:0;margin:0;height:initial}.arrow-down::after,.arrow-up::after{margin-left:2px;display:inline-block}.jss_input .jdropdown-picker{border:0!important;padding:0!important;width:initial;height:initial}.jss_input .jeditor{padding:15px}.jss .error{border:1px solid red}.jss tbody td[title]{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFuGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTAxLTMxVDE4OjU1OjA4WiIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wMS0zMVQxODo1NTowOFoiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAxLTMxVDE4OjU1OjA4WiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphMTlhZDJmOC1kMDI2LTI1NDItODhjOS1iZTRkYjkyMmQ0MmQiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkOGI5NDUyMS00ZjEwLWQ5NDktYjUwNC0wZmU1N2I3Nzk1MDEiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplMzdjYmE1ZS1hYTMwLWNkNDUtYTAyNS1lOWYxZjk2MzUzOGUiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplMzdjYmE1ZS1hYTMwLWNkNDUtYTAyNS1lOWYxZjk2MzUzOGUiIHN0RXZ0OndoZW49IjIwMTktMDEtMzFUMTg6NTU6MDhaIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmExOWFkMmY4LWQwMjYtMjU0Mi04OGM5LWJlNGRiOTIyZDQyZCIgc3RFdnQ6d2hlbj0iMjAxOS0wMS0zMVQxODo1NTowOFoiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4En6MDAAAAX0lEQVQYlX3KOw6AIBBAwS32RpJADXfx0pTET+ERZJ8F8RODFtONsG0QAoh0CSDM82dqodaBdQXnfoLZQM7gPai+wjNNE8R4pTuAYNZSKZASqL7CMy0LxNgJp30fKYUDi3+vIqb/+rUAAAAASUVORK5CYII=') top 0 right -1px no-repeat #fff}.jss_about{float:right;font-size:.7em;padding:2px;text-transform:uppercase;letter-spacing:1px}.jss_about a{color:#ccc;text-decoration:none}.jss_search_container{display:flex;justify-content:space-between;background-color:#f3f3f3;border:1px solid #ccc;border-bottom:0}.jss_search_container>div{display:inline-block;padding:8px;align-items:center}.jss_pagination{display:flex;justify-content:space-between;align-items:center}.jss_pagination>div{display:flex;padding:8px;font-size:.9em}.jss_forbidden>div,.jss_hidden,.jss_loading,.jss_tabs>.jss_tab,.jss_tooltip:empty{display:none}.jss_pagination>div:last-child{padding-right:10px;padding-top:10px}.jss_pagination>div>div{text-align:center;width:36px;height:36px;line-height:34px;border:1px solid #ccc;margin-left:2px;cursor:pointer}.jss_page{font-size:.8em}.jss_page_selected{font-weight:700;background-color:#f3f3f3}.jss_toolbar{background-color:#f3f3f3;border:1px solid #ccc;padding:4px;position:sticky;top:0;z-index:5;min-width:fit-content;margin-top:1px;margin-bottom:1px}.jss_container.fullscreen .jss_toolbar{position:relative;margin-bottom:1px;margin-right:0}.jss_toolbar .jss_toolbar_selected,.jss_toolbar .jtoolbar-item:hover{background-color:#eaeaea}.jss_toolbar .jtoolbar-item>.jpicker-header:hover{background-color:#eaeaea!important}.jss_toolbar i.jss_toolbar_item{width:24px;height:24px;padding:4px;cursor:pointer;display:inline-block}.jss_toolbar::-webkit-scrollbar{display:none}.jss_tabs>.jss_tab_link{display:inline-block;padding:10px 20px;margin-right:5px;margin-bottom:5px;background-color:#f3f3f3;cursor:pointer}.jss_tabs>.jss_tab_link.selected{background-color:#ddd}.jss_hidden_index>colgroup>col:first-child,.jss_hidden_index>tbody>tr>td:first-child,.jss_hidden_index>tfoot>tr>td:first-child,.jss_hidden_index>thead>tr>th:first-child{visibility:collapse;width:1px}.jss_border{position:absolute;border:1px solid transparent;opacity:.6;z-index:2}.jss_border_main{border:1px solid #000;background-color:#00000015;background-origin:content-box}.jss_border_copying{background-size:8px 1px,8px 1px,1px 8px,1px 8px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);animation:2s linear infinite ants;opacity:1}.jss_border_copying_hide_left{background-size:0 0,8px 1px,0 0,0 0!important}@keyframes ants{0%{background-position:0 0,0 100%,0 0,100% 0}100%{background-position:40px 0,-40px 100%,0 -40px,100% 40px}}.jss_border_cloning{border:1px dashed #000}.jss_border_ctrl{border:2px solid #fff;outline:#777777 solid 1px;outline-offset:-1px;background-color:#5b5b5b50}.jss tbody tr:nth-child(2n) td.jss_zebra,.jss_cursor,.jss_group_parent>.jss_frozen,.jss_modern table.jss>tbody>tr.selected>td:first-child,.jss_modern table.jss>thead>tr>th.selected,.jss_tags>div,.jss_zebra tbody tr:nth-child(2n) td{background-color:#eee}.jss_cursor.jss_frozen,.jss_cursor.jss_frozen_row{background-color:#eee!important}.jss_loading{position:absolute;z-index:5;width:calc(100% - 3px);height:1px;overflow:hidden;padding-left:1px;padding-right:1px;border:0;margin-top:-1px;margin-left:1px}.jss_dropdown_tag,.jss_tags>div{display:inline-block;font-size:.8em}.jss_loading:after{content:'';position:absolute;height:3px;background-color:#aaa;animation:1.5s cubic-bezier(.4,0,.2,1) infinite jss_loading}.disconnected .jss_loading{display:block;background-color:red}@keyframes jss_loading{0%{margin-left:0;width:0}50%{margin-left:0;width:50%}100%{margin-left:100%;width:100%}}.jss_tags>div{padding-left:8px;padding-right:8px;border-radius:2px;margin-right:4px;outline:0}.jss_rating{padding:0}.jss_rating>div{line-height:13px}.jss_filters_options label>div.rating>i,.jss_rating>div>i{line-height:13px;width:13px;height:13px;vertical-align:bottom}.jss thead .jss_frozen{position:sticky;z-index:5;box-shadow:2px 0 0 0 #aaa}.jss tfoot .jss_frozen{position:sticky;z-index:2;box-shadow:1px 0 0 0 #aaa}.jss tbody .jss_frozen,.jss tbody .jss_frozen_row{position:sticky;z-index:1;background-color:#fff;box-shadow:1px 1px 2px 0 #aaa}.jss .jss_notes{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:pre-wrap}.jss_row_medium>tbody>tr{height:3em}.jss_row_large>tbody>tr{height:6em}.jss_row_extra>tbody>tr{height:9em}.jss_row_medium>tbody>tr .jss_notes{-webkit-line-clamp:3;height:3em}.jss_row_large>tbody>tr .jss_notes{-webkit-line-clamp:6;height:6em}.jss_row_extra>tbody>tr .jss_notes{-webkit-line-clamp:9;height:9em}.jss_modern table.jss{border-right:1px solid transparent}.jss_light table.jss>thead>tr>th,.jss_modern table.jss>thead>tr>th{background-color:#f5f5f5;border-top:1px solid #ddd;border-right:1px solid transparent;padding:8px}.jss_light table.jss>thead>tr>th:first-child,.jss_modern table.jss>thead>tr>th:first-child{box-shadow:1px 0 0 0 #ddd}.jss_light table.jss>thead>tr:last-child>th,.jss_modern table.jss>thead>tr:last-child>th{border-bottom:1px solid #000}.jss_light table.jss>tfoot>tr>td,.jss_modern table.jss>tfoot>tr>td{border-top:1px solid #000;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;background-color:#fff;padding:8px}.jss_light table.jss>thead>tr>th.jss_filters_icon,.jss_modern table.jss>thead>tr>th.jss_filters_icon{background-position:center right 8px}.jss_light table.jss>tbody>tr.selected>td:first-child,.jss_light table.jss>thead>tr>th.selected{background-color:#e3e3e3}.jss_modern table.jss>tbody>tr>td{padding:8px;border-right:1px solid transparent}.jss_light table.jss>tbody>tr>td{border-top:1px solid #ddd;border-left:1px solid #ddd}.jss_light .jss_toolbar,.jss_light table.jss>tbody>tr>td:first-child,.jss_modern .jss_toolbar,.jss_modern table.jss>tbody>tr>td:first-child{background-color:#f5f5f5}.jss_modern .jss_toolbar{border-color:#ddd}.jss_light .jss_pagination,.jss_modern .jss_pagination{background-color:#f8f8f8;border:1px solid #eee}.jss_light .jss_pagination>div>div{border:1px solid transparent;background-color:#f2f2f2}.jss_modern .jss_pagination>div>div{border:1px solid transparent;background-color:#fff}.jss_modern .jss_page_selected{background:linear-gradient(to bottom,#fff 0,#dcdcdc 100%);border:1px solid #979797!important;font-weight:400;color:#333!important;border-radius:2px}.jss_modern .jss_focus{padding:8px}.jss_modern .jss_search_container{background:initial;border:initial}.jss_dropdown_icon{width:12px;height:12px;border-radius:6px;margin:auto}.jss_dropdown_tag{border-radius:6px;margin-top:1px;margin-bottom:1px;margin-right:2px;padding:4px 10px}.jss_filters{position:absolute;z-index:11;background-color:#fff;color:#555;font-size:.8em;user-select:none;box-shadow:2px 2px 2px 0 #8f9091;border:1px solid #c6c6c6;padding:20px;margin:0;outline:0;display:none}.jss_filters>div{display:block;width:280px;position:relative;cursor:default;font-family:sans-serif}.jss_filters>div.jss_filter_search_container{display:flex;margin-bottom:6px}.jss_filters label{display:block;line-height:18px;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jss_filters_operators,.jss_filters_search{padding:6px;border:1px solid #d9d9d9;width:100%;flex:3}.jss_filters_search{margin-right:6px;flex:4}.jss_filters_options{border:1px solid #d9d9d9}.jss_filters_options label{display:flex;align-items:center}.jss_filters_options label>div.color{width:80px;height:8px}.jss_filters_options label>img{width:18px;height:18px;border-radius:10px}.jss_filters_options label>div.progressbar{background-color:red;height:8px}.jss_filters input[type=checkbox]{vertical-align:middle;position:relative;bottom:1px;margin:5px}.jss_filters_apply{padding:6px;margin-top:6px;width:100px;float:right}.jss_helper{position:absolute;top:0;left:0;width:1px;height:100%;background-color:transparent;border:1px solid #d00;z-index:7;display:none}.jss_helper.jss_helper_row:before{content:'';position:absolute;margin-top:-5px;margin-left:-8px;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #d00}.jss_helper.jss_helper_col:before{content:'';position:absolute;margin-top:-8px;margin-left:-5px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #d00}.jss_forbidden{padding:80px;text-align:center;border:1px solid #ccc;color:#999}.jss_forbidden:before{content:'Jspreadsheet: Permission Denied'}.arrow-down,.arrow-up{text-decoration:underline}.arrow-up::after{content:'\2191';text-decoration:initial}.arrow-down::after{content:'\2193';text-decoration:initial}.jss_scroll{position:absolute;min-height:1px;min-width:1px}.jss_group,.jss_picker,.jss_warning{position:relative}.jss>thead>tr.jss_group_container>th{text-align:center;overflow:initial;background-color:transparent;border:0}.jss_group{content:attr(data-status);font-family:'Courier new';line-height:16px;text-align:center;color:#fff;border-radius:2px;background-color:#777;width:16px;height:16px;display:inline-block}.jss_group:after{content:'d';position:absolute;border-top:1px solid #ccc;border-right:1px solid #ccc;width:300px;height:4px;left:0;margin-top:7px;margin-left:16px}.jss_selectall{box-shadow:inset 1px 1px 0 0 #ccc}.jss_selectall:after{content:' ';border-bottom:12px solid #ccc;border-left:12px solid transparent;width:0;position:absolute;bottom:3px;right:3px}.jss_pagination_dropdown{margin-left:4px;margin-right:4px}.red{color:red}.jss>thead>tr>th.jss_filters_icon{padding-right:16px!important}.jss_red .jss_corner{background-color:#d00}.jss_red .jss_border_main{border:1px solid #d00;background-color:#dd000010}.jss_red .jss>thead>tr>th.selected{box-shadow:0 1px 0 0 #d00}.jss_red .jss>tbody>tr.selected>td:nth-child(2){border-left:1px solid #d00!important;box-shadow:1px 0 0 0 #000}.jss_picker{padding:5px 8px;border:1px solid #ccc}.jss_picker:after{content:"highlight_alt";font-size:18px;font-family:"Material Icons";color:#000;position:absolute;right:5px;cursor:pointer}.jss_picker.active{outline:#FF0000 solid 2px;outline-offset:-2px;animation:1s infinite blink}@keyframes blink{50%{outline:transparent solid 2px}}.jss_media>div{z-index:10}.jss_media_item[data-type=chart]{background-color:#fff}.jss_image>img{position:absolute;max-width:100%;z-index:10}.jss_image>img:focus{outline:black solid 2px}.jss .jcolor-input{padding:5px 24px 5px 5px!important}.jss_warning{border-left:1px solid red!important;background-color:#ffefef!important}.jss_warning:before{content:'warning';font-family:'Material Icons';font-size:13px;position:absolute;color:red;left:2px;font-weight:400}.jss_warning:empty:before{margin-top:-7px}.fullscreen .jss_content{resize:none!important}.jss_last{z-index:4}.jss_resize_corner{position:absolute;width:8px;height:8px;border-radius:8px;border:2px solid #fff;background-color:red;pointer-events:all}.jss tbody .jss_frozen_row.jss_frozen{box-shadow:1px 1px 2px 0 #aaa;z-index:2}.jss>tbody>tr>td.jss_row.jss_frozen_row{z-index:5;box-shadow:0 2px 0 0 #aaa}.jss_freeze_control_col{border-right:1px solid #aaa!important}.jss_freeze_control_row{border-bottom:1px solid #aaa!important}.jss_rotate{-ms-writing-mode:tb-rl;-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl;transform:rotate(0);white-space:nowrap}.jss div{line-height:1em}@-webkit-keyframes spin{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.jss_searching{position:relative}.jss_searching:after{content:'';display:block;position:absolute;right:16px;top:calc(50% - 7px);width:12px;height:12px;border-style:solid;border-color:transparent #888 #888;border-width:1px;border-radius:50%;-webkit-animation:.8s linear infinite spin;animation:.8s linear infinite spin}.jss_nogridline>tbody>tr>td{border:1px solid transparent}.jss_highlight{background-color:#ffffd6}.jss_header>i.material-icons,.jss_row>i.material-icons{font-size:13px;position:absolute;right:2px;margin-top:2px;cursor:pointer}.jss_header.jss_filters_icon>i.material-icons{right:16px}.jss_upload{position:absolute!important;display:none;margin-left:-240px}.jss_group_parent{background-color:#65656522}.jss_group_child{background-color:#bbbbbb22}.jss_group_child>.jss_frozen{background-color:#f4f4f4}.jss_group_parent.jss_group_child{background-color:#77777722}.jss_tooltip{position:absolute;pointer-events:none;background-color:rgba(0,0,0,.7);color:#fff;border-radius:5px;padding:5px 10px;white-space:nowrap;z-index:999;display:block;animation:.5s fadeIn}.lm-lazy{position:relative;overflow-y:auto;display:flex}.lm-lazy-scroll{position:absolute;width:1px}.lm-lazy-items{position:sticky;top:0}.jss_filters_options .lm-lazy-items,.jss_style_p10{padding:10px}.jss_style_row{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;align-items:center}.jss_style_row.container{flex-wrap:nowrap}.jss_style_row.middle{align-items:center}.jss_style_row.start{justify-content:flex-start}.jss_style_f1{flex:1}.jss_style_form_group{width:100%;padding-right:8px;padding-bottom:8px}.jss_style_form_group label{display:block;padding-bottom:4px}.jss_style_form_group input[type=number],.jss_style_form_group input[type=text],.jss_style_form_group select{width:100%;padding:5px 8px;border:1px solid #ccc;box-sizing:border-box;color:inherit;font-family:inherit;font-size:inherit}.jss_style_form_group .jdropdown{width:100%}.jss_style_p2{padding:2px}.jss_style_p6{padding:6px}.jss_style_p20{padding:20px}.jss_style_button{width:100%;padding:8px 16px;border-radius:2px;cursor:pointer;outline:0;background-color:#737373;border:1px solid transparent;color:#fff;margin-top:4px}.jss input[disabled]{opacity:.6}
|
|
1
|
+
.jss_container {
|
|
2
|
+
display:inline-block;
|
|
3
|
+
box-sizing: border-box;
|
|
4
|
+
overscroll-behavior: contain;
|
|
5
|
+
outline: none;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.jss_container.jtabs {
|
|
9
|
+
max-width: initial;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.jss_container.fullscreen {
|
|
13
|
+
position:fixed;
|
|
14
|
+
top: 0;
|
|
15
|
+
left: 0;
|
|
16
|
+
width: 100% !important;
|
|
17
|
+
height: 100% !important;
|
|
18
|
+
margin: 0;
|
|
19
|
+
background-color: #fff;
|
|
20
|
+
z-index: 7;
|
|
21
|
+
display: flex;
|
|
22
|
+
flex-direction: column;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.jss_container.fullscreen .jtabs-content {
|
|
26
|
+
flex: 1;
|
|
27
|
+
overflow: hidden;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.jss_container.fullscreen .jss_worksheet {
|
|
31
|
+
height: 100%;
|
|
32
|
+
flex-direction: column;
|
|
33
|
+
align-content: stretch;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.jss_container.fullscreen .jss_worksheet.jtabs-selected {
|
|
37
|
+
display: flex;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.jss_container.fullscreen .jss_worksheet .jss_content {
|
|
41
|
+
flex: 1;
|
|
42
|
+
width: 100% !important;
|
|
43
|
+
max-width: initial !important;
|
|
44
|
+
max-height: initial !important;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.jss_container .jss_filter {
|
|
48
|
+
margin-top:5px;
|
|
49
|
+
padding-top:5px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.jss_content {
|
|
53
|
+
display: block;
|
|
54
|
+
position: relative;
|
|
55
|
+
box-sizing: border-box;
|
|
56
|
+
scrollbar-width: thin;
|
|
57
|
+
border-top: 1px solid #ccc;
|
|
58
|
+
box-shadow: inset 1px 0 0 0 #ccc;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.jss_content_overflow {
|
|
62
|
+
width: 100%;
|
|
63
|
+
height: 100%;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.jss_container.fullscreen .jss_content, .jss_content_overflow {
|
|
67
|
+
overflow: auto;
|
|
68
|
+
border-right: 1px solid #ccc;
|
|
69
|
+
border-bottom: 1px solid #ccc;
|
|
70
|
+
padding-right: 3px;
|
|
71
|
+
padding-bottom: 3px;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.jss_container.fullscreen .jss, .jss_content_overflow .jss {
|
|
75
|
+
position: sticky;
|
|
76
|
+
top: 0;
|
|
77
|
+
left: 0;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.jss_content::-webkit-scrollbar {
|
|
81
|
+
height: 12px;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.jss_content::-webkit-scrollbar {
|
|
85
|
+
width: 12px;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.jss_content::-webkit-scrollbar-track {
|
|
89
|
+
background: #f1f1f1;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.jss_content::-webkit-scrollbar-thumb {
|
|
93
|
+
background: #c1c1c1;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.jss_content::-webkit-scrollbar-thumb:hover {
|
|
97
|
+
background-color: #a8a8a8;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.jss {
|
|
101
|
+
border-collapse: separate;
|
|
102
|
+
table-layout: fixed;
|
|
103
|
+
white-space: nowrap;
|
|
104
|
+
empty-cells: show;
|
|
105
|
+
background-color: #fff;
|
|
106
|
+
width: 0;
|
|
107
|
+
outline: none;
|
|
108
|
+
border-top: 0;
|
|
109
|
+
border-left: 0;
|
|
110
|
+
border-right: 1px solid #ccc;
|
|
111
|
+
border-bottom: 1px solid #ccc;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.jss.jss_left > tbody > tr > td, .jss > tbody > tr > td.jss_left {
|
|
115
|
+
text-align: left;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.jss.jss_center > tbody > tr > td, .jss > tbody > tr > td.jss_center {
|
|
119
|
+
text-align: center;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.jss.jss_right > tbody > tr > td, .jss > tbody > tr > td.jss_right {
|
|
123
|
+
text-align: right;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.jss > thead > tr > th {
|
|
127
|
+
border-top: 1px solid #ccc;
|
|
128
|
+
border-left: 1px solid #ccc;
|
|
129
|
+
border-right: 1px solid transparent;
|
|
130
|
+
border-bottom: 1px solid transparent;
|
|
131
|
+
background-color: #f3f3f3;
|
|
132
|
+
padding: 6px;
|
|
133
|
+
cursor: pointer;
|
|
134
|
+
box-sizing: border-box;
|
|
135
|
+
overflow: hidden;
|
|
136
|
+
text-overflow: ellipsis;
|
|
137
|
+
position: sticky;
|
|
138
|
+
top: 0;
|
|
139
|
+
z-index: 4;
|
|
140
|
+
background-repeat: no-repeat;
|
|
141
|
+
background-position: center right 0;
|
|
142
|
+
line-height: 1em;
|
|
143
|
+
font-size: 1em;
|
|
144
|
+
font-weight: normal;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.jss > thead > tr:first-child > th {
|
|
148
|
+
border-top: 1px solid transparent;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.jss > thead > tr > th:first-child:after,
|
|
152
|
+
.jss > thead > tr.jss_nested > th::before,
|
|
153
|
+
.jss > thead > tr.jss_nested > th::after {
|
|
154
|
+
cursor:default;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.jss > thead > tr > th:first-child {
|
|
158
|
+
box-shadow: 1px 0 0 0 #ccc;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.jss > thead > tr > th.selected {
|
|
162
|
+
background-color: #dcdcdc;
|
|
163
|
+
border-bottom: 1px solid transparent;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.jss > thead > tr > th.jss_filters_icon::before {
|
|
167
|
+
font-family: "Material Icons";
|
|
168
|
+
content: 'filter_alt';
|
|
169
|
+
position: absolute;
|
|
170
|
+
right: 0;
|
|
171
|
+
font-size: 16px;
|
|
172
|
+
width: 16px;
|
|
173
|
+
height: 16px;
|
|
174
|
+
color: #ccc;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.jss > thead > tr > th.jss_filters_active::before {
|
|
178
|
+
color: #888;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.jss > tbody > tr > td {
|
|
182
|
+
border-top:1px solid #ccc;
|
|
183
|
+
border-left:1px solid #ccc;
|
|
184
|
+
border-right:1px solid transparent;
|
|
185
|
+
border-bottom:1px solid transparent;
|
|
186
|
+
box-sizing: border-box;
|
|
187
|
+
padding: 4px;
|
|
188
|
+
line-height: 1em;
|
|
189
|
+
height: 24px;
|
|
190
|
+
text-align: center;
|
|
191
|
+
white-space: pre;
|
|
192
|
+
overflow: hidden;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.jss > tbody > tr > td.jss_wrap {
|
|
196
|
+
white-space: break-spaces;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.jss > tbody > tr > td.jss_row {
|
|
200
|
+
position: sticky;
|
|
201
|
+
z-index: 4;
|
|
202
|
+
left: 0;
|
|
203
|
+
background-color: #f3f3f3;
|
|
204
|
+
text-align: center;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.jss > tbody > tr.selected > td.jss_row {
|
|
208
|
+
background-color: #dcdcdc;
|
|
209
|
+
border-right: 1px solid transparent;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.jss > thead > tr > th:first-child,
|
|
213
|
+
.jss > tfoot > tr > td:first-child {
|
|
214
|
+
position: sticky;
|
|
215
|
+
left: 0;
|
|
216
|
+
z-index: 5 !important;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.jss_overflow > tbody > tr > td:not(.jss_frozen):has(+td:empty) {
|
|
220
|
+
overflow: initial;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.jss_overflow > tbody > tr > td:has(+td.jss_hidden:empty) {
|
|
224
|
+
overflow: hidden;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.jss_hidden_col, .jss_hidden_row {
|
|
228
|
+
visibility: collapse;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.jss_hidden_col {
|
|
232
|
+
width: 0;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.jss_hidden_row {
|
|
236
|
+
height: 0;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.jss > tbody > tr > td:last-child {
|
|
240
|
+
overflow:hidden;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.jss > tbody > tr > td > img {
|
|
244
|
+
max-width: 40px;
|
|
245
|
+
vertical-align: bottom;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.jss > tbody > tr > td > img.round {
|
|
249
|
+
object-fit: cover;
|
|
250
|
+
border-radius: 40px;
|
|
251
|
+
height: 40px;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.jss > tbody > tr > td > img.small {
|
|
255
|
+
width: 24px;
|
|
256
|
+
height: 24px;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.jss > tbody > tr > td.readonly {
|
|
260
|
+
color:rgba(0,0,0,0.4)
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.jss > tbody > tr > td > select,
|
|
264
|
+
.jss > tbody > tr > td > input,
|
|
265
|
+
.jss > tbody > tr > td > textarea {
|
|
266
|
+
border:0;
|
|
267
|
+
border-radius:0;
|
|
268
|
+
outline:0;
|
|
269
|
+
width:100%;
|
|
270
|
+
margin:0;
|
|
271
|
+
padding:0;
|
|
272
|
+
background-color:transparent;
|
|
273
|
+
box-sizing: border-box;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.jss > tbody > tr > td > textarea {
|
|
277
|
+
resize: none;
|
|
278
|
+
display: block;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.jss > tbody > tr > td > input[type=checkbox],
|
|
282
|
+
.jss > tbody > tr > td > input[type=radio] {
|
|
283
|
+
display: block;
|
|
284
|
+
width: initial;
|
|
285
|
+
margin: 0 auto;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.jss > tbody > tr > td.readonly > input[type=checkbox],
|
|
289
|
+
.jss > tbody > tr > td.readonly > input[type=radio] {
|
|
290
|
+
pointer-events: none;
|
|
291
|
+
opacity: 0.5;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.jss > tbody > tr > td.jss_dropdown {
|
|
295
|
+
background-repeat: no-repeat;
|
|
296
|
+
background-position: top 50% right 0;
|
|
297
|
+
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='lightgray'/%3E%3C/svg%3E");
|
|
298
|
+
text-overflow: ellipsis;
|
|
299
|
+
overflow-x: hidden;
|
|
300
|
+
padding-right: 16px;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.jss > tbody > tr > td.jss_dropdown:hover {
|
|
304
|
+
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='gray'/%3E%3C/svg%3E");
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.jss > tbody > tr > td.jss_dropdown_tags {
|
|
308
|
+
white-space: pre-wrap;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
.jss > tbody > tr > td.jss_dropdown[title] {
|
|
313
|
+
background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='lightgray'/%3E%3C/svg%3E") top 50% right 5px no-repeat, url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFuGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTAxLTMxVDE4OjU1OjA4WiIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wMS0zMVQxODo1NTowOFoiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAxLTMxVDE4OjU1OjA4WiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphMTlhZDJmOC1kMDI2LTI1NDItODhjOS1iZTRkYjkyMmQ0MmQiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkOGI5NDUyMS00ZjEwLWQ5NDktYjUwNC0wZmU1N2I3Nzk1MDEiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplMzdjYmE1ZS1hYTMwLWNkNDUtYTAyNS1lOWYxZjk2MzUzOGUiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplMzdjYmE1ZS1hYTMwLWNkNDUtYTAyNS1lOWYxZjk2MzUzOGUiIHN0RXZ0OndoZW49IjIwMTktMDEtMzFUMTg6NTU6MDhaIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmExOWFkMmY4LWQwMjYtMjU0Mi04OGM5LWJlNGRiOTIyZDQyZCIgc3RFdnQ6d2hlbj0iMjAxOS0wMS0zMVQxODo1NTowOFoiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4En6MDAAAAX0lEQVQYlX3KOw6AIBBAwS32RpJADXfx0pTET+ERZJ8F8RODFtONsG0QAoh0CSDM82dqodaBdQXnfoLZQM7gPai+wjNNE8R4pTuAYNZSKZASqL7CMy0LxNgJp30fKYUDi3+vIqb/+rUAAAAASUVORK5CYII=') top 0 right -1px no-repeat;
|
|
314
|
+
background-color: #fff;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.jss > tbody > tr > td.jss_richtext {
|
|
318
|
+
white-space: initial !important;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.jss > tbody > tr > td > .color {
|
|
322
|
+
width:90%;
|
|
323
|
+
height:10px;
|
|
324
|
+
margin:auto;
|
|
325
|
+
pointer-events: none;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.jss > tbody > tr > td.jss_cursor a {
|
|
329
|
+
text-decoration: underline;
|
|
330
|
+
color: blue;
|
|
331
|
+
cursor: pointer;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.jss > tbody > tr > td.jss_progressbar {
|
|
335
|
+
padding-left: 10px;
|
|
336
|
+
padding-right: 10px;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.jss > tbody > tr > td.jss_progressbar > div {
|
|
340
|
+
height: 5px;
|
|
341
|
+
background-color: red;
|
|
342
|
+
background-clip: content-box;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.jss > tfoot > tr > td {
|
|
346
|
+
border-top: 1px solid #ccc;
|
|
347
|
+
border-left: 1px solid #ccc;
|
|
348
|
+
border-right: 1px solid transparent;
|
|
349
|
+
border-bottom: 1px solid transparent;
|
|
350
|
+
background-color: #f3f3f3;
|
|
351
|
+
padding: 2px;
|
|
352
|
+
cursor: pointer;
|
|
353
|
+
box-sizing: border-box;
|
|
354
|
+
overflow: hidden;
|
|
355
|
+
text-align: center;
|
|
356
|
+
|
|
357
|
+
position: sticky;
|
|
358
|
+
bottom: 0;
|
|
359
|
+
z-index: 1;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.jss_corner {
|
|
363
|
+
position:absolute;
|
|
364
|
+
background-color: #000;
|
|
365
|
+
height: 1px;
|
|
366
|
+
width: 1px;
|
|
367
|
+
border: 1px solid #FFF;
|
|
368
|
+
top:-2000px;
|
|
369
|
+
left:-2000px;
|
|
370
|
+
cursor:crosshair;
|
|
371
|
+
box-sizing: initial;
|
|
372
|
+
z-index: 2;
|
|
373
|
+
padding: 2px;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.jss,
|
|
377
|
+
.jss_corner,
|
|
378
|
+
.jss td,
|
|
379
|
+
.jss > tbody > tr > td > img {
|
|
380
|
+
-webkit-touch-callout: none;
|
|
381
|
+
-webkit-user-select: none;
|
|
382
|
+
-khtml-user-select: none;
|
|
383
|
+
-moz-user-select: none;
|
|
384
|
+
-ms-user-select: none;
|
|
385
|
+
user-select: none;
|
|
386
|
+
-webkit-user-drag: none;
|
|
387
|
+
-khtml-user-drag: none;
|
|
388
|
+
-moz-user-drag: none;
|
|
389
|
+
-o-user-drag: none;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.jss_textarea {
|
|
393
|
+
position: fixed;
|
|
394
|
+
width: 0;
|
|
395
|
+
height: 0;
|
|
396
|
+
opacity: 0;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.jss_input {
|
|
400
|
+
position: absolute;
|
|
401
|
+
z-index: 6;
|
|
402
|
+
pointer-events: none;
|
|
403
|
+
box-sizing: border-box;
|
|
404
|
+
white-space: pre-wrap;
|
|
405
|
+
line-height: 1;
|
|
406
|
+
outline: none;
|
|
407
|
+
opacity: 0;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.jss_dialog {
|
|
411
|
+
width: 100% !important;
|
|
412
|
+
height: 240px !important;
|
|
413
|
+
min-width: 340px;
|
|
414
|
+
min-height: 240px;
|
|
415
|
+
max-width: 340px;
|
|
416
|
+
user-select:none;
|
|
417
|
+
box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.14);
|
|
418
|
+
text-align:left;
|
|
419
|
+
box-sizing: border-box;
|
|
420
|
+
overflow: auto;
|
|
421
|
+
scrollbar-width: thin;
|
|
422
|
+
scrollbar-color: #333 transparent;
|
|
423
|
+
background-color: #f8f8f8;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.jss_input > .jss_dialog {
|
|
427
|
+
max-width: 600px;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.jss_dialog::-webkit-scrollbar {
|
|
431
|
+
width: 12px;
|
|
432
|
+
height: 12px;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.jss_dialog::-webkit-scrollbar-track {
|
|
436
|
+
border: 1px solid #fff;
|
|
437
|
+
background: #eee;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.jss_dialog::-webkit-scrollbar-thumb {
|
|
441
|
+
border: 1px solid #fff;
|
|
442
|
+
background: #888;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.jss_dialog.jclose:after {
|
|
446
|
+
position:absolute;
|
|
447
|
+
top:0;
|
|
448
|
+
right:0;
|
|
449
|
+
margin:20px;
|
|
450
|
+
content:'close';
|
|
451
|
+
font-family:'Material icons';
|
|
452
|
+
font-size:24px;
|
|
453
|
+
width:24px;
|
|
454
|
+
height:24px;
|
|
455
|
+
line-height:24px;
|
|
456
|
+
cursor:pointer;
|
|
457
|
+
text-shadow: 0 0 5px #fff;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.jss_dialog[title]:before {
|
|
461
|
+
margin: 10px;
|
|
462
|
+
content: attr(title);
|
|
463
|
+
position: absolute;
|
|
464
|
+
top: 0;
|
|
465
|
+
right: 0;
|
|
466
|
+
line-height: 24px;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.jss_dialog .jtoolbar {
|
|
470
|
+
height: initial;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.jss_percent:after {
|
|
474
|
+
content: ' %';
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.jss_percent.jss_formula:after {
|
|
478
|
+
content: '';
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.jss_input.jss_formula {
|
|
482
|
+
white-space: nowrap;
|
|
483
|
+
overflow: hidden;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.jss_input.jss_nowrap {
|
|
487
|
+
display: flex;
|
|
488
|
+
flex-wrap: nowrap;
|
|
489
|
+
overflow: hidden;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.jss_input.jss_nowrap.jss_formula {
|
|
493
|
+
display: initial;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.jss_input.jss_focus {
|
|
497
|
+
padding: 4px;
|
|
498
|
+
pointer-events: initial;
|
|
499
|
+
opacity: 1;
|
|
500
|
+
filter: alpha(opacity=100);
|
|
501
|
+
background-color: #fff;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.jss_input[contentEditable=false] {
|
|
505
|
+
padding: 0 !important;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.jss_input[contentEditable=false] > input {
|
|
509
|
+
outline: none;
|
|
510
|
+
border: 0;
|
|
511
|
+
padding: 4px 4px 4px 6px;
|
|
512
|
+
max-width: 100%;
|
|
513
|
+
margin: 0;
|
|
514
|
+
box-sizing: border-box;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.jss_input .jdropdown-header {
|
|
518
|
+
border: 0 !important;
|
|
519
|
+
outline: none !important;
|
|
520
|
+
padding: 4px !important;
|
|
521
|
+
padding-left: 6px !important;
|
|
522
|
+
height: 100%;
|
|
523
|
+
background-position: top 50% right 0;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.jss_input .jdropdown-container-header {
|
|
527
|
+
padding: 0;
|
|
528
|
+
margin: 0;
|
|
529
|
+
height: initial;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
.jss_input .jdropdown-picker {
|
|
533
|
+
border:0 !important;
|
|
534
|
+
padding:0 !important;
|
|
535
|
+
width: initial;
|
|
536
|
+
height: initial;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.jss_input .jeditor {
|
|
540
|
+
padding: 15px;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
.jss .error {
|
|
544
|
+
border:1px solid red;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.jss tbody td[title] {
|
|
548
|
+
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFuGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTAxLTMxVDE4OjU1OjA4WiIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wMS0zMVQxODo1NTowOFoiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAxLTMxVDE4OjU1OjA4WiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphMTlhZDJmOC1kMDI2LTI1NDItODhjOS1iZTRkYjkyMmQ0MmQiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkOGI5NDUyMS00ZjEwLWQ5NDktYjUwNC0wZmU1N2I3Nzk1MDEiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplMzdjYmE1ZS1hYTMwLWNkNDUtYTAyNS1lOWYxZjk2MzUzOGUiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplMzdjYmE1ZS1hYTMwLWNkNDUtYTAyNS1lOWYxZjk2MzUzOGUiIHN0RXZ0OndoZW49IjIwMTktMDEtMzFUMTg6NTU6MDhaIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmExOWFkMmY4LWQwMjYtMjU0Mi04OGM5LWJlNGRiOTIyZDQyZCIgc3RFdnQ6d2hlbj0iMjAxOS0wMS0zMVQxODo1NTowOFoiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4En6MDAAAAX0lEQVQYlX3KOw6AIBBAwS32RpJADXfx0pTET+ERZJ8F8RODFtONsG0QAoh0CSDM82dqodaBdQXnfoLZQM7gPai+wjNNE8R4pTuAYNZSKZASqL7CMy0LxNgJp30fKYUDi3+vIqb/+rUAAAAASUVORK5CYII=');
|
|
549
|
+
background-repeat: no-repeat;
|
|
550
|
+
background-position: top 0 right -1px;
|
|
551
|
+
background-color: #fff;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.jss_about {
|
|
555
|
+
float: right;
|
|
556
|
+
font-size: 0.7em;
|
|
557
|
+
padding: 2px;
|
|
558
|
+
text-transform: uppercase;
|
|
559
|
+
letter-spacing: 1px;
|
|
560
|
+
display: none;
|
|
561
|
+
}
|
|
562
|
+
.jss_about a {
|
|
563
|
+
color: #ccc;
|
|
564
|
+
text-decoration: none;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.jss_about img {
|
|
568
|
+
display: none;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.jss_search_container {
|
|
572
|
+
display:flex;
|
|
573
|
+
justify-content:space-between;
|
|
574
|
+
background-color: #f3f3f3;
|
|
575
|
+
border: 1px solid #ccc;
|
|
576
|
+
border-bottom: 0;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.jss_search_container > div {
|
|
580
|
+
display: inline-block;
|
|
581
|
+
padding:8px;
|
|
582
|
+
align-items:center;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.jss_search_container > div:empty {
|
|
586
|
+
display: none;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
.jss_pagination {
|
|
590
|
+
display:flex;
|
|
591
|
+
justify-content:space-between;
|
|
592
|
+
align-items:center;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.jss_pagination > div {
|
|
596
|
+
display: flex;
|
|
597
|
+
padding: 8px;
|
|
598
|
+
font-size: 0.9em
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
.jss_pagination > div:last-child {
|
|
602
|
+
padding-right:10px;
|
|
603
|
+
padding-top:10px;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
.jss_pagination > div > div {
|
|
607
|
+
text-align:center;
|
|
608
|
+
width:36px;
|
|
609
|
+
height:36px;
|
|
610
|
+
line-height:34px;
|
|
611
|
+
border:1px solid #ccc;
|
|
612
|
+
box-sizing: border-box;
|
|
613
|
+
margin-left:2px;
|
|
614
|
+
cursor:pointer;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
.jss_page {
|
|
618
|
+
font-size:0.8em;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.jss_page_selected {
|
|
622
|
+
font-weight:bold;
|
|
623
|
+
background-color:#f3f3f3;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.jss_toolbar {
|
|
627
|
+
background-color: #f3f3f3;
|
|
628
|
+
border: 1px solid #ccc;
|
|
629
|
+
padding: 4px;
|
|
630
|
+
position: sticky;
|
|
631
|
+
top: 0;
|
|
632
|
+
z-index: 5;
|
|
633
|
+
min-width: fit-content;
|
|
634
|
+
margin-top: 1px;
|
|
635
|
+
margin-bottom: 1px;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
.jss_container.fullscreen .jss_toolbar {
|
|
639
|
+
position: relative;
|
|
640
|
+
margin-bottom: 1px;
|
|
641
|
+
margin-right: 0;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
.jss_toolbar .jtoolbar-item:hover {
|
|
645
|
+
background-color: #eaeaea;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.jss_toolbar .jtoolbar-item > .jpicker-header:hover {
|
|
649
|
+
background-color: #eaeaea !important;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
.jss_toolbar:empty {
|
|
653
|
+
display:none;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
.jss_toolbar i.jss_toolbar_item {
|
|
657
|
+
width:24px;
|
|
658
|
+
height:24px;
|
|
659
|
+
padding:4px;
|
|
660
|
+
cursor:pointer;
|
|
661
|
+
display:inline-block;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
.jss_toolbar .jss_toolbar_selected {
|
|
665
|
+
background-color:#eaeaea;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
.jss_toolbar::-webkit-scrollbar {
|
|
669
|
+
display: none;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
.jss_tabs > .jss_tab {
|
|
673
|
+
display:none;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
.jss_tabs > .jss_tab_link {
|
|
677
|
+
display:inline-block;
|
|
678
|
+
padding:10px;
|
|
679
|
+
padding-left:20px;
|
|
680
|
+
padding-right:20px;
|
|
681
|
+
margin-right:5px;
|
|
682
|
+
margin-bottom:5px;
|
|
683
|
+
background-color:#f3f3f3;
|
|
684
|
+
cursor:pointer;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
.jss_tabs > .jss_tab_link.selected {
|
|
688
|
+
background-color:#ddd;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
.jss_hidden_index > thead > tr > th:first-child,
|
|
692
|
+
.jss_hidden_index > tbody > tr > td:first-child,
|
|
693
|
+
.jss_hidden_index > tfoot > tr > td:first-child,
|
|
694
|
+
.jss_hidden_index > colgroup > col:first-child {
|
|
695
|
+
visibility: collapse;
|
|
696
|
+
width: 1px;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.jss_border {
|
|
700
|
+
position: absolute;
|
|
701
|
+
border: 1px solid transparent;
|
|
702
|
+
pointer-events: none;
|
|
703
|
+
opacity:0.6;
|
|
704
|
+
box-sizing: border-box;
|
|
705
|
+
z-index: 2;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
.jss_border_main {
|
|
709
|
+
border: 1px solid #000;
|
|
710
|
+
background-color: #00000015;
|
|
711
|
+
background-origin: content-box;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.jss_border_copying {
|
|
715
|
+
background-size: 8px 1px, 8px 1px, 1px 8px, 1px 8px;
|
|
716
|
+
background-position: 0 0, 0 100%, 0 0, 100% 0;
|
|
717
|
+
background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
|
|
718
|
+
background-image: linear-gradient(to right, #fff 50%, #444 50%), linear-gradient(to right, #fff 50%, #444 50%), linear-gradient(to bottom, #fff 50%, #444 50%), linear-gradient(to bottom, #fff 50%, #444 50%);
|
|
719
|
+
animation: ants 2s;
|
|
720
|
+
animation-timing-function: linear;
|
|
721
|
+
animation-iteration-count: infinite;
|
|
722
|
+
opacity: 1;
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
.jss_border_copying_hide_left {
|
|
726
|
+
background-size: 0 0, 8px 1px, 0 0, 0 0 !important;
|
|
727
|
+
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
@keyframes ants {
|
|
731
|
+
0% {
|
|
732
|
+
background-position: 0 0, 0 100%, 0 0, 100% 0;
|
|
733
|
+
}
|
|
734
|
+
100% {
|
|
735
|
+
background-position: 40px 0, -40px 100%, 0 -40px, 100% 40px;
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
.jss_border_cloning {
|
|
741
|
+
border: 1px dashed #000;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.jss_border_ctrl {
|
|
745
|
+
border: 2px solid #fff;
|
|
746
|
+
outline: 1px solid #777777;
|
|
747
|
+
outline-offset: -1px;
|
|
748
|
+
background-color: #5b5b5b50;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.jss_cursor {
|
|
752
|
+
background-color: #eee;
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
.jss_cursor.jss_frozen {
|
|
756
|
+
background-color: #eee !important;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
.jss_loading {
|
|
760
|
+
position: absolute;
|
|
761
|
+
z-index: 5;
|
|
762
|
+
width: calc(100% - 3px);
|
|
763
|
+
height: 1px;
|
|
764
|
+
overflow: hidden;
|
|
765
|
+
padding-left: 1px;
|
|
766
|
+
padding-right: 1px;
|
|
767
|
+
border: 0;
|
|
768
|
+
box-sizing: border-box;
|
|
769
|
+
display: none;
|
|
770
|
+
margin-top: -1px;
|
|
771
|
+
margin-left: 1px;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
.jss_loading:after {
|
|
775
|
+
content: '';
|
|
776
|
+
position: absolute;
|
|
777
|
+
height: 3px;
|
|
778
|
+
background-color: #aaa;
|
|
779
|
+
animation: jss_loading 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.disconnected .jss_loading {
|
|
783
|
+
display: block;
|
|
784
|
+
background-color: red;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
@keyframes jss_loading {
|
|
788
|
+
0% { margin-left: 0; width: 0 }
|
|
789
|
+
50% { margin-left: 0; width: 50% }
|
|
790
|
+
100% { margin-left: 100%; width: 100% }
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.jss_container.disconnected {
|
|
794
|
+
pointer-events: none;
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
.jss_tags > div {
|
|
798
|
+
padding-left: 8px;
|
|
799
|
+
padding-right: 8px;
|
|
800
|
+
border-radius: 2px;
|
|
801
|
+
margin-right: 4px;
|
|
802
|
+
outline: none;
|
|
803
|
+
background-color: #eee;
|
|
804
|
+
font-size: 0.8em;
|
|
805
|
+
display: inline-block;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
.jss_rating {
|
|
809
|
+
padding: 0;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
.jss_rating > div {
|
|
813
|
+
line-height: 13px;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
.jss_rating > div > i {
|
|
817
|
+
line-height: 13px;
|
|
818
|
+
width: 13px;
|
|
819
|
+
height: 13px;
|
|
820
|
+
vertical-align: bottom;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
.jss thead .jss_frozen {
|
|
824
|
+
position: sticky;
|
|
825
|
+
z-index: 5;
|
|
826
|
+
box-shadow: 2px 0 0 0 #aaa;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
.jss tfoot .jss_frozen {
|
|
830
|
+
position: sticky;
|
|
831
|
+
z-index: 2;
|
|
832
|
+
box-shadow: 1px 0 0 0 #aaa;
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
.jss tbody .jss_frozen {
|
|
836
|
+
position: sticky;
|
|
837
|
+
z-index: 1;
|
|
838
|
+
background-color: #fff;
|
|
839
|
+
box-shadow: 1px 1px 2px 0 #aaa;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
.jss .jss_notes {
|
|
843
|
+
overflow: hidden;
|
|
844
|
+
display: -webkit-box;
|
|
845
|
+
-webkit-line-clamp: 1;
|
|
846
|
+
-webkit-box-orient: vertical;
|
|
847
|
+
text-overflow: ellipsis;
|
|
848
|
+
white-space: pre-wrap;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
.jss_row_medium > tbody > tr {
|
|
852
|
+
height: 3em;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
.jss_row_large > tbody > tr {
|
|
856
|
+
height: 6em;
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
.jss_row_extra > tbody > tr {
|
|
860
|
+
height: 9em;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
.jss_row_medium > tbody > tr .jss_notes {
|
|
864
|
+
-webkit-line-clamp: 3;
|
|
865
|
+
height: 3em;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
.jss_row_large > tbody > tr .jss_notes {
|
|
869
|
+
-webkit-line-clamp: 6;
|
|
870
|
+
height: 6em;
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
.jss_row_extra > tbody > tr .jss_notes {
|
|
874
|
+
-webkit-line-clamp: 9;
|
|
875
|
+
height: 9em;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
/** Build-in themes :: MODERN **/
|
|
879
|
+
|
|
880
|
+
.jss_modern table.jss {
|
|
881
|
+
border-right:1px solid transparent;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
.jss_light table.jss > thead > tr > th,
|
|
885
|
+
.jss_modern table.jss > thead > tr > th {
|
|
886
|
+
background-color: #f5f5f5;
|
|
887
|
+
border-top:1px solid #ddd;
|
|
888
|
+
border-right:1px solid transparent;
|
|
889
|
+
padding: 8px;
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
.jss_modern table.jss > thead > tr > th {
|
|
893
|
+
border-left:1px solid transparent;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
.jss_light table.jss > thead > tr > th:first-child,
|
|
898
|
+
.jss_modern table.jss > thead > tr > th:first-child {
|
|
899
|
+
box-shadow: 1px 0 0 0 #ddd;
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
.jss_light table.jss > thead > tr:last-child > th,
|
|
903
|
+
.jss_modern table.jss > thead > tr:last-child > th {
|
|
904
|
+
border-bottom: 1px solid #000;
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
.jss_light table.jss > tfoot > tr > td,
|
|
908
|
+
.jss_modern table.jss > tfoot > tr > td {
|
|
909
|
+
border-top:1px solid #000;
|
|
910
|
+
border-left:1px solid transparent;
|
|
911
|
+
border-right:1px solid transparent;
|
|
912
|
+
border-bottom:1px solid transparent;
|
|
913
|
+
background-color:#fff;
|
|
914
|
+
padding:8px;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
.jss_light table.jss > thead > tr > th.jss_filters_icon,
|
|
918
|
+
.jss_modern table.jss > thead > tr > th.jss_filters_icon {
|
|
919
|
+
background-position: center right 8px;
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
.jss_light table.jss > thead > tr > th.selected {
|
|
923
|
+
background-color:#e3e3e3;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
.jss_modern table.jss > thead > tr > th.selected {
|
|
927
|
+
background-color:#eee;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
.jss_modern table.jss > tbody > tr > td {
|
|
931
|
+
padding: 8px;
|
|
932
|
+
border-right: 1px solid transparent;
|
|
933
|
+
border-left: 1px solid transparent;
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
.jss_light table.jss > tbody > tr > td {
|
|
937
|
+
border-top: 1px solid #ddd;
|
|
938
|
+
border-left: 1px solid #ddd;
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
.jss_light table.jss > tbody > tr > td:first-child,
|
|
942
|
+
.jss_modern table.jss > tbody > tr > td:first-child {
|
|
943
|
+
background-color: #f5f5f5;
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
.jss_light table.jss > tbody > tr.selected > td:first-child {
|
|
947
|
+
background-color:#e3e3e3;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
.jss_modern table.jss > tbody > tr.selected > td:first-child {
|
|
951
|
+
background-color:#eee;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
.jss_light .jss_toolbar,
|
|
955
|
+
.jss_modern .jss_toolbar {
|
|
956
|
+
background-color: #f5f5f5;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
.jss_modern .jss_toolbar {
|
|
960
|
+
border-color: #ddd;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
.jss_light .jss_pagination,
|
|
964
|
+
.jss_modern .jss_pagination {
|
|
965
|
+
background-color: #f8f8f8;
|
|
966
|
+
border: 1px solid #eee;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
.jss_light .jss_pagination > div > div {
|
|
970
|
+
border: 1px solid transparent;
|
|
971
|
+
background-color: #f2f2f2;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
.jss_modern .jss_pagination > div > div {
|
|
975
|
+
border: 1px solid transparent;
|
|
976
|
+
background-color: #fff;
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
.jss_modern .jss_page_selected {
|
|
980
|
+
background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
|
|
981
|
+
border:1px solid #979797 !important;
|
|
982
|
+
font-weight:normal;
|
|
983
|
+
color: #333 !important;
|
|
984
|
+
border-radius:2px;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
.jss_modern .jss_focus {
|
|
988
|
+
padding: 8px;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
.jss_modern .jss_search_container {
|
|
992
|
+
background: initial;
|
|
993
|
+
border: initial;
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
.jss_dropdown_icon {
|
|
997
|
+
width: 12px;
|
|
998
|
+
height: 12px;
|
|
999
|
+
border-radius: 6px;
|
|
1000
|
+
margin: auto;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
.jss_dropdown_tag {
|
|
1004
|
+
display: inline-block;
|
|
1005
|
+
border-radius: 6px;
|
|
1006
|
+
margin-top: 1px;
|
|
1007
|
+
margin-bottom: 1px;
|
|
1008
|
+
margin-right: 2px;
|
|
1009
|
+
padding: 4px 10px 4px 10px;
|
|
1010
|
+
font-size: 0.8em;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
/** Filter **/
|
|
1014
|
+
|
|
1015
|
+
.jss_filters {
|
|
1016
|
+
position: absolute;
|
|
1017
|
+
z-index: 11;
|
|
1018
|
+
background-color: #fff;
|
|
1019
|
+
color: #555;
|
|
1020
|
+
font-size: 0.8em;
|
|
1021
|
+
user-select: none;
|
|
1022
|
+
box-shadow: 2px 2px 2px 0 rgba(143, 144, 145, 1);
|
|
1023
|
+
border: 1px solid #C6C6C6;
|
|
1024
|
+
padding: 20px;
|
|
1025
|
+
margin: 0;
|
|
1026
|
+
outline: none;
|
|
1027
|
+
display: none;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
.jss_filters > div {
|
|
1031
|
+
box-sizing: border-box;
|
|
1032
|
+
display: block;
|
|
1033
|
+
width: 280px;
|
|
1034
|
+
position: relative;
|
|
1035
|
+
cursor: default;
|
|
1036
|
+
font-family:sans-serif;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
.jss_filters > div.jss_filter_search_container {
|
|
1040
|
+
display: flex;
|
|
1041
|
+
margin-bottom: 6px;
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
.jss_filters label {
|
|
1045
|
+
display: block;
|
|
1046
|
+
line-height: 18px;
|
|
1047
|
+
vertical-align: middle;
|
|
1048
|
+
overflow: hidden;
|
|
1049
|
+
text-overflow: ellipsis;
|
|
1050
|
+
white-space: nowrap;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
.jss_filters_search,
|
|
1054
|
+
.jss_filters_operators {
|
|
1055
|
+
padding: 6px;
|
|
1056
|
+
border: 1px solid #d9d9d9;
|
|
1057
|
+
width: 100%;
|
|
1058
|
+
flex: 3;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
.jss_filters_search {
|
|
1062
|
+
margin-right: 6px;
|
|
1063
|
+
flex: 4;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.jss_filters_options {
|
|
1067
|
+
border: 1px solid #d9d9d9;
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
.jss_filters_options label {
|
|
1071
|
+
display: flex;
|
|
1072
|
+
align-items: center;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
.jss_filters_options label > div.color {
|
|
1076
|
+
width: 80px;
|
|
1077
|
+
height: 8px;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
.jss_filters_options label > img {
|
|
1081
|
+
width: 18px;
|
|
1082
|
+
height: 18px;
|
|
1083
|
+
border-radius: 10px;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
.jss_filters_options label > div.progressbar {
|
|
1087
|
+
background-color: red;
|
|
1088
|
+
height: 8px;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
.jss_filters_options label > div.rating > i {
|
|
1092
|
+
line-height: 13px;
|
|
1093
|
+
width: 13px;
|
|
1094
|
+
height: 13px;
|
|
1095
|
+
vertical-align: bottom;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
.jss_filters input[type=checkbox] {
|
|
1099
|
+
vertical-align: middle;
|
|
1100
|
+
position: relative;
|
|
1101
|
+
bottom: 1px;
|
|
1102
|
+
margin: 5px;
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
.jss_filters_apply {
|
|
1106
|
+
padding: 6px;
|
|
1107
|
+
margin-top: 6px;
|
|
1108
|
+
width: 100px;
|
|
1109
|
+
float: right;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
.jss_helper {
|
|
1113
|
+
position: absolute;
|
|
1114
|
+
top: 0;
|
|
1115
|
+
left: 0;
|
|
1116
|
+
width: 1px;
|
|
1117
|
+
height: 100%;
|
|
1118
|
+
background-color: transparent;
|
|
1119
|
+
border: 1px solid #DD0000;
|
|
1120
|
+
box-sizing: border-box;
|
|
1121
|
+
z-index: 7;
|
|
1122
|
+
display: none;
|
|
1123
|
+
pointer-events: none;
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
.jss_helper.jss_helper_row:before {
|
|
1127
|
+
content: '';
|
|
1128
|
+
position: absolute;
|
|
1129
|
+
margin-top: -5px;
|
|
1130
|
+
margin-left: -8px;
|
|
1131
|
+
width: 0;
|
|
1132
|
+
height: 0;
|
|
1133
|
+
border-top: 5px solid transparent;
|
|
1134
|
+
border-bottom: 5px solid transparent;
|
|
1135
|
+
border-left: 5px solid #DD0000;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
.jss_helper.jss_helper_col:before {
|
|
1139
|
+
content: '';
|
|
1140
|
+
position: absolute;
|
|
1141
|
+
margin-top: -8px;
|
|
1142
|
+
margin-left: -5px;
|
|
1143
|
+
width: 0;
|
|
1144
|
+
height: 0;
|
|
1145
|
+
border-left: 5px solid transparent;
|
|
1146
|
+
border-right: 5px solid transparent;
|
|
1147
|
+
border-top: 5px solid #DD0000;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
.jss_dragging {
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
.jss_forbidden {
|
|
1154
|
+
padding: 80px;
|
|
1155
|
+
text-align: center;
|
|
1156
|
+
border: 1px solid #ccc;
|
|
1157
|
+
color: #999;
|
|
1158
|
+
max-width: 600px;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
.jss_forbidden:before {
|
|
1162
|
+
content: 'Jspreadsheet: Permission Denied';
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
.jss_forbidden > div {
|
|
1166
|
+
display: none;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
.arrow-up {
|
|
1170
|
+
text-decoration: underline;
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
.arrow-down {
|
|
1174
|
+
text-decoration: underline;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
.arrow-up::after {
|
|
1178
|
+
content: '\2191';
|
|
1179
|
+
margin-left: 2px;
|
|
1180
|
+
text-decoration: initial;
|
|
1181
|
+
display: inline-block
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.arrow-down::after {
|
|
1185
|
+
content: '\2193';
|
|
1186
|
+
margin-left: 2px;
|
|
1187
|
+
text-decoration: initial;
|
|
1188
|
+
display: inline-block
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
.jss_scroll {
|
|
1192
|
+
position:absolute;
|
|
1193
|
+
min-height: 1px;
|
|
1194
|
+
min-width: 1px;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
.jss > thead > tr.jss_group_container > th {
|
|
1198
|
+
text-align: center;
|
|
1199
|
+
overflow: initial;
|
|
1200
|
+
background-color: transparent;
|
|
1201
|
+
border: 0;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
.jss_group {
|
|
1205
|
+
content: attr(data-status);
|
|
1206
|
+
font-family: 'Courier new';
|
|
1207
|
+
line-height: 16px;
|
|
1208
|
+
text-align: center;
|
|
1209
|
+
color: #fff;
|
|
1210
|
+
border-radius: 2px;
|
|
1211
|
+
background-color: #777;
|
|
1212
|
+
width: 16px;
|
|
1213
|
+
height: 16px;
|
|
1214
|
+
box-sizing: border-box;
|
|
1215
|
+
position: relative;
|
|
1216
|
+
display: inline-block;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
.jss_group:after {
|
|
1220
|
+
content: 'd';
|
|
1221
|
+
position: absolute;
|
|
1222
|
+
border-top: 1px solid #ccc;
|
|
1223
|
+
border-right: 1px solid #ccc;
|
|
1224
|
+
width: 300px;
|
|
1225
|
+
height: 4px;
|
|
1226
|
+
left: 0;
|
|
1227
|
+
margin-top: 7px;
|
|
1228
|
+
margin-left: 16px;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
.jss_selectall {
|
|
1232
|
+
box-shadow: inset 1px 1px 0 0 #ccc;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
.jss_selectall:after {
|
|
1236
|
+
content: ' ';
|
|
1237
|
+
border-bottom: 12px solid #ccc;
|
|
1238
|
+
border-left: 12px solid transparent;
|
|
1239
|
+
width: 0;
|
|
1240
|
+
position: absolute;
|
|
1241
|
+
bottom: 3px;
|
|
1242
|
+
right: 3px;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
.jss_pagination_dropdown {
|
|
1246
|
+
margin-left: 4px;
|
|
1247
|
+
margin-right: 4px;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
.red {
|
|
1251
|
+
color: red;
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
.jss > thead > tr > th.jss_filters_icon {
|
|
1255
|
+
padding-right: 16px !important;
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
.jss_red .jss_corner {
|
|
1259
|
+
background-color: #DD0000;
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
.jss_red .jss_border_main {
|
|
1263
|
+
border: 1px solid #DD0000;
|
|
1264
|
+
background-color: #DD000010;
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
.jss_red .jss > thead > tr > th.selected {
|
|
1268
|
+
box-shadow: 0 1px 0 0 #DD0000;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
.jss_red .jss > tbody > tr.selected > td:nth-child(2) {
|
|
1272
|
+
border-left: 1px solid #DD0000 !important;
|
|
1273
|
+
box-shadow: 1px 0 0 0 black;
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
.jss_picker {
|
|
1277
|
+
position: relative;
|
|
1278
|
+
padding: 5px 8px 5px 8px;
|
|
1279
|
+
border: 1px solid #ccc;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
.jss_picker:after {
|
|
1283
|
+
content: "highlight_alt";
|
|
1284
|
+
font-size: 18px;
|
|
1285
|
+
font-family: "Material Icons";
|
|
1286
|
+
color: #000;
|
|
1287
|
+
position: absolute;
|
|
1288
|
+
right: 5px;
|
|
1289
|
+
cursor: pointer;
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
.jss_picker.active {
|
|
1293
|
+
outline: 2px #FF0000 solid;
|
|
1294
|
+
outline-offset: -2px;
|
|
1295
|
+
animation: blink 1s infinite;
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1298
|
+
@keyframes blink {
|
|
1299
|
+
50% {
|
|
1300
|
+
outline: 2px transparent solid;
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
.jss_media > div {
|
|
1305
|
+
z-index: 10;
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
.jss_media_item[data-type="chart"] {
|
|
1309
|
+
background-color: white;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
.jss_image > img {
|
|
1313
|
+
position: absolute;
|
|
1314
|
+
max-width: 100%;
|
|
1315
|
+
z-index: 10;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
.jss_image > img:focus {
|
|
1319
|
+
outline: 2px solid black;
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
.jss > tbody > tr > td.jss_number {
|
|
1323
|
+
text-align: right;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
.jss .jcolor-input {
|
|
1327
|
+
padding: 5px !important;
|
|
1328
|
+
padding-right: 24px !important;
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
.jss_warning {
|
|
1332
|
+
border-left: 1px solid red !important;
|
|
1333
|
+
background-color: #ffefef !important;
|
|
1334
|
+
position: relative;
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
.jss_warning:before {
|
|
1338
|
+
content: 'warning';
|
|
1339
|
+
font-family: 'Material Icons';
|
|
1340
|
+
font-size: 13px;
|
|
1341
|
+
position: absolute;
|
|
1342
|
+
color: red;
|
|
1343
|
+
left: 2px;
|
|
1344
|
+
font-weight: normal;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.jss_warning:empty:before {
|
|
1348
|
+
margin-top: -7px;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
.jss_hidden {
|
|
1352
|
+
display: none;
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
.fullscreen .jss_content {
|
|
1356
|
+
resize: none !important;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
.jss_last {
|
|
1360
|
+
z-index: 4;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
.jss_resize_corner {
|
|
1364
|
+
position: absolute;
|
|
1365
|
+
width: 8px;
|
|
1366
|
+
height: 8px;
|
|
1367
|
+
border-radius: 8px;
|
|
1368
|
+
border: 2px solid white;
|
|
1369
|
+
background-color: red;
|
|
1370
|
+
pointer-events: all;
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
.jss tbody .jss_frozen_row {
|
|
1374
|
+
position: sticky;
|
|
1375
|
+
z-index: 1;
|
|
1376
|
+
background-color: #fff;
|
|
1377
|
+
box-shadow: 1px 1px 2px 0 #aaa;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
.jss tbody .jss_frozen_row.jss_frozen {
|
|
1381
|
+
box-shadow: 1px 1px 2px 0 #aaa;
|
|
1382
|
+
z-index: 2;
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1385
|
+
.jss_cursor.jss_frozen_row {
|
|
1386
|
+
background-color: #eee !important;
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
.jss > tbody > tr > td.jss_row.jss_frozen_row {
|
|
1390
|
+
z-index: 5;
|
|
1391
|
+
box-shadow: 0 2px 0 0 #aaa;
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
.jss_freeze_control_col {
|
|
1395
|
+
border-right: 1px solid #aaa !important;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
.jss_freeze_control_row {
|
|
1399
|
+
border-bottom: 1px solid #aaa !important;
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
.jss_rotate {
|
|
1403
|
+
-ms-writing-mode: tb-rl;
|
|
1404
|
+
-webkit-writing-mode: vertical-rl;
|
|
1405
|
+
writing-mode: vertical-rl;
|
|
1406
|
+
transform: rotate(0deg);
|
|
1407
|
+
white-space: nowrap;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
.jss tbody tr:nth-child(even) td.jss_zebra {
|
|
1411
|
+
background-color: #eee;
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
.jss_zebra tbody tr:nth-child(even) td {
|
|
1415
|
+
background-color: #eee;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
.jss div {
|
|
1419
|
+
line-height: 1em;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
@-webkit-keyframes spin {
|
|
1423
|
+
from {-webkit-transform:rotate(0deg);}
|
|
1424
|
+
to {-webkit-transform:rotate(360deg);}
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
@keyframes spin {
|
|
1428
|
+
from {transform:rotate(0deg);}
|
|
1429
|
+
to {transform:rotate(360deg);}
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
.jss_searching {
|
|
1433
|
+
position: relative;
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
.jss_searching:after {
|
|
1437
|
+
content: '';
|
|
1438
|
+
display: block;
|
|
1439
|
+
position: absolute;
|
|
1440
|
+
right: 16px;
|
|
1441
|
+
top: calc(50% - 7px);
|
|
1442
|
+
width: 12px;
|
|
1443
|
+
height: 12px;
|
|
1444
|
+
border-style: solid;
|
|
1445
|
+
border-color: #888;
|
|
1446
|
+
border-top-color: transparent;
|
|
1447
|
+
border-width: 1px;
|
|
1448
|
+
border-radius: 50%;
|
|
1449
|
+
-webkit-animation: spin .8s linear infinite;
|
|
1450
|
+
animation: spin .8s linear infinite;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
.jss_nogridline>tbody>tr>td {
|
|
1454
|
+
border: 1px solid transparent;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
.jss_highlight {
|
|
1458
|
+
background-color: #ffffd6;
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1461
|
+
.jss_row > i.material-icons {
|
|
1462
|
+
font-size: 13px;
|
|
1463
|
+
position: absolute;
|
|
1464
|
+
right: 2px;
|
|
1465
|
+
margin-top: 2px;
|
|
1466
|
+
cursor: pointer;
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
.jss_header > i.material-icons {
|
|
1470
|
+
font-size: 13px;
|
|
1471
|
+
position: absolute;
|
|
1472
|
+
right: 2px;
|
|
1473
|
+
margin-top: 2px;
|
|
1474
|
+
cursor: pointer;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
.jss_header.jss_filters_icon > i.material-icons {
|
|
1478
|
+
right: 16px;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
.jss_upload {
|
|
1482
|
+
position: absolute !important;
|
|
1483
|
+
display: none;
|
|
1484
|
+
margin-left: -240px;
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
.jss_group_parent {
|
|
1488
|
+
background-color: #65656522;
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
.jss_group_parent > .jss_frozen {
|
|
1492
|
+
background-color: #eee;
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
.jss_group_child {
|
|
1496
|
+
background-color: #bbbbbb22;
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
.jss_group_child > .jss_frozen {
|
|
1500
|
+
background-color: #f4f4f4;
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
.jss_group_parent.jss_group_child {
|
|
1504
|
+
background-color: #77777722;
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
.jss_tooltip {
|
|
1508
|
+
position: absolute;
|
|
1509
|
+
pointer-events: none;
|
|
1510
|
+
background-color: rgba(0,0,0,0.7);
|
|
1511
|
+
color: #fff;
|
|
1512
|
+
border-radius: 5px;
|
|
1513
|
+
padding: 5px 10px;
|
|
1514
|
+
white-space: nowrap;
|
|
1515
|
+
z-index: 999;
|
|
1516
|
+
|
|
1517
|
+
display: block;
|
|
1518
|
+
animation: fadeIn 0.5s;
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1521
|
+
.jss_tooltip:empty {
|
|
1522
|
+
display: none;
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
.lm-lazy {
|
|
1526
|
+
position: relative;
|
|
1527
|
+
overflow-y: auto;
|
|
1528
|
+
display: flex;
|
|
1529
|
+
}
|
|
1530
|
+
.lm-lazy-scroll {
|
|
1531
|
+
position: absolute;
|
|
1532
|
+
width: 1px;
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
.lm-lazy-items {
|
|
1536
|
+
position: sticky;
|
|
1537
|
+
top: 0;
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
.jss_filters_options .lm-lazy-items {
|
|
1541
|
+
padding: 10px;
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
.jss_style_row {
|
|
1545
|
+
display:flex;
|
|
1546
|
+
flex-wrap: wrap;
|
|
1547
|
+
flex-direction: row;
|
|
1548
|
+
justify-content: space-between;
|
|
1549
|
+
box-sizing: border-box;
|
|
1550
|
+
align-items: center;
|
|
1551
|
+
}
|
|
1552
|
+
|
|
1553
|
+
.jss_style_row.container {
|
|
1554
|
+
flex-wrap: nowrap;
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
.jss_style_row.middle {
|
|
1558
|
+
align-items: center;
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
.jss_style_row.start {
|
|
1562
|
+
justify-content: flex-start;
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
.jss_style_col {
|
|
1566
|
+
box-sizing: border-box;
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1569
|
+
.jss_style_f1 {
|
|
1570
|
+
flex: 1;
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1573
|
+
.jss_style_form_group {
|
|
1574
|
+
width: 100%;
|
|
1575
|
+
padding-right: 8px;
|
|
1576
|
+
padding-bottom: 8px;
|
|
1577
|
+
box-sizing: border-box;
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
.jss_style_form_group label {
|
|
1581
|
+
display: block;
|
|
1582
|
+
padding-bottom: 4px;
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
.jss_style_form_group input[type="text"], .jss_style_form_group input[type="number"], .jss_style_form_group select {
|
|
1586
|
+
width: 100%;
|
|
1587
|
+
padding: 5px 8px 5px 8px;
|
|
1588
|
+
border: 1px solid #ccc;
|
|
1589
|
+
box-sizing: border-box;
|
|
1590
|
+
color: inherit;
|
|
1591
|
+
font-family: inherit;
|
|
1592
|
+
font-size: inherit;
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
.jss_style_form_group .jdropdown {
|
|
1596
|
+
width: 100%;
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
.jss_style_p2 {
|
|
1600
|
+
padding: 2px;
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1603
|
+
.jss_style_p6 {
|
|
1604
|
+
padding: 6px;
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
.jss_style_p10 {
|
|
1608
|
+
padding: 10px;
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
.jss_style_p20 {
|
|
1612
|
+
padding: 20px;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
.jss_style_button {
|
|
1616
|
+
width: 100%;
|
|
1617
|
+
padding: 8px 16px 8px 16px;
|
|
1618
|
+
border-radius: 2px;
|
|
1619
|
+
cursor:pointer;
|
|
1620
|
+
outline: none;
|
|
1621
|
+
background-color: #737373;
|
|
1622
|
+
border: 1px solid transparent;
|
|
1623
|
+
color: #fff;
|
|
1624
|
+
margin-top: 4px;
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
.jss input[disabled] {
|
|
1628
|
+
opacity: 0.6;
|
|
1629
|
+
}
|