Skip to content

Commit

Permalink
Updates D2 extension’s colors and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
docto committed Jan 25, 2017
1 parent 769d7d7 commit 116357d
Show file tree
Hide file tree
Showing 215 changed files with 11 additions and 9 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ function renderBlockedRequest(id, blockedCount, totalCount, weighted) {
attr('y', 38 - SPEED_HEIGHT).
attr('width', 8).
attr('height', SPEED_HEIGHT).
attr('fill', '#ff7f00');
attr('fill', '#47A57F');
d3.select('.subtotal.bandwidth').remove();
dashboard.
insert('svg:rect', '.control.bandwidth').
Expand All @@ -601,7 +601,7 @@ function renderBlockedRequest(id, blockedCount, totalCount, weighted) {
attr('y', 38 - BANDWIDTH_HEIGHT).
attr('width', 8).
attr('height', BANDWIDTH_HEIGHT).
attr('fill', '#ffbf3f');
attr('fill', '#3B8C6D');
}
}

Expand Down Expand Up @@ -739,7 +739,7 @@ function renderGraphs() {
attr('y', Y).
attr('width', 10).
attr('height', HEIGHT).
attr('fill', '#ff3f00');
attr('fill', '#333846');
d3.select('.total.bandwidth').remove();
dashboard.
insert('svg:rect', '.subtotal.bandwidth').
Expand All @@ -748,7 +748,7 @@ function renderGraphs() {
attr('y', Y).
attr('width', 10).
attr('height', HEIGHT).
attr('fill', '#ff7f00');
attr('fill', '#333846');
// d3.select('.total.security').remove();
// dashboard.
// insert('svg:rect', '.subtotal.security').
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ td { padding: 0 }
#navbar .text a:last-child { display: none }

#shortcuts {
background: #2b2b2b;
background: #3C4554;
width: 200px;
height: 45px;
text-align: center
Expand All @@ -110,7 +110,7 @@ td { padding: 0 }

.shortcut:first-child { display: none }

.shortcut td { background: #1c7045 }
.shortcut td { background: #3B8C6D }

.shortcut.deactivated td { background: #4f4f4f }

Expand Down Expand Up @@ -278,9 +278,11 @@ td { padding: 0 }
font-size: 7px
}

#dashboard .label {
#dashboard .label {
width: 66px;
padding-left: 30px;
padding-left: 30px;
color: #fff;
padding-top: 6px;
}

#dashboard .label:last-child {
Expand All @@ -304,7 +306,7 @@ td { padding: 0 }
transition: background-color .4s ease
}

#support a:hover { background-color: #24a33f }
#support a:hover { background-color: #47A57F }

.sharing {
display: none;
Expand Down

0 comments on commit 116357d

Please sign in to comment.