summaryrefslogtreecommitdiff
path: root/public/css/index.css
diff options
context:
space:
mode:
authorClaudius Coenen2019-05-12 23:30:28 +0200
committerGitHub2019-05-12 23:30:28 +0200
commitdabcb91185488703dca6bce30cfea5c968694fd9 (patch)
tree1299b3756eb14fa1969bfede0c49830e74ebd60f /public/css/index.css
parent5bb69297678c38d0793238edf4d04cad5ec7d4d4 (diff)
parente4c24c293673ca3cbbe08939c81e0a53404771f8 (diff)
Merge pull request #44 from pferreir/fix-23
Fix toolbar day mode and upload button
Diffstat (limited to '')
-rw-r--r--public/css/index.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/public/css/index.css b/public/css/index.css
index c304a969..fb8356eb 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -20,24 +20,6 @@ body.night{
background: #333 !important;
}
-.toolbar {
- background-color: #1c1c1e;
- border: 1px solid #343434;
-}
-
-.toolbar > .btn-toolbar > .btn-group > .btn {
- background-color: #1c1c1e;
- padding: 5px;
- font-size: 1em;
-}
-
-.toolbar > .btn-toolbar > .btn-group > .btn:hover {
- background-color: #383a3e;
-
- padding: 5px;
-}
-
-
.CodeMirror {
font-family: "Source Code Pro", Consolas, monaco, monospace;
letter-spacing: 0.025em;