From 9fe3e22dc3507b82001ead5211b040d96ab2ca81 Mon Sep 17 00:00:00 2001 From: Jishnu Mohan Date: Sun, 18 Nov 2012 19:06:57 +0530 Subject: [PATCH] re adding background, might be important for some browsers --- static/application.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/application.css b/static/application.css index 8a2588d..94b5644 100644 --- a/static/application.css +++ b/static/application.css @@ -46,6 +46,7 @@ textarea { #box code { padding: 0px; + background: transparent !important; /* don't hide hastebox */ word-break: break-all; -ms-word-break: break-all; /* Chrome*/ @@ -61,7 +62,7 @@ textarea { position: fixed; top: 0px; right: 0px; - z-index: +1000; /* watch out */ + z-index: +1000; /* watch out */ } #box1 {