coloured the control buttons to fit with colour scheme from jquerui cupertino

pull/73/head
jonsowman 2010-07-29 09:56:55 +00:00
rodzic af19c69b37
commit e832e74ea2
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -129,7 +129,7 @@ a { text-decoration: underline; color: #333; cursor: pointer; }
/* the vehicle_button buttons from spacenear */ /* the vehicle_button buttons from spacenear */
.control_buttons { .control_buttons {
border: solid #ccc 1px; border: solid #ccc 1px;
background-color: #eee; background-color: #deedf7;
padding: 2px; padding: 2px;
margin-top: 1em; margin-top: 1em;
color: #888; color: #888;
@ -142,13 +142,13 @@ a { text-decoration: underline; color: #333; cursor: pointer; }
.control_button { .control_button {
font-weight: bold; font-weight: bold;
color: #888; color: #3096d0;
cursor: pointer; cursor: pointer;
text-decoration: none; text-decoration: none;
} }
a.control_button:hover { a.control_button:hover {
color: black; color: #0070a3;
} }
img.handle { img.handle {