[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:
parent
d4483e0655
commit
08af39987a
|
@ -156,6 +156,10 @@ h2 .custom-external {
|
|||
font-size: 120%;
|
||||
}
|
||||
|
||||
.uk-tooltip {
|
||||
background: #666;
|
||||
}
|
||||
|
||||
.custom-select-mini{
|
||||
max-width:170px !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue