From 6dc19f0dded2e3a7017ba336d227af6cbeba1b8f Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Mon, 26 Jul 2010 14:09:39 -0700 Subject: [PATCH] Nicer bg colors for editbar buttons. --- lib/gollum/frontend/public/css/editbar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/gollum/frontend/public/css/editbar.css b/lib/gollum/frontend/public/css/editbar.css index ed5af8df..a49dae55 100644 --- a/lib/gollum/frontend/public/css/editbar.css +++ b/lib/gollum/frontend/public/css/editbar.css @@ -33,7 +33,7 @@ #editbar .button { width: 22px; height: 22px; - background: #e5e5e5 url(/images/editbar-buttons.png); + background: #e7ecfb url(/images/editbar-buttons.png); border: 1px solid #ddd; text-indent: -100px; cursor: pointer; @@ -50,7 +50,7 @@ } #editbar .button:hover { - background-color: #ccc; + background-color: #d9dde7; border-color: #aaa; }