From 26dacde9591b4994529d8f536712b797cef5a36f Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Fri, 12 Apr 2019 11:45:44 +0200 Subject: Fix toolbar day mode Also moved the code to SCSS Signed-off-by: Pedro Ferreira --- public/vendor/showup/showup.css | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'public/vendor/showup/showup.css') diff --git a/public/vendor/showup/showup.css b/public/vendor/showup/showup.css index d92523fa..30d39ce0 100644 --- a/public/vendor/showup/showup.css +++ b/public/vendor/showup/showup.css @@ -87,26 +87,6 @@ margin-right: 10px; } -/* Light theme */ -.btn-light { - color: #555; - background-color: rgba(0, 0, 0,.1); -} -.btn-light:hover { - color: #111; - background-color: rgba(0, 0, 0,.25); -} - -/* Dark theme */ -.btn-dark { - color: #fff; - background-color: rgba(0, 0, 0,.5); -} -.btn-dark:hover { - color: #fff; - background-color: rgba(0, 0, 0,.9); -} - /* Buttons displayed throughout the content */ .btn-showup { position: relative; @@ -122,4 +102,4 @@ outline: none; background-color: #39235A; border-color: #39235A; -} \ No newline at end of file +} -- cgit v1.2.3