diff options
author | Pellaeon Lin <nfsmwlin@gmail.com> | 2015-10-29 21:41:37 +0800 |
---|---|---|
committer | Pellaeon Lin <nfsmwlin@gmail.com> | 2016-05-21 12:54:29 +0800 |
commit | d3ff3c589bd36ea68f7d723ffda5c06e474f779e (patch) | |
tree | 289be8c5f86fb0fa8393843d752a05a8d18e8d07 /core | |
parent | 59a85a4c76b80658d9373e3acf4f71b872b244a0 (diff) | |
download | nextcloud-server-d3ff3c589bd36ea68f7d723ffda5c06e474f779e.tar.gz nextcloud-server-d3ff3c589bd36ea68f7d723ffda5c06e474f779e.zip |
Add visual cue when moving draggable item over droppable item,
ie. breadcrumb and filenameTd
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 736ddc6be01..0362b8b030f 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -856,7 +856,7 @@ span.ui-icon {float: left; margin: 3px 7px 30px 0;} div.crumb { float: left; display: block; - background: url('../img/breadcrumb.svg') no-repeat right center; + background-image: url('../img/breadcrumb.svg') no-repeat right center; height: 44px; background-size: auto 24px; } |