Add more styles to NoteList.

This commit is contained in:
Lukáš Kucharczyk 2020-08-25 16:08:05 +02:00
parent 8d6be9c37f
commit 1229625f56
1 changed files with 18 additions and 0 deletions

View File

@ -83,4 +83,22 @@ textarea {
padding: 5px; padding: 5px;
margin-bottom: 5px; margin-bottom: 5px;
} }
.selected {
border-style: dashed;
border-width: 1px;
}
.noteid {
background-color: slateblue;
color: white;
border-radius: 5px;
margin-right: 5px;
margin-bottom: 2px;
padding: 1px 15px;
font-size: 0.7rem;
display: block;
width: 15px;
font-family: monospace;
}
</style> </style>