summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-09-15 22:13:18 +0200
committerGitHub <noreply@github.com>2017-09-15 22:13:18 +0200
commit78ad8c0d088aa95ec1bd7eadea45ffdba05d907e (patch)
tree7a218af5d9a553a51b8ddc9a9d609772603fd615 /skins
parente9adcde4648b54db8d40f314ca938dca5080bb9c (diff)
downloadbugzilla-78ad8c0d088aa95ec1bd7eadea45ffdba05d907e.tar.gz
bugzilla-78ad8c0d088aa95ec1bd7eadea45ffdba05d907e.tar.xz
Bug 1364233 - Add setting to force a group to require MFA and restrict users in that group who have not enabled MFA
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index e6f63a927..f6579efee 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -884,9 +884,25 @@ hr {
border-top: 2px solid rgb(255, 255, 255);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
margin: -15px -15px 0 -15px;
- color: transparent;
}
+#mfa-warning {
+ outline: none;
+ border-color: #FF5300;
+ border-width: 1px;
+ box-shadow: 2px 2px 15px #FF5300;
+ color: black;
+ padding: 2px 2px 2px 2px;
+}
+
+body.mfa-warning #mfa-select button {
+ outline: none;
+ border-color: #FF5300;
+ border-width: 1px;
+ box-shadow: 2px 2px 15px #FF5300;
+}
+
+
#header .subheader {
text-align: left;
padding-left: 10px;