Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
debomatic-webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
debomatic-webui-admins
debomatic-webui
Commits
598fe509
Commit
598fe509
authored
Sep 11, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add more colors for graphs
parent
29cfef6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
debomatic-webui/public/stylesheets/style.css
debomatic-webui/public/stylesheets/style.css
+36
-0
No files found.
debomatic-webui/public/stylesheets/style.css
View file @
598fe509
...
...
@@ -273,3 +273,39 @@ footer .info {
.ct-chart
.ct-label
{
font-size
:
0.85em
;
}
/* add more colors to graphs */
.ct-series-e
.ct-bar
,
.ct-chart
.ct-series.ct-series-e
.ct-line
,
.ct-chart
.ct-series.ct-series-e
.ct-point
,
.ct-chart
.ct-series.ct-series-e
.ct-slice.ct-donut
{
stroke
:
#E6E3BB
;
}
.ct-chart
.ct-series.ct-series-f
.ct-bar
,
.ct-chart
.ct-series.ct-series-f
.ct-line
,
.ct-chart
.ct-series.ct-series-f
.ct-point
,
.ct-chart
.ct-series.ct-series-f
.ct-slice.ct-donut
{
stroke
:
#D3741C
;
}
.ct-chart
.ct-series.ct-series-g
.ct-bar
,
.ct-chart
.ct-series.ct-series-g
.ct-line
,
.ct-chart
.ct-series.ct-series-g
.ct-point
,
.ct-chart
.ct-series.ct-series-g
.ct-slice.ct-donut
{
stroke
:
#C6491A
;
}
.ct-chart
.ct-series.ct-series-h
.ct-bar
,
.ct-chart
.ct-series.ct-series-h
.ct-line
,
.ct-chart
.ct-series.ct-series-h
.ct-point
,
.ct-chart
.ct-series.ct-series-h
.ct-slice.ct-donut
{
stroke
:
#8E4423
;
}
.ct-chart
.ct-series.ct-series-i
.ct-bar
,
.ct-chart
.ct-series.ct-series-i
.ct-line
,
.ct-chart
.ct-series.ct-series-i
.ct-point
,
.ct-chart
.ct-series.ct-series-i
.ct-slice.ct-donut
{
stroke
:
#242729
;
}
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