You are here

field_permissions.css in Field Permissions 8.2

Same filename and directory in other branches
  1. 8 css/field_permissions.css
/* Status icons. */
.field-permissions-status-on a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/field_permissions.status-on.svg) no-repeat 0 0;
  text-indent: -9999em;
}
.field-permissions-status-off a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/field_permissions.status-off.svg) no-repeat 0 0;
  text-indent: -9999em;
}

File

css/field_permissions.css
View source
  1. /* Status icons. */
  2. .field-permissions-status-on a {
  3. display: inline-block;
  4. width: 16px;
  5. height: 16px;
  6. background: url(../images/field_permissions.status-on.svg) no-repeat 0 0;
  7. text-indent: -9999em;
  8. }
  9. .field-permissions-status-off a {
  10. display: inline-block;
  11. width: 16px;
  12. height: 16px;
  13. background: url(../images/field_permissions.status-off.svg) no-repeat 0 0;
  14. text-indent: -9999em;
  15. }