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

Two Factor Authentication, version 1.14.3. 13 lines.

- Page: https://pluginprobe.com/plugins/two-factor-authentication/1.14.3/code/simba-tfa/includes/users.css
- Raw: https://pluginprobe.com/plugins/two-factor-authentication/1.14.3/raw/simba-tfa/includes/users.css
- Modified: 2022-01-26T14:15:24+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.3/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;
}
```
