diff --git a/Gruntfile.js b/Gruntfile.js index 046c99d..e46cb05 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -114,6 +114,6 @@ module.exports = function(grunt){ }); - grunt.registerTask('default', ['sass:server', 'autoprefixer', 'cssmin', 'concurrent']); + grunt.registerTask('default', ['sass:server', 'autoprefixer', 'concurrent']); }; diff --git a/couchpotato/core/plugins/category/static/category.scss b/couchpotato/core/plugins/category/static/category.scss index bb68ec0..dfc9497 100644 --- a/couchpotato/core/plugins/category/static/category.scss +++ b/couchpotato/core/plugins/category/static/category.scss @@ -47,8 +47,6 @@ } #category_ordering li { - cursor: -webkit-grab; - cursor: -moz-grab; cursor: grab; border-bottom: 1px solid $theme_off; padding: 5px; diff --git a/couchpotato/core/plugins/profile/static/profile.scss b/couchpotato/core/plugins/profile/static/profile.scss index 787a7a0..1cb9af7 100644 --- a/couchpotato/core/plugins/profile/static/profile.scss +++ b/couchpotato/core/plugins/profile/static/profile.scss @@ -49,8 +49,6 @@ cursor: pointer; &.handle { - cursor: -webkit-grab; - cursor: -moz-grab; cursor: grab; } @@ -135,8 +133,6 @@ font-size: 20px; width: 20px; float: right; - cursor: -webkit-grab; - cursor: -moz-grab; cursor: grab; opacity: .5; text-align: center; @@ -149,4 +145,4 @@ .formHint { } -} \ No newline at end of file +} diff --git a/couchpotato/static/style/combined.min.css b/couchpotato/static/style/combined.min.css index e69cc56..3174cba 100644 --- a/couchpotato/static/style/combined.min.css +++ b/couchpotato/static/style/combined.min.css @@ -283,7 +283,7 @@ .charts .chart .media_result .data.open .actions{display:none} .charts .chart .media_result .actions a{margin-left:10px;vertical-align:middle} .toggle_menu{height:50px} -.toggle_menu a{display:block;width:50%;float:left;color:rgba(255,255,255,.6);border-bottom:1px solid rgba(255,255,255,.06667)} +.toggle_menu a{display:block;width:50%;float:left;color:rgba(255,255,255,.6);border-bottom:1px solid rgba(255,255,255,.0666667)} .toggle_menu a:hover{border-width:4px;color:#fff} .toggle_menu a.active{border-bottom:4px solid #04bce6;color:#fff} #category_ordering li,#profile_ordering li,.add_new_profile{border-bottom:1px solid #eaeaea}