Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sascha Herzinger
AdaCharts
Commits
eea5b491
Commit
eea5b491
authored
Dec 07, 2018
by
Sascha Herzinger
Browse files
small css improvements
parent
60d9586a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/assets/css/heatmap.css
View file @
eea5b491
...
...
@@ -10,6 +10,10 @@
font-weight
:
bold
;
}
.ac-col-label
{
font-size
:
0.9em
;
}
.ac-vert-hl
,
.ac-hori-hl
{
background
:
rgba
(
255
,
255
,
255
,
0.7
);
position
:
absolute
;
...
...
@@ -18,7 +22,8 @@
}
.ac-tooltip
{
font-size
:
1.25em
;
white-space
:
nowrap
;
font-size
:
0.9em
;
position
:
absolute
;
background
:
rgba
(
0
,
0
,
0
,
0.7
);
pointer-events
:
none
;
...
...
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