Style new unsaved rows differently.

This commit is contained in:
ajshort 2013-02-10 17:10:54 +11:00
parent 82cde164e9
commit 0a4c2e2ed8

View File

@ -55,6 +55,18 @@
padding: 6px;
}
/**
* GridFieldAddNewInlineButton
*/
.ss-gridfield-inline-new {
background: #EFE;
}
.ss-gridfield-inline-new:nth-child(2n) {
background: #DFD;
}
/**
* GridFieldAddNewMultiClass
*/