-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtoggler.css
More file actions
24 lines (22 loc) 路 1.1 KB
/
Copy pathtoggler.css
File metadata and controls
24 lines (22 loc) 路 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* ========================================================================= *
* TOGGLER SUPPORT *
* ========================================================================= *
* This file acts as a separate list of settings and is a manual opt-in for *
* super users. It allows users to hide colors or do whatever they want with *
* their customizations. *
* *
* ATTENTION USERS: *
* This file is NOT included in the automatic scripts and will NEVER be *
* included. DO NOT add this file to the automatic system. *
* ========================================================================= */
/* Hide bottom sidebar buttons */
#vertical-tabs-newtab-button,
#sidebar-tools-and-extensions-splitter,
#tabs-newtab-button,
.buttons-wrapper {
display: none !important;
}
/* Hides Edit button */
.personalizeButtonWrapper {
display: none !important;
}