Revision 083c9706

b/templates/user_routes.html
48 48
        width: 800,
49 49
        modal: true,
50 50
        autoOpen: false,
51
		overlay: { opacity: 0.5, background: 'black'},
51 52
        close: function(){
52 53
            update_val = $("#hid_mid").val();
53 54
            if (update_val == 'UPDATED') {
......
56 57
            }
57 58
        }
58 59
    });
59
    
60
    $('#console').parent().css('opacity', 0.9);
61
	$('#console').parent().css('filter', 'alpha(opacity=90)');
60 62
    var oTable = $('#routes_table').dataTable({
61 63
        "bJQueryUI": true,
62 64
        "aoColumns": [{

Also available in: Unified diff