argiro.kokogiannaki 2018-05-11 11:31:23 +00:00
parent 3490691352
commit 3e42d90b29
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}