styles/mswindows95.style
changeset 3728 566b30ab2f4d
parent 3725 ecbc42849fea
child 3734 cf884e1635f8
--- a/styles/mswindows95.style	Fri Sep 06 23:07:14 2002 +0200
+++ b/styles/mswindows95.style	Tue Sep 10 14:13:25 2002 +0200
@@ -1,6 +1,6 @@
 ; View defaultStyle:#mswindows95 
 ;
-; $Header: /cvs/stx/stx/libview/styles/mswindows95.style,v 1.42 2002-09-06 20:53:36 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/mswindows95.style,v 1.43 2002-09-10 12:13:25 cg Exp $
 
 comment  'win95/nt lookalike'
 
@@ -34,6 +34,9 @@
 ; halfLightColor                  (Color grey:67) exactOrNearestOn:(Screen current)
 ; halfLightColor                  Color white "/ grey:67
 halfLightColor                  =viewGrey
+shadowColor                     (Color grey:33) exactOrNearestOn:(Screen current)
+
+; shadowColor                     Color black
 
 #else
 
@@ -41,11 +44,10 @@
 viewGrey                        Color white
 viewLightGrey                   Color white 
 lightColor                      Color grey:50
+shadowColor                     Color black
 
 #endif
 
-shadowColor                     Color black
-
 #if Screen current platformName = 'WIN32'
 
 selectionBlue                   [Screen current getSystemColor:#'COLOR_HIGHLIGHT']