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:
parent
44a9a97ad9
commit
9fe3e22dc3
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue