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:
authorTom Needham <needham.thomas@gmail.com>2015-08-31 17:02:49 +0300
committerTom Needham <needham.thomas@gmail.com>2015-08-31 17:02:49 +0300
commit7b0f14655e3a913aa5a5c44498cedd63cae5d814 (patch)
treecd30352f3a75a530aa0348876f0a3226b2665749 /css
parent9a56e9c0c8808cc406955e02fdb124cbbef1c2c8 (diff)
Remove image label gradient in favour of transparent black
Diffstat (limited to 'css')
-rw-r--r--css/styles.css10
1 files changed, 1 insertions, 9 deletions
diff --git a/css/styles.css b/css/styles.css
index 513ac28b..d9ab3fe3 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -151,15 +151,7 @@ div.crumb.last a{
#gallery a.album .album-label,
#gallery a.image .image-label {
- background: #333; /* Old browsers */
- background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0)), color-stop(100%,rgba(0, 0, 0, .6))); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, .6) 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, .6) 100%); /* Opera11.10+ */
- background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, .6) 100%); /* IE10+ */
- background: linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, .6) 100%); /* W3C */
-
- text-shadow: 0px 0px 1px rgba(0, 0, 0, .5);
+ background: rgba(0,0,0,0.4);
}
#gallery a.image .image-label .title {