Add change to 'CodenvyEditor' according to new client

Change the color style in the method into 'CodenvyEditor' according new style on the client
6.19.x
Aleksandr Shmaraiev 2017-10-26 16:12:47 +03:00
parent 74bbcde05f
commit 287c98d9c4
1 changed files with 1 additions and 1 deletions

View File

@ -1033,7 +1033,7 @@ public class CodenvyEditor {
String.format(
Locators.TAB_FILE_NAME_AND_STYLE,
fileName,
"color: rgb(255, 255, 255);"))));
"color: rgb(160, 169, 183);"))));
}
/**