From 1dfbf2fac73cecb9dd6511f77fb98900e689ce13 Mon Sep 17 00:00:00 2001 From: robert Date: Tue, 20 Mar 2001 14:40:09 +0000 Subject: [PATCH] correcting toolbar error introduced with new communicator.css --- EarlyBlue/global/skin/toolbar.css | 56 +++++++++++++++---------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/EarlyBlue/global/skin/toolbar.css b/EarlyBlue/global/skin/toolbar.css index 12d3003b..c601ad6f 100755 --- a/EarlyBlue/global/skin/toolbar.css +++ b/EarlyBlue/global/skin/toolbar.css @@ -1,28 +1,28 @@ - -toolbox - { - background-color : #CCD0DD; - } - -toolbar - { - background-color : #CCD0DD; - border : 1px outset #CCD0DD; - } - -toolbargrippy - { - background-color : #666699; - border : 1px solid #999999; - } - -toolbar[collapsed="true"] > toolbargrippy - { - width : 30px; - } - -toolbarseparator - { - width : 2em; - } - \ No newline at end of file + +toolbox + { + background-color : #CCD0DD; + } + +toolbar + { + background-color : #CCD0DD; +/* border : 1px outset #CCD0DD; */ + } + +toolbargrippy + { + background-color : #666699; + border : 1px solid #999999; + } + +toolbar[collapsed="true"] > toolbargrippy + { + width : 30px; + } + +toolbarseparator + { + width : 2em; + } + -- 2.35.3