mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-01 01:30:21 +01:00
Merge branch 'fixes' into docker
This commit is contained in:
commit
8da92d830f
1 changed files with 7 additions and 5 deletions
|
@ -6,6 +6,7 @@ body, html {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
user-select: none;
|
||||||
background: #002B36;
|
background: #002B36;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,6 +16,11 @@ body {
|
||||||
height: calc(100% - 40px);
|
height: calc(100% - 40px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-container > pre,
|
||||||
|
.text-container > textarea {
|
||||||
|
user-select: text;
|
||||||
|
}
|
||||||
|
|
||||||
/* textarea */
|
/* textarea */
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
@ -54,7 +60,7 @@ textarea {
|
||||||
outline: none;
|
outline: none;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
overflow: inherit;
|
overflow: inherit;
|
||||||
margin-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#box code {
|
#box code {
|
||||||
|
@ -180,7 +186,3 @@ textarea {
|
||||||
#messages li.error {
|
#messages li.error {
|
||||||
background:rgba(102,8,0,0.8);
|
background:rgba(102,8,0,0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
#linenos {
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
Loading…
Reference in a new issue