diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-22 11:52:43 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-22 11:52:43 +0100 |
commit | d2b3915142e9f7b67a8110a016668a28bc574781 (patch) | |
tree | 809de396b6ef134f70b2a0168458fc95a616098e /module/web/static/css/default/dashboard.less | |
parent | different server attributes in header (diff) | |
download | pyload-d2b3915142e9f7b67a8110a016668a28bc574781.tar.xz |
show button when files are selected
Diffstat (limited to 'module/web/static/css/default/dashboard.less')
-rw-r--r-- | module/web/static/css/default/dashboard.less | 9 |
1 files changed, 9 insertions, 0 deletions
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
|