From 0dcfd13e9dddaa0a04041c806fd7f7bdfcbc2f37 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Mon, 19 Nov 2007 19:07:51 +0000 Subject: [PATCH] ActionItem93: playing with colors --- public/stylesheets/common.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 0fb3b22..830f317 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -104,7 +104,6 @@ div.file-manager-button { float: left; width: 140px; text-align: center; - border: 1px solid #ccc; margin-right: 0.5em; margin-top: 0.5em; } @@ -113,11 +112,14 @@ div.file-manager-button a img { border: none; } div.file-manager-button a { + border: 1px solid #e0e0e0; display: block; padding: 3px; height: 80px; overflow: hidden; } div.file-manager-button a:hover { - background: #ffc; + border: 1px solid #006; + background: #acf; + color: #006; } -- libgit2 0.21.2