Add change to 'CodenvyEditor' according to new client
Change the color style in the method into 'CodenvyEditor' according new style on the client6.19.x
parent
74bbcde05f
commit
287c98d9c4
|
|
@ -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);"))));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue