Closed carribeiro closed 13 years ago
The default grid color is not readable when the user moves the mouse over some of the lines. The CSS have to be fixed.
Adam noted that:
""" In case you wanted to, you can change the theme of the grid by replacing the static/css/flick theme with one of those from: http://jqueryui.com/themeroller/#themeGallery
Or by rolling your own: http://jqueryui.com/themeroller/
And changing this line in base.html to point to this new css file: <link rel="stylesheet" type="text/css" media="screen" href="{{ STATIC_URL }}css/flick/jquery-ui-1.8.12.custom.css" /> """
<link rel="stylesheet" type="text/css" media="screen" href="{{ STATIC_URL }}css/flick/jquery-ui-1.8.12.custom.css" />
fixed this.
The default grid color is not readable when the user moves the mouse over some of the lines. The CSS have to be fixed.
Adam noted that:
""" In case you wanted to, you can change the theme of the grid by replacing the static/css/flick theme with one of those from: http://jqueryui.com/themeroller/#themeGallery
Or by rolling your own: http://jqueryui.com/themeroller/
And changing this line in base.html to point to this new css file:
<link rel="stylesheet" type="text/css" media="screen" href="{{ STATIC_URL }}css/flick/jquery-ui-1.8.12.custom.css" />
"""