diff options
author | Pedro Ferreira | 2019-04-12 11:45:44 +0200 |
---|---|---|
committer | Pedro Ferreira | 2019-05-12 20:15:46 +0200 |
commit | 26dacde9591b4994529d8f536712b797cef5a36f (patch) | |
tree | 0cbee17b898776a5a8ea479ca5da15ecf120e2e7 /public/vendor | |
parent | 1801febfe6055102e8a55b98ada6130faa9de6b6 (diff) |
Fix toolbar day mode
Also moved the code to SCSS
Signed-off-by: Pedro Ferreira <pedro@dete.st>
Diffstat (limited to 'public/vendor')
-rw-r--r-- | public/vendor/showup/showup.css | 22 |
1 files changed, 1 insertions, 21 deletions
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 +} |