[Library|Trunk]

Updates on searchbar and navbar:
	searchbar width, button, css
library.css:
	searchbar css
	navbar z-index same as uk-sticky nav bar (from theme.css)
	beta indication  z-index



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58522 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2020-04-23 06:42:32 +00:00
parent eb9dc3b45c
commit db37a0f0f4
1 changed files with 16 additions and 2 deletions

View File

@ -1367,7 +1367,7 @@ textarea {
/* theme */
.uk-navbar {
z-index: 9999;
z-index: 980;
}
/* theme */
@ -1417,6 +1417,7 @@ textarea {
top: 0;
left: 0;
display: none;
z-index: 10000;
}
input[name="code"] {
@ -1741,10 +1742,13 @@ ul.portalTabs.uk-tab::before {
padding: 10px;
display: inline-block
}
.text-input-box{
border: 1px solid #DFE1E5 !important;
}
/* theme */
.uk-input, .uk-select {
border-bottom: 1px solid rgba(0, 0, 0, 0.42) !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.42) ;
}
/* theme */
@ -1887,3 +1891,13 @@ html {
color: #fff !important;
border-color: #222080 !important;
}
search-bar .entitiesSelection{
max-width:115px;
border: solid 1px var(--portal-main-color) !important;
background: white !important;
color: var(--portal-main-color);
}
search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-bar .entitiesSelection .mat-select-arrow, search-bar .entitiesSelection .mat-select-value{
color: var(--portal-main-color) !important;
}