🎨 Minor UI updates

This commit is contained in:
liyasthomas
2019-10-06 07:46:48 +05:30
parent 11e6a8838c
commit 9317b5b983
5 changed files with 32 additions and 33 deletions

View File

@@ -148,11 +148,6 @@ legend {
}
}
fieldset textarea,
fieldset pre code {
resize: vertical;
}
fieldset.blue legend {
color: #57b5f9;
}
@@ -209,6 +204,7 @@ pre {
user-select: text;
width: calc(100% - 8px);
min-height: 40px;
resize: vertical;
&:not([readonly]):hover {
background-color: var(--bg-dark-color);