summaryrefslogtreecommitdiffstats
path: root/apps/gallery/css
diff options
context:
space:
mode:
authorBartek Przybylski <bart.p.pl@gmail.com>2011-12-30 17:06:29 +0100
committerBartek Przybylski <bart.p.pl@gmail.com>2011-12-30 17:06:29 +0100
commit2ea20862fcef773d4262c78835b16fb5827ecfe2 (patch)
tree00d00e787ab9c7b5528bc188a278349fe236cfef /apps/gallery/css
parent349923c5b8aacf82b8032f55a56aff63e7a1072a (diff)
downloadnextcloud-server-2ea20862fcef773d4262c78835b16fb5827ecfe2.tar.gz
nextcloud-server-2ea20862fcef773d4262c78835b16fb5827ecfe2.zip
gallery fixes
Diffstat (limited to 'apps/gallery/css')
-rw-r--r--apps/gallery/css/styles.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/gallery/css/styles.css b/apps/gallery/css/styles.css
index 09f9daeb6b1..53c3c0901d9 100644
--- a/apps/gallery/css/styles.css
+++ b/apps/gallery/css/styles.css
@@ -17,7 +17,14 @@ div#gallery_album_box {
padding: 10px;
border: solid 1px black;
position: relative;
+ overflow: hidden;
+ color: #999;
}
+
+div#gallery_album_box:hover {
+ color: black;
+}
+
.leftcontent div#gallery_album_box {
margin: 5px;
}