From d2b3915142e9f7b67a8110a016668a28bc574781 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 22 Mar 2013 11:52:43 +0100 Subject: show button when files are selected --- module/web/static/css/default/dashboard.less | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'module/web/static/css/default/dashboard.less') diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less index 7f8627d98..cf6e0d410 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -123,6 +123,15 @@ width: 100%; } + .btn-move { + color: @green; + display: none; + } + +} + +.ui-files-selected .btn-move { + display: inline; } // Tag area with different effect on hover -- cgit v1.2.3