You are here

entity_share_client.admin.css in Entity Share 8

.entity-share-new td:last-child {
  background-color: greenyellow;
}
.entity-share-changed td:last-child {
  background-color: skyblue;
}

File

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