Skip to content

Commit

Permalink
panel: panel border top is gray
Browse files Browse the repository at this point in the history
fixes #2300
  • Loading branch information
isidorn committed Feb 25, 2016
1 parent 61ffc5c commit 740e085
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 1 addition & 5 deletions src/vs/workbench/browser/parts/panel/media/panelPart.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/

.monaco-workbench > .part.panel > .title {
border-top: 1px solid #007ACC;
border-top: 1px solid rgba(128, 128, 128, 0.35);
}

.monaco-workbench > .part.panel > .title > .title-label > span {
Expand All @@ -14,7 +14,3 @@
.monaco-workbench > .part.panel {
z-index: initial;
}

.monaco-workbench.no-workspace > .part.panel > .title {
border-color: #68217A;
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@
background: #CC6633 !important;
}

/* Panel */
.monaco-workbench.debugging > .part.panel > .title {
border-top-color: #CC6633
}

/* Actionbar actions */

.monaco-workbench .debug-action.step-over {
Expand Down

0 comments on commit 740e085

Please sign in to comment.