panel: text-transform: uppercase

This commit is contained in:
isidor
2016-01-20 12:04:12 +01:00
parent 953aba39c8
commit d6b4ed5b4e
2 changed files with 2 additions and 1 deletions
@@ -9,6 +9,7 @@
.monaco-workbench > .part.panel > .title {
display: block;
text-transform: uppercase;
border-top: 1px solid #007ACC;
}
@@ -75,7 +75,7 @@ const openViewletKb: IKeybindings = {
'vs/workbench/parts/debug/browser/repl',
'Repl',
debug.REPL_ID,
nls.localize('debugConsole', "DEBUG CONSOLE"),
nls.localize('debugConsole', "Debug Console"),
'repl',
40
));