subtotaltitle/css/subtotaltitle_sync.css

46 lines
1.1 KiB
CSS

/* ==========================================
SUBTOTALTITLE SYNC CSS
Diese Zeilen zu deiner subtotaltitle.css hinzufügen
========================================== */
/* Zeilen die in facturedet sind - grüner Rand links */
tr.in-facturedet > td:first-child {
border-left: 3px solid #28a745 !important;
}
tr.in-facturedet {
background-color: rgba(40, 167, 69, 0.05) !important;
}
/* Section-Header in facturedet */
tr.section-header.in-facturedet {
background-color: rgba(40, 167, 69, 0.1) !important;
}
/* Subtotal in facturedet */
tr.subtotal-row.in-facturedet {
background-color: rgba(40, 167, 69, 0.15) !important;
}
/* Sync-Checkbox Styling */
.sync-checkbox {
cursor: pointer;
margin-right: 3px;
vertical-align: middle;
}
.sync-checkbox:hover {
transform: scale(1.2);
}
/* Sync-Buttons in der Action-Bar */
.tabsAction a[onclick*="syncAllToFacturedet"],
.tabsAction a[onclick*="removeAllFromFacturedet"] {
margin-left: 5px;
}
/* Visueller Hinweis für "zur Rechnung" */
.sync-checkbox:checked + span,
.sync-checkbox:checked ~ span {
color: #28a745;
}