|
4 | 4 | left: 0; |
5 | 5 | top: 60px; |
6 | 6 | width: 160px; |
7 | | - border-top: 1px solid #e6e6e6; |
8 | | - border-bottom: 1px solid #e6e6e6; |
| 7 | + border-top: 1px solid rgba(0, 0, 0, 0.055); |
| 8 | + border-bottom: 1px solid rgba(0, 0, 0, 0.055); |
9 | 9 | overflow: hidden; |
10 | 10 | } |
11 | 11 |
|
|
16 | 16 | right: 0; |
17 | 17 | top: 15px; |
18 | 18 | height: 26px; /* 8 types * 3px height + 2 extra for padding */ |
19 | | - border-top: 1px solid #e6e6e6; |
20 | | - border-bottom: 1px solid #e6e6e6; |
| 19 | + border-top: 1px solid rgba(0, 0, 0, 0.055); |
| 20 | + border-bottom: 1px solid rgba(0, 0, 0, 0.055); |
21 | 21 | overflow-x: hidden; |
22 | 22 | } |
23 | 23 |
|
|
36 | 36 | left: 160px; |
37 | 37 | right: 0; |
38 | 38 | top: 60px; |
39 | | - background-image: -o-linear-gradient(to bottom, transparent 50%, #f7f7f7 50%); |
40 | | - background-image: linear-gradient(to bottom, #f7f7f7 50%, transparent 50%); |
| 39 | + background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 50%, transparent 50%); |
| 40 | + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 50%, transparent 50%); |
41 | 41 | background-position: 0 1px; |
42 | 42 | background-size: 1px 36px; |
43 | 43 | height: 145px; |
|
49 | 49 | left: 160px; |
50 | 50 | right: 0; |
51 | 51 | top: 60px; |
52 | | - border-top: 1px solid #e6e6e6; |
53 | | - border-bottom: 1px solid #e6e6e6; |
| 52 | + border-top: 1px solid rgba(0, 0, 0, 0.055); |
| 53 | + border-bottom: 1px solid rgba(0, 0, 0, 0.055); |
54 | 54 | overflow-x: hidden; |
55 | 55 | height: 144px; |
56 | 56 | } |
|
76 | 76 | height: 20px; |
77 | 77 | line-height: 20px; |
78 | 78 | width: 100%; |
79 | | - border-top: 1px solid #e6e6e6; |
| 79 | + border-top: 1px solid rgba(0, 0, 0, 0.055); |
80 | 80 | text-align: center; |
81 | 81 | } |
82 | 82 |
|
|
115 | 115 | position: relative; |
116 | 116 | } |
117 | 117 |
|
118 | | -.profiler-timeline-row.odd |
| 118 | +.profiler-timeline-row.even |
119 | 119 | { |
120 | | - background-color: #f7f7f7; |
| 120 | + background-color: rgba(0, 0, 0, 0.03); |
121 | 121 | } |
122 | 122 |
|
123 | 123 | .profiler-legend-label |
|
134 | 134 | { |
135 | 135 | position: absolute; |
136 | 136 | right: 2px; |
137 | | - text-shadow: 1px 1px #fff; |
138 | 137 | } |
139 | 138 |
|
140 | 139 | .profiler-legend-time-bar |
|
156 | 155 | position: absolute; |
157 | 156 | height: 100%; |
158 | 157 | width: 1px; |
159 | | - background: #e6e6e6; |
| 158 | + background: rgba(0, 0, 0, 0.055); |
160 | 159 | top: 0; |
161 | 160 | } |
162 | 161 |
|
|
0 commit comments