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:
parent
d3c0e77e4b
commit
871669f513
1 changed files with 0 additions and 14 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue