[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:
parent
0fd17f619e
commit
9b7020ecf7
20
library.css
20
library.css
|
@ -942,6 +942,8 @@ dd:last-child {
|
||||||
.portal-box {
|
.portal-box {
|
||||||
background-color: var(--portal-main-color) !important;
|
background-color: var(--portal-main-color) !important;
|
||||||
color: var(--portal-main-contrast) !important;
|
color: var(--portal-main-contrast) !important;
|
||||||
|
border: 1px solid var(--portal-main-color);
|
||||||
|
height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-pagination .uk-icon {
|
.uk-pagination .uk-icon {
|
||||||
|
@ -1730,7 +1732,7 @@ ul.portalTabs.uk-tab::before {
|
||||||
|
|
||||||
.quickSelectionsBox {
|
.quickSelectionsBox {
|
||||||
border: 1px solid #E6E6E6;
|
border: 1px solid #E6E6E6;
|
||||||
border-top: 0px;
|
border-top: 0;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1762,18 +1764,18 @@ ul.portalTabs.uk-tab::before {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* theme */
|
/* theme */
|
||||||
.uk-input, .uk-select {
|
.uk-input, .uk-select, .uk-textarea {
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, 0.42) ;
|
border: 1px solid rgba(0, 0, 0, 0.40) !important;
|
||||||
}
|
|
||||||
|
|
||||||
/* theme */
|
|
||||||
.uk-textarea {
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.42) !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* theme */
|
/* theme */
|
||||||
.uk-text-muted {
|
.uk-text-muted {
|
||||||
color: #aaa !important;
|
color: #666 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* theme */
|
||||||
|
.uk-card-default {
|
||||||
|
color: #333 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* theme */
|
/* theme */
|
||||||
|
|
Loading…
Reference in New Issue