1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-01 03:21:21 +00:00

re adding background, might be important for some browsers

This commit is contained in:
Jishnu Mohan 2012-11-18 19:06:57 +05:30
parent 44a9a97ad9
commit 9fe3e22dc3

View file

@ -46,6 +46,7 @@ textarea {
#box code { #box code {
padding: 0px; padding: 0px;
background: transparent !important; /* don't hide hastebox */
word-break: break-all; word-break: break-all;
-ms-word-break: break-all; -ms-word-break: break-all;
/* Chrome*/ /* Chrome*/
@ -61,7 +62,7 @@ textarea {
position: fixed; position: fixed;
top: 0px; top: 0px;
right: 0px; right: 0px;
z-index: +1000; /* watch out */ z-index: +1000; /* watch out */
} }
#box1 { #box1 {