expand clickable area of popover menu entries to full width
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
d379ac7545
commit
535ec04245
|
@ -693,6 +693,7 @@ kbd {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.menuitem {
|
.menuitem {
|
||||||
|
width: 100%;
|
||||||
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)' !important;
|
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)' !important;
|
||||||
filter: alpha(opacity = 50) !important;
|
filter: alpha(opacity = 50) !important;
|
||||||
opacity: .5 !important;
|
opacity: .5 !important;
|
||||||
|
|
Loading…
Reference in New Issue