From e67385b4ef6e4c6f634ece4cc15564d9f319c950 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Thu, 25 May 2017 15:29:32 -0700 Subject: [PATCH] Update exit button color --- theme/style.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/style.less b/theme/style.less index 9b5f6b05..a637bcd1 100644 --- a/theme/style.less +++ b/theme/style.less @@ -33,6 +33,10 @@ &:extend(.ui.blue.button all); } +.ui.button.exit-tutorial-btn { + &:extend(.ui.blue.button all); +} + #filelist, #editortools { background: #fff url(https://az742082.vo.msecnd.net/pub/psopafpj) 0 0 repeat !important; }