From f9cab004186edb425a9b88ad649726605080a17c Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 20 Apr 2020 20:49:37 -0700 Subject: move browser to webbrowser/ --- .../components/statusbar/content/tabbrowser.xml | 218 +++++++++++++++++++++ 1 file changed, 218 insertions(+) create mode 100644 webbrowser/components/statusbar/content/tabbrowser.xml (limited to 'webbrowser/components/statusbar/content/tabbrowser.xml') diff --git a/webbrowser/components/statusbar/content/tabbrowser.xml b/webbrowser/components/statusbar/content/tabbrowser.xml new file mode 100644 index 0000000..2f47577 --- /dev/null +++ b/webbrowser/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