[Library | Trunk]: Revert uk-select to have border bottom only

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58664 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-05-11 10:35:05 +00:00
parent 9b7020ecf7
commit 58b03fa6ac
1 changed files with 6 additions and 1 deletions

View File

@ -1759,15 +1759,20 @@ ul.portalTabs.uk-tab::before {
padding: 10px;
display: inline-block
}
.text-input-box{
border: 1px solid #DFE1E5 !important;
}
/* theme */
.uk-input, .uk-select, .uk-textarea {
.uk-input, .uk-textarea {
border: 1px solid rgba(0, 0, 0, 0.40) !important;
}
.uk-select {
border-bottom: 1px solid rgba(0, 0, 0, 0.40) !important;
}
/* theme */
.uk-text-muted {
color: #666 !important;