diff --git a/MacPass/ContextBar.xib b/MacPass/ContextBar.xib index cfad5c3d..7d3aadac 100644 --- a/MacPass/ContextBar.xib +++ b/MacPass/ContextBar.xib @@ -147,8 +147,8 @@ + + + + + + + + + + @@ -184,8 +194,8 @@ + + + + + + + + + + - + diff --git a/MacPass/MPContextBarViewController.m b/MacPass/MPContextBarViewController.m index 9cc81cc6..1561e28b 100644 --- a/MacPass/MPContextBarViewController.m +++ b/MacPass/MPContextBarViewController.m @@ -57,8 +57,7 @@ typedef NS_ENUM(NSUInteger, MPContextTab) { - (void)awakeFromNib { [[self.filterLabelTextField cell] setBackgroundStyle:NSBackgroundStyleRaised]; - /* Setup History Bar colors */ - self.historyBar.activeGradient = [[NSGradient alloc] initWithStartingColor:[[NSColor orangeColor] shadowWithLevel:0.2] endingColor:[[NSColor orangeColor] highlightWithLevel:0.2]]; + //self.historyBar.activeGradient = [[NSGradient alloc] initWithStartingColor:[[NSColor orangeColor] shadowWithLevel:0.2] endingColor:[[NSColor orangeColor] highlightWithLevel:0.2]]; /* Setup Trash Bar color */ if(!HNHUIIsRunningOnYosemiteOrNewer()) {