From 0fd95b16e86322cb21debc313ce64a5a547648f5 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 22 Jan 2012 23:36:14 +0100 Subject: [PATCH] Don't make a-z selectable on manage page --- couchpotato/core/plugins/movie/static/movie.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/couchpotato/core/plugins/movie/static/movie.css b/couchpotato/core/plugins/movie/static/movie.css index c67bd08b..4f75cc0c 100644 --- a/couchpotato/core/plugins/movie/static/movie.css +++ b/couchpotato/core/plugins/movie/static/movie.css @@ -229,6 +229,14 @@ padding: 0 0 1px; margin: 0; float: left; + + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; + } .movies .alph_nav li {