[Connect | Trunk]: Change uk-input to have borders

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

View File

@ -942,6 +942,8 @@ dd:last-child {
.portal-box {
background-color: var(--portal-main-color) !important;
color: var(--portal-main-contrast) !important;
border: 1px solid var(--portal-main-color);
height: 18px;
}
.uk-pagination .uk-icon {
@ -1730,7 +1732,7 @@ ul.portalTabs.uk-tab::before {
.quickSelectionsBox {
border: 1px solid #E6E6E6;
border-top: 0px;
border-top: 0;
background-color: white;
}
@ -1762,18 +1764,18 @@ ul.portalTabs.uk-tab::before {
}
/* theme */
.uk-input, .uk-select {
border-bottom: 1px solid rgba(0, 0, 0, 0.42) ;
}
/* theme */
.uk-textarea {
border: 1px solid rgba(0, 0, 0, 0.42) !important;
.uk-input, .uk-select, .uk-textarea {
border: 1px solid rgba(0, 0, 0, 0.40) !important;
}
/* theme */
.uk-text-muted {
color: #aaa !important;
color: #666 !important;
}
/* theme */
.uk-card-default {
color: #333 !important;
}
/* theme */