experiments with group style in settings

This commit is contained in:
maxpozdeev 2023-08-20 16:05:45 +03:00
parent 5b1d00fbe2
commit 6fe3b8a955

View file

@ -990,6 +990,22 @@ li.mtt-item-hidden { display:none; }
vertical-align:top;
display: flex;
}
.mtt-settings-table .group {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
border-radius: 1rem;
background-color: var(--color-settings-row);
}
.mtt-settings-table .group .tr {
margin: 0 1rem;
padding: 1rem 0;
}
.mtt-settings-table .group .th {
padding-left: 0;
}
.mtt-settings-table .group .td {
padding-right: 0;
}
.mtt-settings-table .tr:not(:last-child) {
border-bottom:1px solid var(--color-row-underlinig);
}
@ -1208,6 +1224,15 @@ li.mtt-item-hidden { display:none; }
padding:10px 15px;
margin-bottom: 5px;
}
.mtt-settings-table .group .tr {
border-radius: 0;
padding: 1rem 0;
margin: 0 1rem;
margin-bottom: 5px;
}
.mtt-settings-table .group .tr:not(:last-child) {
border-bottom:1px solid var(--color-border-default);
}
.mtt-settings-table .th {
width: auto;
padding-left: 0px;