diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-02-22 17:29:45 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-04-18 16:59:35 -0500 |
commit | 535ec04245b3782b8ec14782d13c80c19787989a (patch) | |
tree | 5fa70837bd981b8de83339080c8aab4bd33ec828 | |
parent | d379ac7545d5b4d69c5419501a5084073378bc57 (diff) | |
download | nextcloud-server-535ec04245b3782b8ec14782d13c80c19787989a.tar.gz nextcloud-server-535ec04245b3782b8ec14782d13c80c19787989a.zip |
expand clickable area of popover menu entries to full width
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r-- | core/css/apps.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index da1c5162051..399d630538c 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -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; |