Notebookbar.css remove settings for #table-optionstoolboxdown

table-optionstoolboxdown was used for the sidebar icons
This commit remove all the optionstoolboxdown specific .css styles and use the layout like everywhere else within notebookbar by use already available cell.notebookbar and .unobutton command
No need for table-optionstoolboxdown specific styles.

Signed-off-by: Andreas-Kainz <kainz.a@gmail.com>
Change-Id: I92b13d40b3698e2c468f086501575c0378f00a9d
This commit is contained in:
Andreas-Kainz 2021-05-11 20:57:37 +02:00 committed by Andreas_K
parent d3c0e77e4b
commit 871669f513

View file

@ -180,20 +180,6 @@
z-index: 1000; z-index: 1000;
} }
#table-optionstoolboxdown .unospan-optionstoolboxdown {
margin: 0 !important;
}
#table-optionstoolboxdown .cell.notebookbar {
padding: 0 !important;
}
#table-optionstoolboxdown .unobutton {
width: 24px !important;
height: 24px !important;
padding: 4px;
}
/* root container */ /* root container */
.notebookbar-scroll-wrapper { .notebookbar-scroll-wrapper {