repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
Source
/
devtools
/
front_end
/
ui_lazy
/
pieChart.css
blob
bef554fa1e8ab7e87a654934c35ee22894718f80
1
/*
2
* Copyright (c) 2014 The Chromium Authors. All rights reserved.
3
* Use of this source code is governed by a BSD-style license that can be
4
* found in the LICENSE file.
5
*/
6
7
.root
{
8
position
:
relative
;
9
width
:
100
%;
10
height
:
100
%;
11
}
12
13
.pie-chart-foreground
{
14
position
:
absolute
;
15
width
:
100
%;
16
height
:
100
%;
17
z-index
:
10
;
18
top
:
0
;
19
display
:
flex
;
20
}
21
22
.pie-chart-total
{
23
margin
:
auto
;
24
padding
:
2px 5px
;
25
background-color
:
rgba
(
255
,
255
,
255
,
0.6
);
26
}