summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-03-06 14:08:46 +0100
committerVincent Petry <pvince81@owncloud.com>2014-03-06 14:08:46 +0100
commita2e4452ed3895c03d82df4c0404a32b3dc973789 (patch)
treecc22ed802207eb40bcfd68e9c866f75eae7161c0
parent1785c0c9b9fcdc6e9a8e58f13f45e5b53364882a (diff)
parent0b0687c9fc8a505bb63734e4501c3132364b619c (diff)
downloadnextcloud-server-a2e4452ed3895c03d82df4c0404a32b3dc973789.tar.gz
nextcloud-server-a2e4452ed3895c03d82df4c0404a32b3dc973789.zip
Merge pull request #7588 from owncloud/noise-repeat
fix noise not repeating
-rw-r--r--core/css/icons.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/icons.css b/core/css/icons.css
index b41c7338612..cdfdd8e43ef 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -24,7 +24,7 @@
.icon-noise {
background-image: url('../img/noise.png');
- background-repeat: no-repeat;
+ background-repeat: repeat;
}