Skip to content
Snippets Groups Projects
Commit 8ce26297 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

reduce rounded corners of Share and Versions dropdown

parent 551e8097
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@
This file is licensed under the Affero General Public License version 3 or later.
See the COPYING-README file. */
#dropdown {
#dropdown {
background:#eee;
border-bottom-left-radius:1em;
border-bottom-right-radius:1em;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow:0 1px 1px #777;
display:block;
margin-right:7em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment