Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
56768c77
Commit
56768c77
authored
Mar 16, 2015
by
Marc Duez
Browse files
css: debug default color for selected lines
parent
6642a464
Changes
3
Hide whitespace changes
Inline
Side-by-side
browser/css/dark.css
View file @
56768c77
...
...
@@ -165,6 +165,7 @@ line {
stroke-width
:
5px
;
cursor
:
pointer
;
stroke-dasharray
:
20px
,
5px
;
stroke
:
#839496
;
}
.graph_focus
{
stroke-width
:
5px
;
...
...
browser/css/light.css
View file @
56768c77
...
...
@@ -165,6 +165,7 @@ line {
stroke-width
:
5px
;
cursor
:
pointer
;
stroke-dasharray
:
20px
,
5px
;
stroke
:
#657b83
;
}
.graph_focus
{
stroke-width
:
5px
;
...
...
browser/css/vidjil.less
View file @
56768c77
...
...
@@ -210,6 +210,7 @@ line {
stroke-width : 5px;
cursor:pointer;
stroke-dasharray : 20px,5px ;
stroke: @default;
}
.graph_focus{
...
...
Write
Preview
Supports
Markdown
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