Browse Source

Remove grab cursor

pull/5180/head
Ruud 10 years ago
parent
commit
287f6f11a7
  1. 2
      Gruntfile.js
  2. 2
      couchpotato/core/plugins/category/static/category.scss
  3. 4
      couchpotato/core/plugins/profile/static/profile.scss
  4. 2
      couchpotato/static/style/combined.min.css

2
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']);
};

2
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;

4
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;

2
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}

Loading…
Cancel
Save