From dff79984debedc739cda0f5ffa8da69d2d8c125c Mon Sep 17 00:00:00 2001 From: JoenioCosta Date: Tue, 17 Jun 2008 21:08:16 +0000 Subject: [PATCH] ActionItem455: zen3 layout manage friends still using blue collor to show friends --- public/designs/themes/zen3/stylesheets/controller_friends.css | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) create mode 100644 public/designs/themes/zen3/stylesheets/controller_friends.css diff --git a/public/designs/themes/zen3/stylesheets/controller_friends.css b/public/designs/themes/zen3/stylesheets/controller_friends.css new file mode 100644 index 0000000..f0faba1 --- /dev/null +++ b/public/designs/themes/zen3/stylesheets/controller_friends.css @@ -0,0 +1,11 @@ +#content #manage_friends li { + border: 2px solid #FEE; + color: #C00; + -moz-border-radius: 4px; +} + +#content #manage_friends li:hover { + border: 2px solid #C00; + background: #fcaf3e; + color: #FFF; +} -- libgit2 0.21.2