UI updates
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user