Merge pull request #3585 from nextcloud/popover-clickable-area

expand clickable area of popover menu entries to full width
This commit is contained in:
Morris Jobke 2017-04-18 17:59:42 -05:00 committed by GitHub
commit 34e0b21f41
1 changed files with 1 additions and 0 deletions

View File

@ -693,6 +693,7 @@ kbd {
}
}
.menuitem {
width: 100%;
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)' !important;
filter: alpha(opacity = 50) !important;
opacity: .5 !important;