libreoffice-online/browser/css/writer.css
Rash419 0e12c85fc9 browser: contentcontrol: added dropdown type
- added a new menu button 'form' in classic and tab button in notebookbar for content control

Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: Ibe06667de39199fd2541fa70ced3ff879274366d
2022-06-01 15:33:47 +03:00

11 lines
339 B
CSS

.writer-drop-down-marker {
cursor: pointer;
margin-left: 3px !important;
margin-top: 1px !important;
width: 18px;
height: 17px;
background: url('images/unfold.svg') center top/16px var(--color-background-darker) no-repeat;
border: 1px solid var(--color-border-darker);
box-sizing: border-box;
box-shadow: 0 0 1px 1px #00000015;
}