[Pkg-mozext-commits] [perspectives-extension] 10/22: Pers_pref - Grey-out the default notary textbox to indicate it cannot be edited

David Prévot taffit at moszumanska.debian.org
Wed Feb 26 22:23:49 UTC 2014


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

taffit pushed a commit to branch debian
in repository perspectives-extension.

commit 521fe35ea6357d7dceaf80c3d50280231f951c58
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Tue Feb 11 23:12:49 2014 -0700

    Pers_pref - Grey-out the default notary textbox to indicate it cannot be edited
---
 plugin/chrome/content/preferences_dialog.xul | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugin/chrome/content/preferences_dialog.xul b/plugin/chrome/content/preferences_dialog.xul
index 6b0aac0..c7eabf2 100644
--- a/plugin/chrome/content/preferences_dialog.xul
+++ b/plugin/chrome/content/preferences_dialog.xul
@@ -137,7 +137,8 @@
   <groupbox> 
     <caption label="&DefaultNotaryServers;" style="font-weight: bold"/>
     <!-- make textboxes wide enough to hold default key formatting -->
-    <textbox id="default_notary_list" multiline="true" style="width: 85ex; height: 25ex;" readonly="true" flex="1" />
+    <textbox id="default_notary_list" multiline="true"
+      style="width: 85ex; height: 25ex; color: grey;" readonly="true" flex="1"/>
     <checkbox label="&UseDefaultNotaries;" preference="use-default-notary-list"/>
 <!--    <checkbox label="Enabled auto-update for default list." oncommand="Pers_pref.auto_update_changed()" 
 	       id="enable_default_list_auto_update" preference="enable-default-list-auto-update"/>

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



More information about the Pkg-mozext-commits mailing list