File: bindings.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 (9 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
cludes {
  -moz-binding: url('chrome://greasemonkey/content/bindings.xml#clude-editor-editable')
}
.in cludes.readonly {
  -moz-binding: url('chrome://greasemonkey/content/bindings.xml#clude-editor-readonly-in')
}
.ex cludes.readonly {
  -moz-binding: url('chrome://greasemonkey/content/bindings.xml#clude-editor-readonly-ex')
}