1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-11 23:36:05 +00:00

Add dropdown of canned filter searches

Now you can pick from a dropdown of predefined filtered searches in the
advanced search filter tab.
This commit is contained in:
Jermolene
2014-03-10 18:16:10 +00:00
parent be6509a17f
commit 8239275edb
13 changed files with 76 additions and 10 deletions

View File

@@ -317,6 +317,10 @@ a.tw-tiddlylink-external:hover {
color: <<colour sidebar-foreground>>;
}
.tw-advanced-search input {
width: 60%;
}
.tw-search a svg {
height: 0.75em;
}