[Library|Trunk]

Library.css:
	open access label changed to green not portal color
	off canvas white: allow input with class text-input-box	



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58553 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2020-04-27 08:17:39 +00:00
parent a57cf381ca
commit a0ac5c104b
1 changed files with 11 additions and 5 deletions

View File

@ -309,8 +309,9 @@ h2 .custom-external {
}
.label-green, .label-open {
background: #d1f6e8;
color: #01a566
background: #8AD15E;
border-color: #8AD15E;
color: white;
}
.label-yellow, .label-underCuration {
@ -387,11 +388,11 @@ h2 .custom-external {
border: 1px solid #666666 !important;
}
.label-open {
/*.label-open {
background: var(--portal-main-color) !important;
color: #ffffff !important;
border: 1px solid var(--portal-main-color) !important;
}
}*/
.label-closed {
background: #EBEBEB !important;
@ -1853,11 +1854,16 @@ html {
color: #bfbfbf !important;
}
.offcanvas-white .uk-input {
.offcanvas-white .uk-input:not(.text-input-box) {
border-bottom: 1px solid #ededed !important;
background: #fff !important;
color: #666 !important;
}
.offcanvas-white .text-input-box{
border: 1px solid #ededed !important;
background: #fff !important;
color: #666 !important;
}
.offcanvas-white .uk-input::placeholder {
color: #bfbfbf !important;