[Library | Trunk]: Change uk-form-danger to have all border red

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59790 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-11-05 23:19:44 +00:00
parent 5e61d768d2
commit 9737976dfa
1 changed files with 4 additions and 0 deletions

View File

@ -1004,6 +1004,10 @@ ul.portalTabs.uk-tab::before {
border: 1px solid rgba(0, 0, 0, 0.40) !important;
}
.uk-input.uk-form-danger, .uk-textarea.uk-form-danger {
border: 1px solid #ff4000 !important;
}
.uk-select {
border-bottom: 1px solid rgba(0, 0, 0, 0.40) !important;
}