mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 22:48:27 +00:00
get_field > wn.meta.get_docfield
This commit is contained in:
@@ -2558,6 +2558,10 @@ div.sidebar-comment-info {
|
||||
background-color:#FEE;
|
||||
}
|
||||
|
||||
.field-has-error {
|
||||
border: 2px solid #C00;
|
||||
}
|
||||
|
||||
/*
|
||||
* lib/css/legacy/grid.css
|
||||
*/
|
||||
|
||||
@@ -78,3 +78,7 @@
|
||||
.field-to-update {
|
||||
background-color:#FEE;
|
||||
}
|
||||
|
||||
.field-has-error {
|
||||
border: 2px solid #C00;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user