<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -891,7 +891,7 @@ BOOL usingMATrackingArea = NO;
 	
     CGContextRef context = [ [ NSGraphicsContext currentContext ] graphicsPort ];
     
-    CGContextSetAlpha( context, pressed ? 0.40 : 0.25 );
+    CGContextSetAlpha( context, pressed ? 0.50 : 0.35 );
     CGContextBeginTransparencyLayer( context, nil );
 	
 	// Draw everything at full size, centered on the origin.
@@ -900,14 +900,25 @@ BOOL usingMATrackingArea = NO;
 	NSRect borderRect = NSMakeRect( loc.x - kFrameXInset, loc.y - kFrameYInset, w, h );
 	
 	NSBezierPath* fillPath = bezierPathWithRoundedRectCornerRadius( NSInsetRect( borderRect, -2, -2 ), 6 );
-	[ [ NSColor colorWithCalibratedWhite: 1.0 alpha: 0.25 ] set ];
+	[ [ NSColor colorWithCalibratedWhite: 1.0 alpha: 0.45 ] set ];
 	[ fillPath fill ];
 	
+	NSUInteger thickLineWidth = 5;
 	NSBezierPath* path = bezierPathWithRoundedRectCornerRadius( borderRect, 4 );
 	[ [ NSColor blackColor ] set ];
-	[ path setLineWidth: 3 ];
+	[ path setLineWidth: thickLineWidth ];
 	[ path stroke ];
 	
+	NSUInteger thinLineWidth = 2;
+	NSRect thinBorderRect = NSMakeRect( loc.x - kFrameXInset - thickLineWidth/4,
+										loc.y - kFrameYInset - thickLineWidth/4,
+										w + thickLineWidth/2,
+										h + thickLineWidth/2);
+	NSBezierPath* thinPath = bezierPathWithRoundedRectCornerRadius( thinBorderRect, 4 );
+	[ [ NSColor whiteColor ] set ];
+	[ thinPath setLineWidth: thinLineWidth ];
+	[ thinPath stroke ];
+	
     [ str drawAtPoint: loc withAttributes: attrs ];
 	
 	// Now restore the graphics state:</diff>
      <filename>Plugin/Plugin.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ebe20e93d2189c74f97ad5ea18aa140f0e59bac0</id>
    </parent>
  </parents>
  <author>
    <name>Simone Manganelli</name>
    <email>simmy@DN800cbc09.Stanford.EDU</email>
  </author>
  <url>http://github.com/rentzsch/clicktoflash/commit/d870653633564040f41f093e7e208af4264ea71d</url>
  <id>d870653633564040f41f093e7e208af4264ea71d</id>
  <committed-date>2009-08-23T01:41:37-07:00</committed-date>
  <authored-date>2009-05-09T11:51:35-07:00</authored-date>
  <message>made the Flash logo and the gear button more visible on dark backgrounds</message>
  <tree>4e92574845d034669448bab1683883713bdb09ba</tree>
  <committer>
    <name>Simone Manganelli</name>
    <email>simmy@simmys-MacBook.local</email>
  </committer>
</commit>
