summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-22 22:25:50 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-22 22:25:50 +0000
commitbfca621458f104d175b213148fd728b18b0a8f0a (patch)
tree270f8c96ce6e087d1a19651d4697c22266920d11 /modules
parente60c31715d27e7fb45dda1ea9b11aa777d3a9a87 (diff)
downloadbrdo-bfca621458f104d175b213148fd728b18b0a8f0a.tar.gz
brdo-bfca621458f104d175b213148fd728b18b0a8f0a.tar.bz2
#202997 by JirkaRybka: more specific CSS selector for draggable links
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.css b/modules/system/system.css
index 30e17aff7..0f906d19f 100644
--- a/modules/system/system.css
+++ b/modules/system/system.css
@@ -363,7 +363,7 @@ html.js .resizable-textarea textarea {
/*
** Table drag and drop.
*/
-a.tabledrag-handle {
+.draggable a.tabledrag-handle {
cursor: move;
float: left; /* LTR */
height: 1.7em;