buli
2023-05-23 07390e2fcb4adf27c928335bf27ae7939c5a80ad
force-app/main/default/staticresources/RelationListPagingCmpCss.css
@@ -11,7 +11,7 @@
  position:relative;
  overflow: hidden;
  float:left;
  width:32768px;
  /* width:32768px; */
}
div#out_Div_L {
  position:relative;
@@ -22,7 +22,7 @@
  position:relative;
  overflow: auto;  /*スクロールバー*/
  float:left;
  width:32768px;
  /* width:32768px; */
  height: 100px; /* tbodyを表示する高さ、後でjsにて調整 */
}
div#in_Div_L {
@@ -57,10 +57,20 @@
body .pbBody table.list tr.dataRow td.dataCellBorder1 {padding:0px 0px 0px 0px; border-width: 0px 0px 1px 1px; vertical-align: middle; word-break:break-all;}
}
table.list td {width:100px;}
/* table.list td {width:100px;} */
table.list td.col_noChk {width:0px;}
table.list td select {width:95%;}
table.list td input {width:95%;}
/* 20230509 ljh lightning start */
/* table.list td input {width:95%;} */
table.list td input[type="text"] {width:95%;}
/* 20230509 ljh lightning end */
input.inc.btn{
  padding: 0 4px;
}
input.dec.btn{
  padding: 0 4px;
}
table.list td textarea {
  height:50px;
  width:90%;
@@ -81,4 +91,21 @@
*/
body .pbBody table.list tr.headerRow td.col_Scroll {width:0px; padding:0px; border-width:0px;}
body .pbBody table.list tr.dataRow td.col_Scroll {width:0px; padding:0px; border-width:0px;}
body .pbBody table.list tr.dataRow td.col_Scroll {width:0px; padding:0px; border-width:0px;}
/* 20230508 ljh lightning切换 start */
body .pbBody table.list tr.headerRow td, body .pbBody table.list tr.headerRow th {
  background: #f2f3f3;
  border-width: 0 0 1px 1px;
  border-color: #e0e3e5;
  color: #000;
  font-size: .9em;
  font-weight: bold;
  padding: 5px 2px 4px 5px;
  white-space:normal;
}
body .pbBody table.list tr th, body .pbBody table.list tr td {
  border: 1px solid #ededed;
  color: #000;
  white-space:normal;
}
/* 20230508 ljh lightning切换 start */