-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcompact-bookmarks.css
37 lines (30 loc) · 970 Bytes
/
compact-bookmarks.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* ----------------------------- */
/* Firefox Compact Bookmarks Bar */
/* ----------------------------- */
/* remove bookmark folder drop marker */
.toolbarbutton-menu-dropmarker {
display: none !important;
}
/* Add custom padding size for items below */
toolbarbutton.bookmark-item[image]:not([container]) {
}
/* No Favicon Available - Don't display default icon */
toolbarbutton.bookmark-item:not([container]):not([image]) image {
display: none !important;
}
/* Show Favicon Bookmarks */
.bookmark-item > .toolbarbutton-icon {
display: -moz-box ! important;
background-position: 0px 1px !important;
padding-right: 0px ! important;
margin: 0 !important;
}
/* Hide label text for items with favicon */
#personal-bookmarks toolbarbutton[image] label {
display: none !important;
}
/* Hide folder icon for folders */
.bookmark-item[container] > .toolbarbutton-icon {
margin-right: 5px !important;
display: none !important;
}