diff --git a/zerobin/routes.py b/zerobin/routes.py index 53d9a74..7244822 100644 --- a/zerobin/routes.py +++ b/zerobin/routes.py @@ -3,7 +3,7 @@ """ import os -import pdb +#import pdb import sys import _thread as thread diff --git a/zerobin/static/css/style.css b/zerobin/static/css/style.css index fb32bfc..6e83263 100644 --- a/zerobin/static/css/style.css +++ b/zerobin/static/css/style.css @@ -185,6 +185,30 @@ input.hide-upload { /* Paste Page */ +.paste-options { + background-color: #424141; + padding: 10px; + opacity: 0.5; +} + +.paste-options span { + background-color: #375A7F; + color: #f9fafc; +} + +.paste-options:hover{ + opacity: 1; +} + +.paste-options input{ + background-color: #375A7F; + color: #eee; +} +::placeholder { + color: #f9fafc !important; + opacity: 1; +} + .paste-wrapper { width: 100%; text-align: center; diff --git a/zerobin/views/admin.tpl b/zerobin/views/admin.tpl index 7262db1..a588468 100644 --- a/zerobin/views/admin.tpl +++ b/zerobin/views/admin.tpl @@ -11,7 +11,7 @@