From 4492b5f8e774bf3b4f21e4e468fc052cbcbb468a Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 16 Dec 2019 19:48:42 -0800 Subject: initial commit --- components/statusbar/content/tabbrowser.xml | 218 ++++++++++++++++++++++++++++ 1 file changed, 218 insertions(+) create mode 100644 components/statusbar/content/tabbrowser.xml (limited to 'components/statusbar/content/tabbrowser.xml') diff --git a/components/statusbar/content/tabbrowser.xml b/components/statusbar/content/tabbrowser.xml new file mode 100644 index 0000000..2f47577 --- /dev/null +++ b/components/statusbar/content/tabbrowser.xml @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -1 && (this.getAttribute("previoustype") || "").indexOf("network") > -1) + { + this.style.minWidth = getComputedStyle(this).width; + } + else + { + this.style.minWidth = ""; + } + + if(val) + { + this.setAttribute("label", val); + this.setBooleanAttr("inactive", false); + } + else + { + this.setBooleanAttr("inactive", true); + } + ]]> + + + + + + + + + + + + + + + -- cgit v1.2.3