Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-09-23 23:53:35 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-09-23 23:53:35 +0300
commiteaaf65fa15449558cb9c6037d51b77b696f6055e (patch)
tree30edc9aef3205c6c76eecd782b1c1d82e4235382 /css
parent133a2a5d4afab6aa29076f3669fcab39a5752d06 (diff)
nice emptycontent message look, fix #290
Diffstat (limited to 'css')
-rw-r--r--css/styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css
index 1aafe395..e1b4dec5 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -289,3 +289,7 @@ http://www.bypeople.com/author/comatosed/*/
width: 100%;
margin-bottom: 50px;
}
+
+.icon-gallery {
+ background-image: url('../img/gallery-dark.svg');
+}