diff --git a/src/vs/workbench/parts/explorers/media/treeExplorer.contribution.css b/src/vs/workbench/parts/explorers/media/treeExplorer.contribution.css index cf959184ef9fd099b5883813ff6698727eb51d63..c10bd3f6c725beb22684aa360b7c0138947871c2 100644 --- a/src/vs/workbench/parts/explorers/media/treeExplorer.contribution.css +++ b/src/vs/workbench/parts/explorers/media/treeExplorer.contribution.css @@ -3,16 +3,17 @@ * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -.monaco-workbench .customTreeExplorer-action.toggle { +.monaco-workbench .customExplorer-action.toggle { background: url('Refresh.svg') center center no-repeat; } -.vs-dark .monaco-workbench .customTreeExplorer-action.toggle, -.hc-black .monaco-workbench .customTreeExplorer-action.toggle { +.vs-dark .monaco-workbench .customExplorer-action.toggle, +.hc-black .monaco-workbench .customExplorer-action.toggle { background: url('Refresh_inverse.svg') center center no-repeat; } /* Coerce external icon into a style similar to stock icons */ .monaco-workbench > .activitybar .monaco-action-bar .action-item:nth-child(n+6) .action-label { -webkit-filter: grayscale(1) invert(1); + filter: grayscale(1) invert(1); } \ No newline at end of file