[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:
parent
62cce5f1c3
commit
39984e6054
10
library.css
10
library.css
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue