From 5407f5e044655069cf22caa4c6ad9ec43e4d6e47 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 16 Aug 2018 14:37:44 +0200 Subject: [PATCH] add missing css to dark style --- src/app/ui/styles-guide/styleGuideDark.js | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/app/ui/styles-guide/styleGuideDark.js b/src/app/ui/styles-guide/styleGuideDark.js index 70ad6b8b43..8e2ca1aa3b 100644 --- a/src/app/ui/styles-guide/styleGuideDark.js +++ b/src/app/ui/styles-guide/styleGuideDark.js @@ -644,6 +644,32 @@ function styleGuideDark () { }, + /* :::::::::::::: + TEST TAB + ::::::::::::::: */ + testTab: { + box_listTests: appProperties.uiElements.solidBorderBox({ + BackgroundColor: appProperties.solidBorderBox_BackgroundColor, + BorderColor: appProperties.solidBorderBox_BackgroundColor, + Color: appProperties.solidBorderBox_TextColor + }), + + button_runTests: appProperties.uiElements.button({ + BackgroundColor: appProperties.primaryButton_BackgroundColor, + BorderColor: appProperties.primaryButton_BorderColor, + Color: appProperties.primaryButton_TextColor + }), + + button_generateTestFile: appProperties.uiElements.button({ + BackgroundColor: appProperties.primaryButton_BackgroundColor, + BorderColor: appProperties.primaryButton_BorderColor, + Color: appProperties.primaryButton_TextColor + }), + + color_testPass: appProperties.success_BackgroundColor, + color_testFail: appProperties.danger_BackgroundColor + }, + /* :::::::::::::: SETTINGS TAB ::::::::::::::: */