diff --git a/images/signal-laptop.png b/images/signal-laptop.png index 10d904ea2..9406321a7 100644 Binary files a/images/signal-laptop.png and b/images/signal-laptop.png differ diff --git a/options.html b/options.html index 1330ec86d..4e41456c1 100644 --- a/options.html +++ b/options.html @@ -49,15 +49,15 @@
-

Registering as

-

-

Verify your phone number above, then give this computer a name.

+

Linking with

+

+ +

This computer's name will be

-
diff --git a/stylesheets/options.css b/stylesheets/options.css index 303d29c28..4dbaac28c 100644 --- a/stylesheets/options.css +++ b/stylesheets/options.css @@ -942,6 +942,7 @@ h3.step { #device-name { border: none; border-bottom: 1px solid white; + padding: 8px; background: transparent; color: white; font-weight: bold; @@ -955,7 +956,7 @@ h3.step { #device-name:focus { outline: none; } #device-name:hover, #device-name:focus { - background: rgba(255, 255, 255, 0.3); } + background: rgba(255, 255, 255, 0.1); } #verifyCode, #code, diff --git a/stylesheets/options.scss b/stylesheets/options.scss index 8165a5faf..7161362a9 100644 --- a/stylesheets/options.scss +++ b/stylesheets/options.scss @@ -166,6 +166,7 @@ h3.step { #device-name { border: none; border-bottom: 1px solid white; + padding: 8px; background: transparent; color: white; font-weight: bold; @@ -185,7 +186,7 @@ h3.step { } &:hover, &:focus { - background: rgba(255,255,255,0.3); + background: rgba(255,255,255,0.1); } }