[Library | Trunk]: Fix placeholder on input
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60469 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
493fbc33b8
commit
60d787fd09
|
@ -70,13 +70,6 @@
|
|||
border: 1px solid #D1D1D1 !important;
|
||||
}
|
||||
|
||||
.input-box .placeholder {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
padding: 6px;
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.input-box .mat-select {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-size: 16px;
|
||||
|
@ -160,10 +153,11 @@
|
|||
border: none !important;
|
||||
}
|
||||
|
||||
.input-box .placeholder,
|
||||
.input-borderless .placeholder {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
padding: 6px;
|
||||
top: 6px;
|
||||
left: 6px;
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue