diff options
| author | 2014-12-12 14:27:50 +0100 | |
|---|---|---|
| committer | 2014-12-12 14:27:50 +0100 | |
| commit | 6078888de631ea105410079888838503fd7acb3d (patch) | |
| tree | 3c37bcadb00713ef8214ae1825c7ad5c5360bed5 | |
| parent | bf87db31d90ef18871045f1c815443e162e06e46 (diff) | |
Remove user-select: none in theme selector
See https://github.com/FreshRSS/FreshRSS/issues/571
| -rw-r--r-- | p/themes/base-theme/template.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 280b9b332..25f206106 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -695,14 +695,6 @@ br + br + br { margin-bottom: 30px; border: 1px solid #aaa; } -.slides * { - user-select: none; - -ms-user-select: none; - -moz-user-select: none; - -khtml-user-select: none; - -webkit-user-select: none; - -webkit-touch-callout: none; -} .slides input { display: none; } |
