changes
This commit is contained in:
@@ -76,3 +76,25 @@ $fp-quote-muted : var(--fp-quote-muted, $_fp-quote-muted-hex);
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
|
||||
// =============================================================================
|
||||
// Receive Parts header button — dark yellow / goldenrod
|
||||
// Applied to the SO-form header action that opens the receiving record(s).
|
||||
// Uses !important to defeat the .o_form_statusbar .btn cascades in both
|
||||
// the light and dark Odoo bundles.
|
||||
// =============================================================================
|
||||
.o_fp_receive_parts_btn,
|
||||
.o_form_statusbar .o_statusbar_buttons .o_fp_receive_parts_btn,
|
||||
button.o_fp_receive_parts_btn {
|
||||
background-color: #b8860b !important;
|
||||
border-color: #9e7700 !important;
|
||||
color: #ffffff !important;
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: #9e7700 !important;
|
||||
border-color: #7a5b00 !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
.fa { color: #ffffff !important; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user