19 lines
272 B
CSS
19 lines
272 B
CSS
/* disable top bar and top tabs */
|
|
|
|
/*
|
|
#TabsToolbar {
|
|
visibility: collapse;
|
|
}
|
|
|
|
#titlebar {
|
|
display: none;
|
|
}
|
|
*/
|
|
|
|
/* change menu background color */
|
|
#main-window,
|
|
#toolbarpaletteitem-menu-button,
|
|
#appmenu-toolbar-button {
|
|
background-color: #6e0303 !important;
|
|
}
|