Fix extensions dialog header color (#686)

This commit is contained in:
Sam El-Husseini
2018-06-14 11:03:20 -07:00
committed by GitHub
parent 51cb7a5299
commit 2bc2bda502

View File

@ -197,4 +197,10 @@
@serialBackgroundColor: #fff;
@serialGraphBackground: #F2F2F2;
@serialConsoleBackground: @serialGraphBackground;
@serialConsoleBackground: @serialGraphBackground;
/*-------------------
Extensions
--------------------*/
@extensionsHeaderBackground: #999;