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
|
|
@ -1144,8 +1144,6 @@ $(document).ready(function() {
|
|||
});
|
||||
}
|
||||
|
||||
TracksPages.setup_nifty_corners();
|
||||
|
||||
TodoItemsContainer.setup_container_toggles();
|
||||
|
||||
/* enable page specific behavior */
|
||||
|
|
@ -1158,4 +1156,3 @@ $(document).ready(function() {
|
|||
/* Gets called from all AJAX callbacks, too */
|
||||
enable_rich_interaction();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue