Skip to content

Commit 6b57ccc

Browse files
author
Tony Nedyalkov
committed
Network Details style and icons
1 parent e70c7b5 commit 6b57ccc

File tree

5 files changed

+8
-14
lines changed

5 files changed

+8
-14
lines changed

src/network/network_style.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,10 @@
119119
border-bottom-width: 1px;
120120
}
121121

122-
.network-data-container .sortable-table > tr.header:first-child
122+
.network-data-container .sortable-table > tr.table-header:first-child
123123
{
124124
border-width: 0;
125+
background: none;
125126
color: #808080;
126127
}
127128

@@ -272,7 +273,7 @@
272273

273274
.network-detail-overlay .header-token-type-name
274275
{
275-
color: #5555aa;
276+
color: #cc0033;
276277
}
277278

278279
.network-detail-overlay .http-token-type-boundary
@@ -295,7 +296,7 @@
295296

296297
.network-detail-overlay\.view-raw::before
297298
{
298-
background-image: url("../ui-images/icons/icon_hidedefaults.png");
299+
background-image: url("../ui-images/icons/icon_view_raw.png");
299300
}
300301

301302
.network-detail-overlay pre,
@@ -325,7 +326,7 @@
325326

326327
.network-detail-overlay p
327328
{
328-
margin: 5px;
329+
margin: 6px 8px;
329330
}
330331

331332
.network-detail-overlay table
1.22 KB
Loading
11 Bytes
Loading

src/ui-style/debugger_style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ header input,
443443

444444
.unfolded .foldable
445445
{
446-
padding: 5px;
446+
padding: 6px 8px;
447447
}
448448

449449
.unfolded > header input,

src/ui-style/ui.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1846,13 +1846,6 @@ info {
18461846
{
18471847
position: absolute;
18481848
border: 1px solid #999;
1849-
box-shadow: 0 5px 5px hsla(0, 0%, 0%, 0.4),
1850-
0 2px 2px hsla(0, 0%, 0%, 0.3),
1851-
0 1px 1px hsla(0, 0%, 0%, 0.1);
1852-
}
1853-
1854-
#toolbar-to-cell-id-28,
1855-
.network-detail-overlay
1856-
{
1857-
border-left-width: 0;
1849+
box-shadow: 0 5px 5px hsla(0, 0%, 0%, 0.30),
1850+
0 2px 2px hsla(0, 0%, 0%, 0.25)
18581851
}

0 commit comments

Comments
 (0)