[common-assets | Trunk]: Add style for code style input on library.css

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58026 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-01-28 16:18:09 +00:00
parent 62cce5f1c3
commit 39984e6054
1 changed files with 10 additions and 0 deletions

View File

@ -1262,3 +1262,13 @@ textarea {
left: 0;
display: none;
}
input[name="code"] {
font-family:Consolas,monaco,monospace;
font-size:.875rem;
color:#222080;
white-space:nowrap;
background:#f9f9f9;
border:1px solid #ededed;
border-radius:1px
}