mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-08 16:44:20 +01:00
Use standard CSS for rounded corners
Remove Nifty Corners and prefixed CSS rules. Browser support of CSS3 border-radius is excellent by now.
This commit is contained in:
parent
5718eac5c3
commit
e6761731d1
6 changed files with 4 additions and 339 deletions
|
|
@ -24,15 +24,6 @@ var TracksPages = {
|
|||
$(selector).remove();
|
||||
});
|
||||
},
|
||||
setup_nifty_corners: function() {
|
||||
Nifty("div#recurring_new_container","normal");
|
||||
Nifty("div#context_new_container","normal");
|
||||
Nifty("div#feedlegend","normal");
|
||||
Nifty("div#feedicons-project","normal");
|
||||
Nifty("div#feedicons-context","normal");
|
||||
Nifty("div#todo_new_action_container","normal");
|
||||
Nifty("div#project_new_project_container","normal");
|
||||
},
|
||||
page_notify: function(type, message, fade_duration_in_sec) {
|
||||
var flash = $('div#message_holder');
|
||||
flash.html("<h4 id=\'flash\' class=\'alert "+type+"\'>"+message+"</h4>");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue