diff --git a/extension/popup/style.css b/extension/popup/style.css index 93df10a..1629eae 100644 --- a/extension/popup/style.css +++ b/extension/popup/style.css @@ -57,10 +57,16 @@ a { } .line .textLabel { - width: 6rem; + width: 5rem; + text-align: left; text-transform: uppercase; } +.line .textLabel .required { + color: var(--btn-color); + font-weight: bold; +} + .line input[type="text"], .line input[type="password"] { flex: 1 1;