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