diff options
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/icons.css | 2 |
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; } |