diff --git a/build/bundle.css b/build/bundle.css index ca7d0a853..2192f7ff3 100644 --- a/build/bundle.css +++ b/build/bundle.css @@ -60,6 +60,7 @@ #groupfolders-react-root td.quota .quotabar-holder { height: 34px; width: 150px; + position: relative; } #groupfolders-react-root td.quota .quotabar { position: absolute; @@ -98,7 +99,7 @@ content: ''; width: 16px; height: 16px; - background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+PHBhdGggZD0iTTEyLjU5NCAxLjM0NEMxMi4wNjIgMS4zMTQgMTEuNSAxLjUgMTEgMmwzIDNjMS41LTEuNS4xODgtMy41NjMtMS40MDYtMy42NTZ6TTEwIDNsLTcgNy0yIDUgNS0yIDctNy0zLTN6bS02LjUgNy41bDIgMkwzIDE0bC0xLTEgMS41LTIuNXoiLz48L3N2Zz4=) no-repeat center; + background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3aWR0aD0iMTYiPjxwYXRoIGQ9Ik0xMi41OTQgMS4zNDRDMTIuMDYyIDEuMzE0IDExLjUgMS41IDExIDJsMyAzYzEuNS0xLjUuMTg4LTMuNTYzLTEuNDA2LTMuNjU2ek0xMCAzbC03IDctMiA1IDUtMiA3LTctMy0zem0tNi41IDcuNWwyIDJMMyAxNGwtMS0xIDEuNS0yLjV6Ii8+PC9zdmc+Cg==) no-repeat center; opacity: 0; } diff --git a/js/EditSelect.css b/js/EditSelect.css index e55df72cf..846675df9 100644 --- a/js/EditSelect.css +++ b/js/EditSelect.css @@ -26,6 +26,7 @@ .quotabar-holder { height: 34px; width: 150px; + position: relative; } .quotabar { diff --git a/package-lock.json b/package-lock.json index 423998ca7..f243ecab2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8863,15 +8863,6 @@ "xtend": "4.0.1" } }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "dev": true, - "requires": { - "safe-buffer": "5.1.1" - } - }, "string-width": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", @@ -8883,6 +8874,15 @@ "strip-ansi": "3.0.1" } }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "dev": true, + "requires": { + "safe-buffer": "5.1.1" + } + }, "strip-ansi": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", @@ -10599,15 +10599,6 @@ "integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=", "dev": true }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "dev": true, - "requires": { - "safe-buffer": "5.1.1" - } - }, "string-width": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", @@ -10619,6 +10610,15 @@ "strip-ansi": "3.0.1" } }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "dev": true, + "requires": { + "safe-buffer": "5.1.1" + } + }, "strip-ansi": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",