You are here

entity_share_client.admin.css in Entity Share 8.2

td.entity-share-new {
  background-color: greenyellow;
}
td.entity-share-changed {
  background-color: lightpink;
}

File

modules/entity_share_client/css/entity_share_client.admin.css
View source
  1. td.entity-share-new {
  2. background-color: greenyellow;
  3. }
  4. td.entity-share-changed {
  5. background-color: lightpink;
  6. }