# two-factor-authentication/1.14.17/simba-tfa/includes/users.css

Two Factor Authentication, version 1.14.17. 13 lines.

- Page: https://pluginprobe.com/plugins/two-factor-authentication/1.14.17/code/simba-tfa/includes/users.css
- Raw: https://pluginprobe.com/plugins/two-factor-authentication/1.14.17/raw/simba-tfa/includes/users.css
- Modified: 2023-08-26T11:58:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/two-factor-authentication/1.14.17/code/simba-tfa/includes/users.css#L10-L20`.

```css
/* TFA users list column */
th.column-tfa-status,
td.column-tfa-status {
	text-align: center;
}

td.column-tfa-status span.dashicons-no {
	color: red;
}

td.column-tfa-status span.dashicons-yes {
	color: green;
}
```
