Index: arms/css/jspreadsheet/custom_sheet.css =================================================================== diff -u -r6dc6aa7a94afbb8a8ed2a29fb2e93d2ba300bcf4 -re84394e4e19f701075eae6336322bfd199483815 --- arms/css/jspreadsheet/custom_sheet.css (.../custom_sheet.css) (revision 6dc6aa7a94afbb8a8ed2a29fb2e93d2ba300bcf4) +++ arms/css/jspreadsheet/custom_sheet.css (.../custom_sheet.css) (revision e84394e4e19f701075eae6336322bfd199483815) @@ -130,8 +130,8 @@ background: rgba(51,51,51,0.95); !important; border:none !important; - border-right: 1px solid var(--dark_jexcel_border_color_5) !important; - border-bottom: 1px solid var(--dark_jexcel_border_color_5) !important; + border-right: 1px solid #d9d9d94d !important; + border-bottom: 1px solid #d9d9d94d !important; } .jexcel tbody tr td.jexcel_row, table.jexcel tbody tr td.jexcel_row { @@ -142,8 +142,8 @@ background: rgba(51,51,51,0.95) !important; border:none !important; - border-right: 1px solid var(--dark_jexcel_border_color_5) !important; - border-bottom: 1px solid var(--dark_jexcel_border_color_5) !important; + border-right: 1px solid #d9d9d94d !important; + border-bottom: 1px solid #d9d9d94d !important; } .jexcel thead tr td.selected, table.jexcel thead tr td.selected { @@ -199,9 +199,28 @@ height: 16px; text-align: center; vertical-align: middle; + line-height: 16px; } .fa.fa-font.fa-background { color: #FFF; background-color: #000000; +} + +.search-box { + margin-left: auto; + min-width: 220px; + background-color: #4d4d4d4d !important; + border: 1px dashed #d9d9d94d; + border-radius: 3px; +} +.jexcel_search::placeholder { + color:#D9D9D9A0; +} +.jexcel_search:focus, +.jexcel_search:active { + outline: none; + transition: border linear 0.2s, box-shadow linear 0.2s; + border-color: #a4c6ff; + box-shadow: 0 0 10px rgba(164, 198, 255, 0.8); } \ No newline at end of file Index: arms/html/analysisResource/modal/content-modal_workerStatusTable.html =================================================================== diff -u -r9bccb07936ba441491483f5eda66caa99b9165e5 -re84394e4e19f701075eae6336322bfd199483815 --- arms/html/analysisResource/modal/content-modal_workerStatusTable.html (.../content-modal_workerStatusTable.html) (revision 9bccb07936ba441491483f5eda66caa99b9165e5) +++ arms/html/analysisResource/modal/content-modal_workerStatusTable.html (.../content-modal_workerStatusTable.html) (revision e84394e4e19f701075eae6336322bfd199483815) @@ -71,7 +71,7 @@
List View (Excel)
-
+