mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
experiments with group style in settings
This commit is contained in:
parent
5b1d00fbe2
commit
6fe3b8a955
1 changed files with 25 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue