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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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