mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-02 07:01:59 -04:00
Added support for item name & sku. Also added manual sync link
This commit is contained in:
@@ -15,6 +15,24 @@
|
||||
max-width: 120px;
|
||||
}
|
||||
|
||||
.autocomplete-item {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.item-name {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.item-sku {
|
||||
font-size: 0.75em;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.item-description {
|
||||
font-size: 0.70em;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
/* MOBILE MODE */
|
||||
@media screen and (max-width: 700px) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user