[Pkg-mozext-commits] [greasemonkey] 32/41: Update bindings.css

David Prévot taffit at moszumanska.debian.org
Thu Apr 30 22:06:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository greasemonkey.

commit 53f3847bd50538f850c9f0f180236491349660b2
Author: janekptacijarabaci <janekptacijarabaci at users.noreply.github.com>
Date:   Thu Apr 23 00:38:51 2015 +0200

    Update bindings.css
---
 skin/bindings.css | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/skin/bindings.css b/skin/bindings.css
index 60e9265..a85c1fd 100644
--- a/skin/bindings.css
+++ b/skin/bindings.css
@@ -1,9 +1,15 @@
 cludes {
-  -moz-binding: url('chrome://greasemonkey/content/bindings.xml#clude-editor-editable')
+  -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')
+.include cludes.readonly {
+  -moz-binding: url('chrome://greasemonkey/content/bindings.xml#clude-editor-readonly-include');
 }
-.ex cludes.readonly {
-  -moz-binding: url('chrome://greasemonkey/content/bindings.xml#clude-editor-readonly-ex')
+.match cludes.readonly {
+  -moz-binding: url('chrome://greasemonkey/content/bindings.xml#clude-editor-readonly-match');
+}
+#vboxUserCludeMatch #btnUserClude {
+  visibility: hidden;
+}
+.exclude cludes.readonly {
+  -moz-binding: url('chrome://greasemonkey/content/bindings.xml#clude-editor-readonly-exclude');
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list