Style fixes
This commit is contained in:
parent
5f6cb53837
commit
4cc885b20f
1 changed files with 10 additions and 0 deletions
|
|
@ -301,4 +301,14 @@ header h3 em {
|
|||
|
||||
{{ Former::close() }}
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
$(function() {
|
||||
$('select').change(function() {
|
||||
$(this).css({color:'#444444'});
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
@stop
|
||||
Loading…
Add table
Reference in a new issue