riku
2024-05-10 f5624d6a7ad32ee475e00edbad26bc98ea4629e1
src/assets/common-style.css
@@ -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;