riku
2024-11-11 d205764a3ebe073b8302e8faf9345b74ae3350df
src/assets/common-style.css
@@ -181,7 +181,7 @@
}
.time {
  color: #ffffff9d;
  color: #ffffffde;
  font-size: 12px;
}
@@ -216,6 +216,7 @@
  border: 1px solid white;
  border-radius: 2px;
  -moz-border-radius: 25px;
  width: 120px;
  /* Old Firefox */
}
@@ -291,11 +292,13 @@
  text-align: center;
  overflow-y: scroll;
}
table.easy-table th {
  background-color: var(--bg-color-2);
  border: 1px solid #ffffffce;
  white-space: nowrap;
}
table.easy-table td {
  cursor: pointer;
  min-width: 50px;
@@ -334,6 +337,7 @@
  /* overflow: scroll; */
  /* overflow-y: scroll; */
}
table.border-table th {
  cursor: pointer;
  background-color: var(--bg-color-2);
@@ -341,6 +345,7 @@
  /* box-shadow: 0px 1.1px 2.5px #888888; */
  white-space: nowrap;
}
table.border-table td {
  cursor: pointer;
  min-width: 60px;
@@ -410,7 +415,7 @@
}
.custom-info {
  border: solid 1px silver;
  border: solid 1px rgb(255, 255, 255);
}
div.info-top {
@@ -435,9 +440,10 @@
div.info-middle {
  padding: 0px 12px 4px 0px;
  /* line-height: 20px; */
  color: #ffffffde;
}
div.refresh-btn{
div.refresh-btn {
  padding: 0px 6px;
  text-align: right;
}
@@ -469,11 +475,11 @@
  line-height: 12px
}
div.info-middle .text-table td.last-col{
div.info-middle .text-table td.last-col {
  text-align: left;
}
div.info-middle .text-table tr.divide{
div.info-middle .text-table tr.divide {
  /* line-height: 16px; */
  border-bottom: 1px dashed #ffffff93;
}
@@ -516,4 +522,16 @@
.form-check-label {
  white-space: nowrap;
}
.text-close {
  color: var(--font-color);
  font-size: 16px;
  padding: 0px 4px;
}
.text-clz {
  /* background-color: aliceblue; */
  font-size: 14px;
  line-height: 16px;
}