UI updates

This commit is contained in:
2021-03-04 22:22:20 +01:00
parent 469e4d5e37
commit eb4dc6fa8d
9 changed files with 56 additions and 23 deletions
@@ -128,7 +128,7 @@
.ui-toggle-switch.is-active
{
background: var(--color-checked);
background: var(--color-toggled);
box-shadow: none !important;
}
@@ -42,10 +42,6 @@
type: Boolean,
default: false
},
action: {
type: Function,
default: () => { }
},
confirm: {
type: Boolean,
default: false
+7 -2
View File
@@ -67,7 +67,7 @@ a.ui-table-row:hover, button.ui-table-row:hover
position: sticky;
top: 0;
//border-bottom: 1px solid var(--color-line);
z-index: 2;
z-index: 3;
background: var(--color-table-head);
/*border-bottom: 2px solid var(--color-bg);*/
@@ -76,6 +76,11 @@ a.ui-table-row:hover, button.ui-table-row:hover
display: inline-flex;
justify-content: space-between;
}
.ui-table.is-inline &
{
background: none;
}
}
.ui-table-cell
@@ -85,7 +90,7 @@ a.ui-table-row:hover, button.ui-table-row:hover
flex: 1 1 5%;
position: relative;
text-align: left;
padding: 18px 20px 17px 20px;
padding: 22px 20px 21px 20px;
border-left: 1px solid var(--color-table-line-vertical);
white-space: nowrap;
overflow: hidden;