|
@@ -1,7 +1,7 @@
|
|
|
@use "sass:map";
|
|
@use "sass:map";
|
|
|
@use "src/css/quasar.variables.scss";
|
|
@use "src/css/quasar.variables.scss";
|
|
|
.softpar-table {
|
|
.softpar-table {
|
|
|
- --table-bg-color: #{map.get($colors, "surface")};
|
|
|
|
|
|
|
+
|
|
|
--table-border-color: #{map.get($colors, "surface-light")};
|
|
--table-border-color: #{map.get($colors, "surface-light")};
|
|
|
--table-header-color: #{map.get($colors, "text")};
|
|
--table-header-color: #{map.get($colors, "text")};
|
|
|
--table-ring-color: #c0c0c0c0;
|
|
--table-ring-color: #c0c0c0c0;
|
|
@@ -11,6 +11,8 @@
|
|
|
border-radius: 8px !important;
|
|
border-radius: 8px !important;
|
|
|
box-shadow: 0 0 0 1px var(--table-ring-color);
|
|
box-shadow: 0 0 0 1px var(--table-ring-color);
|
|
|
|
|
|
|
|
|
|
+ background-color: transparent;
|
|
|
|
|
+
|
|
|
:deep(.q-table) {
|
|
:deep(.q-table) {
|
|
|
thead tr:first-child th {
|
|
thead tr:first-child th {
|
|
|
background-color: $primary !important;
|
|
background-color: $primary !important;
|