[Library | Trunk]: Card action button css: Add disable behaviour
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60544 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
3fa390c8a5
commit
20c4e2f2ec
|
@ -22,10 +22,14 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-card .uk-button.action.uk-disabled {
|
.uk-card .uk-button.action.uk-width-auto {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uk-card .uk-button.action:disabled {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-card .uk-button.action:hover {
|
.uk-card .uk-button.action:hover:not(:disabled) {
|
||||||
box-shadow: 0 3px 6px rgba(71, 135, 230, 0.5);
|
box-shadow: 0 3px 6px rgba(71, 135, 230, 0.5);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue