diff options
author | Claudius Coenen | 2019-05-12 23:30:28 +0200 |
---|---|---|
committer | GitHub | 2019-05-12 23:30:28 +0200 |
commit | dabcb91185488703dca6bce30cfea5c968694fd9 (patch) | |
tree | 1299b3756eb14fa1969bfede0c49830e74ebd60f /public/vendor | |
parent | 5bb69297678c38d0793238edf4d04cad5ec7d4d4 (diff) | |
parent | e4c24c293673ca3cbbe08939c81e0a53404771f8 (diff) |
Merge pull request #44 from pferreir/fix-23
Fix toolbar day mode and upload button
Diffstat (limited to '')
-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 +} |