diff options
author | Andy Rickert <andrew_rickert@brown.edu> | 2020-04-22 01:58:17 -0700 |
---|---|---|
committer | Andy Rickert <andrew_rickert@brown.edu> | 2020-04-22 01:58:17 -0700 |
commit | 0e192cd810be35c9c81cd93e8f4d550d8fe02d59 (patch) | |
tree | e9f6e487374c654fbcfed840bd72b4cba41fd047 /src/client/documents/Documents.ts | |
parent | a4ed4ba21dbbc802f3512d3c06fdc94a38f56e87 (diff) |
document buttons change on hover and click
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 2b5727254..db423fc84 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -157,9 +157,11 @@ export interface DocumentOptions { selectedIndex?: number; syntaxColor?: string; // can be applied to text for syntax highlighting all matches in the text searchText?: string, //for searchbox - searchQuery?: string, // for queryBox + searchQuery?: string, // for quersyBox filterQuery?: filterData, linearViewIsExpanded?: boolean; // is linear view expanded + border?: string; //for searchbox + hovercolor?:string; } class EmptyBox { |