mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-09 12:21:57 -04:00
make textarea django-jsonfield look nicer
This commit is contained in:
parent
654bd22bd0
commit
536e3ac3c4
1 changed files with 15 additions and 0 deletions
|
@ -68,6 +68,21 @@ body.model-snapshot.change-list #content .object-tools {
|
||||||
background: #772948;
|
background: #772948;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content .adv-data textarea {
|
||||||
|
width: 82vw;
|
||||||
|
max-width: 100%;
|
||||||
|
min-height: 100px;
|
||||||
|
height: auto;
|
||||||
|
background-color: #145454;
|
||||||
|
color: #f1f1fd;
|
||||||
|
font-size: 12px;
|
||||||
|
font-family: monospace;
|
||||||
|
border-radius: 8px;
|
||||||
|
line-height: 1.2;
|
||||||
|
padding: 6px 9px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#content .object-tools {
|
#content .object-tools {
|
||||||
margin-top: -35px;
|
margin-top: -35px;
|
||||||
margin-right: -10px;
|
margin-right: -10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue