mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
add monospace class to css
This commit is contained in:
parent
11d2ad4139
commit
27bdebfde4
1 changed files with 5 additions and 1 deletions
|
|
@ -958,6 +958,10 @@ li.mtt-item-hidden { display:none; }
|
|||
box-shadow: 0 0 0 2px var(--color-border-focus-shadow);
|
||||
}
|
||||
|
||||
.monospace {
|
||||
font-family: ui-monospace,Consolas,"SF Mono",Menlo,"Liberation Mono",monospace;
|
||||
}
|
||||
|
||||
.mtt-settings-table { width:100%; }
|
||||
.mtt-settings-table .tr {
|
||||
border-bottom:1px solid var(--color-row-underlinig);
|
||||
|
|
@ -991,7 +995,7 @@ li.mtt-item-hidden { display:none; }
|
|||
border: 1px solid var(--color-border-default);
|
||||
border-radius: 2px;
|
||||
background-color: var(--color-input-bg);
|
||||
color: var(--color-text-default)
|
||||
color: var(--color-text-default);
|
||||
}
|
||||
.mtt-settings-table select {
|
||||
appearance: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue