Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Przemyslaw Kaminski
purescript-gargantext
Commits
921abe73
Commit
921abe73
authored
Apr 28, 2019
by
James Laver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
styles for annotation context menu
parent
fdb17aff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
annotation.css
dist/styles/annotation.css
+3
-3
context-menu.css
dist/styles/context-menu.css
+2
-0
No files found.
dist/styles/annotation.css
View file @
921abe73
.annotation-run.candidate-term
,
.
annotation
-menu
.candidate-term
{
.annotation-run.candidate-term
,
.
context
-menu
.candidate-term
{
color
:
#000
;
background-color
:
#aaa
;
}
.annotation-run.graph-term
,
.
annotation
-menu
.graph-term
{
.annotation-run.graph-term
,
.
context
-menu
.graph-term
{
color
:
#000
;
background-color
:
#0f0
;
}
.annotation-run.stop-term
,
.
annotation
-menu
.stop-term
{
.annotation-run.stop-term
,
.
context
-menu
.stop-term
{
color
:
#000
;
background-color
:
#f00
;
}
dist/styles/context-menu.css
View file @
921abe73
...
...
@@ -10,6 +10,8 @@
.context-menu-items
{
display
:
block
;
position
:
relative
;
margin
:
0
;
padding
:
0
;
}
.context-menu-item
{
display
:
block
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment