Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
d1873f16
Commit
d1873f16
authored
Jan 01, 2016
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update cal-heatmap style overrides
Some were no longer needed, others needed `!important`.
parent
1a1113f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
36 deletions
+6
-36
app/assets/stylesheets/framework/calendar.scss
app/assets/stylesheets/framework/calendar.scss
+6
-36
No files found.
app/assets/stylesheets/framework/calendar.scss
View file @
d1873f16
...
...
@@ -19,38 +19,33 @@
}
}
}
/**
* This overwrites the default values of the cal-heatmap gem
*/
.calendar
{
.qi
{
background-color
:
#999
;
fill
:
#fff
;
}
.q1
{
background-color
:
#dae289
;
fill
:
#ededed
;
fill
:
#ededed
!
important
;
}
.q2
{
background-color
:
#cedb9c
;
fill
:
#ACD5F2
;
fill
:
#ACD5F2
!
important
;
}
.q3
{
background-color
:
#b5cf6b
;
fill
:
#7FA8D1
;
fill
:
#7FA8D1
!
important
;
}
.q4
{
background-color
:
#637939
;
fill
:
#49729B
;
fill
:
#49729B
!
important
;
}
.q5
{
background-color
:
#3b6427
;
fill
:
#254E77
;
fill
:
#254E77
!
important
;
}
.domain-background
{
...
...
@@ -59,32 +54,7 @@
}
.ch-tooltip
{
position
:
absolute
;
display
:
none
;
margin-top
:
22px
;
margin-left
:
1px
;
font-size
:
13px
;
padding
:
3px
;
font-weight
:
550
;
background-color
:
#222
;
span
{
position
:
absolute
;
width
:
200px
;
text-align
:
center
;
visibility
:
hidden
;
border-radius
:
10px
;
&
:after
{
content
:
''
;
position
:
absolute
;
top
:
100%
;
left
:
50%
;
margin-left
:
-8px
;
width
:
0
;
height
:
0
;
border-top
:
8px
solid
#000000
;
border-right
:
8px
solid
transparent
;
border-left
:
8px
solid
transparent
;
}
}
}
}
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