[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:
parent
a57cf381ca
commit
a0ac5c104b
16
library.css
16
library.css
|
@ -309,8 +309,9 @@ h2 .custom-external {
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-green, .label-open {
|
.label-green, .label-open {
|
||||||
background: #d1f6e8;
|
background: #8AD15E;
|
||||||
color: #01a566
|
border-color: #8AD15E;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-yellow, .label-underCuration {
|
.label-yellow, .label-underCuration {
|
||||||
|
@ -387,11 +388,11 @@ h2 .custom-external {
|
||||||
border: 1px solid #666666 !important;
|
border: 1px solid #666666 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-open {
|
/*.label-open {
|
||||||
background: var(--portal-main-color) !important;
|
background: var(--portal-main-color) !important;
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
border: 1px solid var(--portal-main-color) !important;
|
border: 1px solid var(--portal-main-color) !important;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
.label-closed {
|
.label-closed {
|
||||||
background: #EBEBEB !important;
|
background: #EBEBEB !important;
|
||||||
|
@ -1853,11 +1854,16 @@ html {
|
||||||
color: #bfbfbf !important;
|
color: #bfbfbf !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.offcanvas-white .uk-input {
|
.offcanvas-white .uk-input:not(.text-input-box) {
|
||||||
border-bottom: 1px solid #ededed !important;
|
border-bottom: 1px solid #ededed !important;
|
||||||
background: #fff !important;
|
background: #fff !important;
|
||||||
color: #666 !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 {
|
.offcanvas-white .uk-input::placeholder {
|
||||||
color: #bfbfbf !important;
|
color: #bfbfbf !important;
|
||||||
|
|
Loading…
Reference in New Issue