0e12c85fc9
- 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
11 lines
339 B
CSS
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;
|
|
}
|