Added file search

This commit is contained in:
2021-12-07 01:48:52 -06:00
parent 19c683d9c7
commit 49ebfc6293
6 changed files with 127 additions and 0 deletions

View File

@@ -35,6 +35,10 @@ notebook > header > tabs > tab:checked {
border: 2px solid rgba(116, 0, 0, 0.64);
}
.search-border {
border: 2px solid rgba(136, 204, 39, 1);
}
.notebook-selected-focus {
/* Neon Blue 00e8ff border */
border: 2px solid rgba(0, 232, 255, 0.34);