Nicer bg colors for editbar buttons.

This commit is contained in:
Tom Preston-Werner
2010-07-26 14:09:39 -07:00
parent b91888e712
commit 6dc19f0dde
+2 -2
View File
@@ -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;
}