1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-04-04 09:33:24 -04:00
Yellow-Bike-Database-Mirror/css/transactions.css
2014-12-29 01:18:02 +00:00

25 lines
435 B
CSS

/* sensible UI defaults for transaction views */
/* right-align labels */
td > label {
float: right;
padding-right: 5px;
}
/* make unimportant buttons into links */
input[value=Delete], input[name=date_fill] {
background:none!important;
border:none;
padding:0!important;
color: blue;
/*border is optional*/
/* border-bottom:1px solid blue; */
cursor: pointer;
}
form[name=FormEdit] select:focus {
color: green;
}