File: overlay.css

package info (click to toggle)
stylish 1.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,156 kB
  • ctags: 334
  • sloc: makefile: 19
file content (28 lines) | stat: -rw-r--r-- 974 bytes parent folder | download
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
/* Pre-Firefox 29 sizes - 16 for small, 24 for large */
#stylish-toolbar-button {
	list-style-image: url("chrome://stylish/skin/24.png");
}
toolbar[iconsize="small"] #stylish-toolbar-button {
	list-style-image: url("chrome://stylish/skin/16.png");
}

#stylish-toolbar-button:not([styles-applied~="site"]) {
	list-style-image: url("chrome://stylish/skin/24w.png");
}
toolbar[iconsize="small"] #stylish-toolbar-button:not([styles-applied~="site"]) {
	list-style-image: url("chrome://stylish/skin/16w.png");
}

/* Firefox 29+ sizes - 16 on the toolbar, 32 elsewhere */
#stylish-toolbar-button[cui-areatype="menu-panel"], toolbarpaletteitem[place="palette"] > #stylish-toolbar-button {
    list-style-image: url("chrome://stylish/skin/32.png");
}

/* Things that don't make sense in a non-browser */
#messengerWindow #stylish-find-styles, #messengerWindow #stylish-write-style-menu {
	display: none;
}

#stylish-toolbar-button .toolbarbutton-menu-dropmarker {
	display: none;
}