Skip to content

Commit beee205

Browse files
author
Tony Nedyalkov
committed
Profiler padding and colors
1 parent 763d3c0 commit beee205

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/profiler/profiler_style.css

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
position: absolute;
44
left: 0;
5-
top: 65px;
5+
top: 72px;
66
width: 160px;
77
border-top: 1px solid rgba(0, 0, 0, 0.055);
88
border-bottom: 1px solid rgba(0, 0, 0, 0.055);
@@ -14,7 +14,7 @@
1414
position: absolute;
1515
left: 160px;
1616
right: 0;
17-
top: 15px;
17+
top: 22px;
1818
height: 26px; /* 8 types * 3px height + 2 extra for padding */
1919
border-top: 1px solid rgba(0, 0, 0, 0.055);
2020
border-bottom: 1px solid rgba(0, 0, 0, 0.055);
@@ -26,7 +26,7 @@
2626
position: absolute;
2727
left: 160px;
2828
right: 0;
29-
top: 15px;
29+
top: 22px;
3030
height: 27px;
3131
}
3232

@@ -35,7 +35,7 @@
3535
position: absolute;
3636
left: 160px;
3737
right: 0;
38-
top: 65px;
38+
top: 72px;
3939
background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 50%, transparent 50%);
4040
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 50%, transparent 50%);
4141
background-position: 0 1px;
@@ -48,7 +48,7 @@
4848
position: absolute;
4949
left: 160px;
5050
right: 0;
51-
top: 65px;
51+
top: 72px;
5252
border-top: 1px solid rgba(0, 0, 0, 0.055);
5353
border-bottom: 1px solid rgba(0, 0, 0, 0.055);
5454
overflow: hidden;
@@ -59,7 +59,7 @@
5959
{
6060
position: absolute;
6161
top: 211px;
62-
bottom: 21px;
62+
bottom: 22px;
6363
overflow: auto;
6464
width: 100%;
6565
}
@@ -159,7 +159,7 @@
159159
{
160160
font-size: 9px;
161161
position: absolute;
162-
top: -12px;
162+
top: -14px;
163163
color: #444;
164164
white-space: nowrap;
165165
}
@@ -221,17 +221,17 @@
221221

222222
.event-type-3
223223
{
224-
background-color: rgba(199, 199, 235, .6);
224+
background-color: rgba(203, 190, 235, 0.6);
225225
}
226226

227227
.event-type-3-selftime
228228
{
229-
background-color: rgb(179, 176, 255);
229+
background-color: rgba(184, 161, 255);
230230
}
231231

232232
.event-type-4
233233
{
234-
background-color: rgba(170, 193, 227, .6);
234+
background-color: rgba(170, 193, 227, 0.6);
235235
}
236236

237237
.event-type-4-selftime
@@ -241,17 +241,17 @@
241241

242242
.event-type-5
243243
{
244-
background-color: rgba(245, 225, 159, .6);
244+
background-color: rgba(245, 225, 159, 0.6);
245245
}
246246

247247
.event-type-5-selftime
248248
{
249-
background-color: rgb(255, 225, 125);
249+
background-color: rgb(255, 200, 82);
250250
}
251251

252252
.event-type-6
253253
{
254-
background-color: rgba(162, 222, 170, .6);
254+
background-color: rgba(162, 222, 170, 0.6);
255255
}
256256

257257
.event-type-6-selftime
@@ -261,37 +261,37 @@
261261

262262
.event-type-7
263263
{
264-
background-color: rgba(252, 177, 116, .6);
264+
background-color: rgba(167, 233, 242, 0.6);
265265
}
266266

267267
.event-type-7-selftime
268268
{
269-
background-color: rgb(232, 130, 46);
269+
background-color: rgb(61, 211, 242);
270270
}
271271

272272
.event-type-8
273273
{
274-
background-color: rgba(251, 207, 171, .6);
274+
background-color: rgba(251, 207, 171, 0.6);
275275
}
276276

277277
.event-type-8-selftime
278278
{
279-
background-color: rgb(255, 192, 140);
279+
background-color: rgb(255, 177, 115);
280280
}
281281

282282
.event-type-10
283283
{
284-
background-color: rgba(235, 191, 155, .6);
284+
background-color: rgba(242, 187, 235, 0.6);
285285
}
286286

287287
.event-type-10-selftime
288288
{
289-
background-color: rgb(224, 148, 85);
289+
background-color: rgb(250, 151, 237);
290290
}
291291

292292
.event-type-11
293293
{
294-
background-color: rgba(255, 156, 156, .6);
294+
background-color: rgba(255, 156, 156, 0.6);
295295
}
296296

297297
.event-type-11-selftime

0 commit comments

Comments
 (0)