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
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-09-16 01:06:53 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-09-16 01:06:53 +0300
commitd6d2eef38351f2db053e0561a33bf203f6eaa126 (patch)
treee0b5dbc623d5bd1fc69cf49c542a616778b06c96
parente545218678e14ecaef55a8db307fa8a89f07241a (diff)
parentb49d5b52c273b4cb8ee820aae46b0683ea17c56c (diff)
Merge pull request #311 from owncloud/switcher-button
make gallery/filelist switcher button less present and distracting
-rw-r--r--css/gallerybutton.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/css/gallerybutton.css b/css/gallerybutton.css
index 78c9008c..4ca797e5 100644
--- a/css/gallerybutton.css
+++ b/css/gallerybutton.css
@@ -1,14 +1,15 @@
/* toggle for opening shared picture view as file list */
#openAsFileListButton {
float: right;
- margin-right: 4px;
margin-top: 5px;
font-weight: normal;
+ background-color: transparent;
+ border: none;
}
#openAsFileListButton img {
vertical-align: text-top;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
- filter: alpha(opacity=50);
- opacity: .5;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
+ filter: alpha(opacity=30);
+ opacity: .3;
}