library css
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@52003 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
3490691352
commit
3e42d90b29
|
@ -372,7 +372,7 @@ color: #414141}
|
|||
}
|
||||
|
||||
#feedback a {
|
||||
background: #666;
|
||||
background: #666 !important;
|
||||
border-radius: 5px 0 0 5px;
|
||||
box-shadow:none;
|
||||
border: none!important;
|
||||
|
@ -551,3 +551,7 @@ dd:last-child {
|
|||
.uk-badge, .badge, a.badge {
|
||||
border-radius: 2px;
|
||||
}
|
||||
.loading-gif, .loading-gif:before, .loading-gif:after {
|
||||
content:url("./loading.gif");
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue