ol-contextmenu icon indicating copy to clipboard operation
ol-contextmenu copied to clipboard

Custom css class for the context menu

Open mariomurrent-softwaresolutions opened this issue 9 years ago • 1 comments

It would be great if you would integrate a possibility of setting a custom css class on the context menu. This is useful if you want to use different styled context menus on the map. I dont think that this is possible right now.

Yeah, it's not possible right now. I'd like to add some themes and a way to add a custom one.

Meanwhile you can override it like:

.ol-ctx-menu-container {
    background: #333 !important;
    color: #fff !important;
    font-size: 15px !important;
}

jonataswalker avatar Aug 03 '16 21:08 jonataswalker