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:
authorMorris Jobke <hey@morrisjobke.de>2017-04-26 19:18:47 +0300
committerGitHub <noreply@github.com>2017-04-26 19:18:47 +0300
commit3f96f21336c1babd3d618e8e4be9275334068534 (patch)
tree4ffa5332d1e342751393a2ae1e330ff395fd8eca /css
parenta7b46b42fbcea08b7a22a3ef129f1fe135262a00 (diff)
parent2acdc7d9c7dd3b65d4eee5705955238a4b896ccb (diff)
Merge pull request #255 from nextcloud/style
Adjust to Nextcloud style
Diffstat (limited to 'css')
-rw-r--r--css/share.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/css/share.css b/css/share.css
index 5513cdc4..56e5b845 100644
--- a/css/share.css
+++ b/css/share.css
@@ -3,11 +3,13 @@
See the COPYING-README file. */
#dropdown {
- background: #eee;
- border-bottom-left-radius: 3px;
- border-bottom-right-radius: 0;
- box-shadow: 0 2px 3px rgba(50, 50, 50, .4);
display: block;
+ background: #fff;
+ border-top-left-radius: 3px;
+ border-bottom-left-radius: 3px;
+ border-left: 1px solid rgb(235, 235, 235);
+ border-bottom: 1px solid rgb(235, 235, 235);
+ box-shadow: 0 1px 10px rgba(150, 150, 150, 0.75);
margin-right: 0;
position: absolute;
right: 0;