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