PluginProbe
Two Factor Authentication / 1.12.2
Two Factor Authentication v1.12.2
1.12.2 1.13.0 1.14.10 1.14.11 1.14.14 1.14.15 1.14.16 1.14.17 1.14.23 1.14.24 1.14.26 1.14.27 1.14.3 1.14.4 1.14.5 1.14.7 1.14.8 1.15.5 1.16.0 1.2.10 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 All 98 releases
two-factor-authentication / css / users.css

users.css in Two Factor Authentication 1.12.2, at css/users.css

13 lines 212 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* TFA users list column */
2 th.column-tfa-status,
3 td.column-tfa-status {
4 text-align: center;
5 }
6
7 td.column-tfa-status span.dashicons-no {
8 color: red;
9 }
10
11 td.column-tfa-status span.dashicons-yes {
12 color: green;
13 }