diff options
author | Bernhard Posselt <nukeawhale@gmail.com> | 2013-09-12 00:59:39 +0200 |
---|---|---|
committer | Bernhard Posselt <nukeawhale@gmail.com> | 2013-09-12 01:00:32 +0200 |
commit | 2391e6bf62e0a3624685a2a7c72bdb7de499bef2 (patch) | |
tree | bd8bbc00f9894a082f5628efd3ad79916da16e4d /css | |
parent | 00c6e040deec9c3998ab679dcb84fc46ae72d2ac (diff) |
fix #342
Diffstat (limited to 'css')
-rw-r--r-- | css/settings.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/css/settings.css b/css/settings.css index 7cba9dde0..fd83419b2 100644 --- a/css/settings.css +++ b/css/settings.css @@ -50,4 +50,11 @@ .download-icon { background-image: url('%appswebroot%/news/img/download.svg'); +} + +#app-settings .importing { + background-image: url('%webroot%/core/img/loading.gif'); + background-repeat: no-repeat; + background-position: 5px center; + background-size: 16px; }
\ No newline at end of file |