2017-01-11 01:22:39 -06:00
|
|
|
#document-container.spreadsheet-document {
|
2019-10-03 03:04:25 -05:00
|
|
|
border-top: 1px solid #B6B6B6;
|
|
|
|
top: 137px;
|
|
|
|
left: 50px;
|
2020-03-27 21:24:40 -05:00
|
|
|
bottom: 65px;
|
2017-02-17 09:42:17 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
#document-container.spreadsheet-document.readonly {
|
2019-01-30 02:31:44 -06:00
|
|
|
top: 56px;
|
2018-12-10 17:26:17 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
#document-container.spreadsheet-document.tablet {
|
|
|
|
border-top: 1px solid #B6B6B6;
|
|
|
|
top: 100px;
|
|
|
|
left: 50px;
|
|
|
|
bottom: 68px;
|
2017-02-17 09:42:17 -06:00
|
|
|
}
|
2016-01-20 05:32:44 -06:00
|
|
|
|
2016-11-20 03:11:32 -06:00
|
|
|
.spreadsheet-tabs-container {
|
2016-01-20 05:32:44 -06:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2018-11-13 09:13:11 -06:00
|
|
|
left: 142px;
|
2016-04-25 12:05:01 -05:00
|
|
|
right: 0;
|
|
|
|
bottom: 33px;
|
2016-01-20 05:32:44 -06:00
|
|
|
position: absolute;
|
|
|
|
cursor: pointer;
|
2020-02-25 08:10:28 -06:00
|
|
|
height: 39px;
|
2016-05-18 17:33:46 -05:00
|
|
|
overflow: hidden;
|
2016-02-22 03:36:45 -06:00
|
|
|
white-space: nowrap;
|
|
|
|
|
2016-04-25 12:05:01 -05:00
|
|
|
background-color: #efefef;
|
2016-01-20 05:32:44 -06:00
|
|
|
}
|
|
|
|
|
2016-04-25 12:05:01 -05:00
|
|
|
.spreadsheet-tab-scroll {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
overflow: auto;
|
2020-03-03 09:47:05 -06:00
|
|
|
padding-bottom: 20px; /* to hide the horizontal scrollbar */
|
|
|
|
padding-right: 5px; /* to hide the vertical scrollbar */
|
2016-02-22 03:36:45 -06:00
|
|
|
|
2016-04-25 12:05:01 -05:00
|
|
|
margin-left: 6px;
|
2016-01-20 05:32:44 -06:00
|
|
|
}
|
|
|
|
|
2016-11-20 03:20:23 -06:00
|
|
|
.spreadsheet-tab {
|
2016-04-25 12:05:01 -05:00
|
|
|
margin: 0px;
|
2016-05-18 17:33:46 -05:00
|
|
|
margin-top: 2px;
|
2016-04-25 12:05:01 -05:00
|
|
|
margin-right: 3px;
|
2016-05-18 17:33:46 -05:00
|
|
|
padding-left: 9px;
|
|
|
|
padding-right: 9px;
|
2020-02-26 23:45:23 -06:00
|
|
|
padding-top: 8px;
|
2020-02-25 08:10:28 -06:00
|
|
|
padding-bottom: 5px;
|
2016-02-22 03:36:45 -06:00
|
|
|
|
2016-05-20 07:49:16 -05:00
|
|
|
font: 12px/1.5 "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
|
2016-02-22 03:36:45 -06:00
|
|
|
display: inline-block;
|
2016-04-25 12:05:01 -05:00
|
|
|
border: 1px solid darkgrey;
|
|
|
|
background-color: lightgrey;
|
2016-05-05 03:56:40 -05:00
|
|
|
color: black;
|
2016-01-20 05:32:44 -06:00
|
|
|
}
|
|
|
|
|
2016-11-20 03:20:23 -06:00
|
|
|
.spreadsheet-tab-selected {
|
2016-05-06 02:36:26 -05:00
|
|
|
background: white !important;
|
|
|
|
color: black !important;
|
2016-05-18 17:33:46 -05:00
|
|
|
margin-top: 0px;
|
2020-02-26 23:45:23 -06:00
|
|
|
padding-top: 9px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
margin-top: 2px;
|
2016-05-18 17:33:46 -05:00
|
|
|
border: 1px solid #dfdfdf;
|
|
|
|
border-top: 0px;
|
2016-01-20 05:32:44 -06:00
|
|
|
}
|
|
|
|
|
2017-01-12 07:55:51 -06:00
|
|
|
#spreadsheet-row-column-frame {
|
2017-11-27 12:37:53 -06:00
|
|
|
position: absolute;
|
2017-01-12 07:55:51 -06:00
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2018-12-10 17:26:17 -06:00
|
|
|
top: 117px;
|
2017-01-12 07:55:51 -06:00
|
|
|
bottom: 65px;
|
|
|
|
}
|
|
|
|
|
2017-02-17 09:42:17 -06:00
|
|
|
#spreadsheet-row-column-frame.readonly {
|
2019-09-30 06:56:18 -05:00
|
|
|
top: 36px;
|
|
|
|
bottom: 0px;
|
2018-12-10 17:26:17 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
#spreadsheet-row-column-frame.tablet {
|
|
|
|
top: 80px;
|
2017-02-17 09:42:17 -06:00
|
|
|
}
|
|
|
|
|
2017-11-27 12:37:53 -06:00
|
|
|
#spreadsheet-header-corner-container {
|
2016-05-19 02:22:56 -05:00
|
|
|
border: 1px solid darkgrey;
|
2019-10-03 09:31:20 -05:00
|
|
|
background-color: #f1f4f7;
|
2016-03-11 08:46:15 -06:00
|
|
|
cursor: pointer;
|
2016-01-20 05:32:44 -06:00
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
left: 0px;
|
2017-01-12 07:55:51 -06:00
|
|
|
top: 0;
|
2016-05-19 02:22:56 -05:00
|
|
|
width: 48px;
|
2016-01-20 05:32:44 -06:00
|
|
|
height: 19px;
|
|
|
|
}
|
|
|
|
|
2017-11-27 12:37:53 -06:00
|
|
|
#spreadsheet-header-corner {
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border-spacing: 0px !important;
|
|
|
|
position: relative;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spreadsheet-header-corner-styles {
|
|
|
|
border: 1px solid darkgray;
|
|
|
|
font: 12px/1.5 "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
|
|
|
|
color: black;
|
2019-10-03 09:31:20 -05:00
|
|
|
background-color: #f1f4f7;
|
2017-11-27 12:37:53 -06:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#spreadsheet-header-columns-container {
|
2016-05-19 02:22:56 -05:00
|
|
|
border: 1px solid darkgrey;
|
2016-01-20 05:32:44 -06:00
|
|
|
background-color: lightgrey;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
left: 49px;
|
2017-01-12 07:55:51 -06:00
|
|
|
top: 0;
|
2016-01-20 05:32:44 -06:00
|
|
|
right: 0;
|
|
|
|
height: 19px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spreadsheet-header-columns {
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
height: 100%;
|
2016-05-19 02:22:56 -05:00
|
|
|
border-spacing: 0px !important;
|
2016-01-20 05:32:44 -06:00
|
|
|
position: relative;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spreadsheet-header-column {
|
2017-10-30 04:36:36 -05:00
|
|
|
border: 1px solid darkgray;
|
|
|
|
font: 12px/1.5 "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
|
|
|
|
color: black;
|
2019-10-03 09:31:20 -05:00
|
|
|
background-color: #f1f4f7;
|
2017-10-30 04:36:36 -05:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2016-03-11 08:46:15 -06:00
|
|
|
|
2017-10-30 04:36:36 -05:00
|
|
|
.spreadsheet-header-column-hover {
|
|
|
|
background-color: #DDD;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spreadsheet-header-column-selected {
|
2016-10-29 14:56:44 -05:00
|
|
|
color: white;
|
2019-10-03 09:31:20 -05:00
|
|
|
background: linear-gradient(#0b87e7, #0b87e7, #0b87e7);
|
2017-10-30 04:36:36 -05:00
|
|
|
}
|
2016-10-29 14:56:44 -05:00
|
|
|
|
2017-10-30 04:36:36 -05:00
|
|
|
.spreadsheet-header-column-resize {
|
|
|
|
cursor: col-resize;
|
|
|
|
}
|
2016-01-20 05:32:44 -06:00
|
|
|
|
2017-11-27 12:37:53 -06:00
|
|
|
#spreadsheet-header-rows-container {
|
2016-05-19 02:22:56 -05:00
|
|
|
border: 1px solid darkgrey;
|
2016-01-20 05:32:44 -06:00
|
|
|
background-color: lightgrey;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
2017-01-12 07:55:51 -06:00
|
|
|
top: 20px;
|
2016-01-20 05:32:44 -06:00
|
|
|
width: 48px;
|
2017-01-12 07:55:51 -06:00
|
|
|
bottom: 0;
|
2016-01-20 05:32:44 -06:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spreadsheet-header-rows {
|
|
|
|
width: 100%;
|
|
|
|
border-spacing: 0px !important;
|
|
|
|
position: relative;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spreadsheet-header-row {
|
2017-10-30 04:36:36 -05:00
|
|
|
border: 1px solid darkgray;
|
2016-08-04 15:48:47 -05:00
|
|
|
font: 12px/1.5 "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
|
2017-10-30 04:36:36 -05:00
|
|
|
color: black;
|
2019-10-03 09:31:20 -05:00
|
|
|
background-color: #f1f4f7;
|
2016-08-04 15:48:47 -05:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2017-10-30 04:36:36 -05:00
|
|
|
.spreadsheet-header-row-hover {
|
|
|
|
background-color: #DDD;
|
2016-08-04 15:48:47 -05:00
|
|
|
}
|
|
|
|
|
2017-10-30 04:36:36 -05:00
|
|
|
.spreadsheet-header-row-selected {
|
|
|
|
color: white;
|
2019-10-03 09:31:20 -05:00
|
|
|
background: linear-gradient(#0b87e7, #0b87e7, #0b87e7);
|
2016-03-11 08:46:15 -06:00
|
|
|
}
|
|
|
|
|
2016-08-04 15:48:47 -05:00
|
|
|
.spreadsheet-header-row-resize {
|
|
|
|
cursor: row-resize;
|
2016-01-20 05:32:44 -06:00
|
|
|
}
|
2020-02-25 08:10:28 -06:00
|
|
|
|
2019-07-27 20:45:41 -05:00
|
|
|
.spreadsheet-cell-resize-marker {
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-top: 0px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background-image: url('images/cell-resize-marker.svg');
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spreadsheet-cell-autofill-marker {
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-top: 0px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background-image: url('images/cell-autofill-marker.svg');
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
2018-03-19 08:08:10 -05:00
|
|
|
.spreadsheet-drop-down-marker {
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-top: 0px;
|
|
|
|
width: 18px;
|
|
|
|
height: 17px;
|
2019-02-18 14:49:46 -06:00
|
|
|
background-image: url('images/drop-down-button.svg');
|
2018-03-19 08:08:10 -05:00
|
|
|
background-size: 100% 100%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|