Nicer bg colors for editbar buttons.
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
#editbar .button {
|
#editbar .button {
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
background: #e5e5e5 url(/images/editbar-buttons.png);
|
background: #e7ecfb url(/images/editbar-buttons.png);
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
text-indent: -100px;
|
text-indent: -100px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#editbar .button:hover {
|
#editbar .button:hover {
|
||||||
background-color: #ccc;
|
background-color: #d9dde7;
|
||||||
border-color: #aaa;
|
border-color: #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user