1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 08:53:23 -05:00

Minor changes. Make button text green.

This commit is contained in:
Jonathan Rosenbaum 2016-01-29 07:10:33 +00:00
parent a8ffd9fdf1
commit 9b9fbe6d55
2 changed files with 2 additions and 7 deletions

View File

@ -7,8 +7,5 @@
height: 36px; height: 36px;
width: 98px; width: 98px;
font-size: x-large; font-size: x-large;
} color:green;
#status_totals, #community_service_hours:focus {
color: green;
} }

View File

@ -91,6 +91,4 @@ input[value=Save]:focus, input[value=Close]:focus {
padding: 0px 10px 0px 10px; padding: 0px 10px 0px 10px;
} }
.shop_log td {
padding: 0px 10px 0px 10px;
}