mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-2851
This commit is contained in:
@@ -657,5 +657,15 @@ hr {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.btn-info {
|
||||||
|
background: #8bc34a;
|
||||||
|
&:hover, &:focus {
|
||||||
|
background: darken(#8bc34a, 10%);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
a.btn-info {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
/** End Lightbox summary modal**/
|
/** End Lightbox summary modal**/
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="title title15">{{ 'VALIDATION' | trans }}</td>
|
<td class="title title15">{{ 'VALIDATION' | trans }}</td>
|
||||||
<td class="report_wrapper">
|
<td class="report_wrapper">
|
||||||
<a class="report" href="#">
|
<a class="report btn btn-info" href="#">
|
||||||
{{ 'lightbox::recaptitulatif' | trans }}
|
{{ 'lightbox::recaptitulatif' | trans }}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
Reference in New Issue
Block a user