mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Select Type is now static to avoid unnecessary errors.
1). Makes better sense from a UI perspective.
This commit is contained in:
@@ -6,6 +6,11 @@ td > label:not(.payment_type):not(.open_shop):not(.gnucash_csv) {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
/* bold transaction type */
|
||||
#trans_type_info {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
/* make unimportant buttons into links */
|
||||
input[value=Delete], input[name=date_fill] {
|
||||
background:none!important;
|
||||
|
||||
Reference in New Issue
Block a user