File: browser.css

package info (click to toggle)
greasemonkey 2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,820 kB
  • sloc: xml: 171; makefile: 10
file content (27 lines) | stat: -rw-r--r-- 804 bytes parent folder | download | duplicates (3)
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
#greasemonkey-tbb {
  list-style-image: url("chrome://greasemonkey/skin/icon24.png");
}
toolbar[iconsize="small"] #greasemonkey-tbb {
  list-style-image: url("chrome://greasemonkey/skin/icon16.png");
}

#greasemonkey-tbb[disabled="yes"] {
  opacity: 0.8;
}
#greasemonkey-tbb[disabled="yes"] .toolbarbutton-text {
  text-decoration: line-through;
}
#greasemonkey-tbb[disabled="yes"] .toolbarbutton-icon {
  opacity: 0.5;
}

/* The "blank" ID prevents loops; it's not on the replacement. */
#greasemonkey-tbb menupopup#blank {
  -moz-binding: url('chrome://greasemonkey/content/bindings.xml#greasemonkey-tbb')/**/
}

.popup-notification-icon[popupid="greasemonkey-grants"],
.popup-notification-icon[popupid="greasemonkey-notification"]
{
  list-style-image: url("chrome://greasemonkey/skin/icon32.png");
}