From 9d18bb2983d2336166342ae295f0297cd0060d0b Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Wed, 10 Feb 1999 22:08:28 +0000 Subject: [PATCH] add some styles for collapsing toolbars and the throbber. --- xpfe/browser/src/xul.css | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/xpfe/browser/src/xul.css b/xpfe/browser/src/xul.css index e24fed4250b6..6d9426e40da3 100644 --- a/xpfe/browser/src/xul.css +++ b/xpfe/browser/src/xul.css @@ -1,12 +1,19 @@ toolbar { - background-color: rgb(192,192,192); - border-bottom: solid darkGray 1px; - border-top: solid white 1px; - border-left: solid white 1px; - border-right: solid darkGray 1px; - background-image:url(file:///Incoming/bk.gif); - font: 10pt sans-serif; + background-color: green; + border-bottom: solid darkGray 1px; + border-top: solid white 1px; + border-left: solid white 1px; + border-right: solid darkGray 1px; + background-image:url(file:///Incoming/bk.gif); + font: 10pt sans-serif; } +toolbar[collapsed] { + display:none; +} +toolbar[hidden] { + display:none; +} + toolbox { background-color:darkgray; } @@ -28,15 +35,17 @@ toolbox { border-right: solid darkGray 1px; } -window-test { - border-bottom: dashed blue 1px; - border-top: dashed blue 1px; - border-left: dashed blue 1px; - border-right: dashed blue 1px; - display: block; -} - window { background-color:rgb(192,192,192); display: block; +} + +button.throbber { + width: 32px; + height: 32px; + background-color:red; + background-image:url("resource:/res/throbber/anims00.gif"); +} +throbber [busy] { + background-image:url("resource:/res/throbber/anims07.gif"); } \ No newline at end of file