1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Style fixes

This commit is contained in:
Hillel Coren 2015-02-19 12:40:29 +02:00
parent 5f6cb53837
commit 4cc885b20f

View File

@ -301,4 +301,14 @@ header h3 em {
{{ Former::close() }}
<script type="text/javascript">
$(function() {
$('select').change(function() {
$(this).css({color:'#444444'});
});
});
</script>
@stop