Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,712
Issues
1,712
List
Boards
Labels
Service Desk
Milestones
Merge Requests
87
Merge Requests
87
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
d4f7d200
Commit
d4f7d200
authored
Jun 18, 2014
by
Marc Duez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
less: reduce color number used
parent
de9003e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
15 deletions
+14
-15
browser/css/vidjil.less
browser/css/vidjil.less
+14
-15
No files found.
browser/css/vidjil.less
View file @
d4f7d200
...
...
@@ -177,18 +177,18 @@ max-height: calc(~"100%" - @margin)
}
.axis_m{
stroke : @
secondary
;
stroke : @
default
;
opacity : 0.5 ;
stroke-width : 20px;
}
.axis_h{
stroke : @
secondary
;
stroke : @
default
;
stroke-width : 2px ;
}
.axis_v{
stroke : @
secondary
;
stroke : @
default
;
stroke-width : 2px;
stroke-dasharray: 6,6;
}
...
...
@@ -213,13 +213,13 @@ max-height: calc(~"100%" - @margin)
.graph_time{
font-weight : bold;
fill : @
secondary
;
fill : @
default
;
text-anchor:middle;
}
.graph_text{
font-weight : bold;
fill : @
secondary
;
fill : @
default
;
text-anchor:end;
}
...
...
@@ -289,13 +289,13 @@ max-height: calc(~"100%" - @margin)
}
.sp_legend{
fill : @
secondary
;
fill : @
default
;
font-weight : bold;
text-anchor : middle;
}
.sp_rotated_legend{
fill : @
secondary
;
fill : @
default
;
font-weight : bold;
text-anchor : left;
}
...
...
@@ -311,7 +311,7 @@ max-height: calc(~"100%" - @margin)
}
.sp_line , .sp_subline{
stroke : @
secondary
;
stroke : @
default
;
stroke-width : 0.7px;
}
...
...
@@ -455,7 +455,6 @@ max-height: calc(~"100%" - @margin)
border-width : 2px;
padding : 0px;
border-color : @select;
background : @border;
}
.sequence-line {
...
...
@@ -513,11 +512,7 @@ max-height: calc(~"100%" - @margin)
pointer-events: none;
}
span .substitution{
background-color : #145065;
text-shadow: 1px 1px @background,
1px -1px @background,
-1px -1px @background,
-1px 1px @background;
background-color : @border;
}
/*tag*/
...
...
@@ -632,7 +627,7 @@ span .substitution{
#popup-container a {
text-decoration: none;
font-weight: bold;
color: @
secondary
;
color: @
default
;
}
#popup-container a:hover{
...
...
@@ -1113,4 +1108,8 @@ span.logo
margin: 5px;
background: @background;
border-color: @border;
}
select>option:hover {
background-color: @border;
}
\ No newline at end of file
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