Merge pull request #18569 from owncloud/files-dropdown-border

adjust dropdown borders to button borders
This commit is contained in:
Raghu Nayyar 2015-08-26 12:36:28 +05:30
commit 08a490df32
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
text-align: left; text-align: left;
background: #f8f8f8; background: #f8f8f8;
border: 1px solid #ddd; border: 1px solid #ddd;
border: 1px solid rgba(190, 190, 190, 0.901961); border: 1px solid rgba(240, 240, 240, 0.9);
border-radius: 5px; border-radius: 5px;
border-top-left-radius: 0; border-top-left-radius: 0;
box-shadow: 0 2px 7px rgba(170,170,170,.4); box-shadow: 0 2px 7px rgba(170,170,170,.4);