[Trunk | Library]: library.css: Add class 'uk-tooltip' to override background color from '#999' to '#666'.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@57329 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2019-10-09 13:19:36 +00:00
parent d4483e0655
commit 08af39987a
1 changed files with 4 additions and 0 deletions

View File

@ -156,6 +156,10 @@ h2 .custom-external {
font-size: 120%;
}
.uk-tooltip {
background: #666;
}
.custom-select-mini{
max-width:170px !important;
}