From 5c541714700ffae5f0149a325087236b70908019 Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 13 Sep 2020 20:11:19 +0200 Subject: [PATCH] Small code improvements --- pages/base.css | 5 +---- pages/options/options.css | 1 - pages/popup/popup.css | 3 +-- pages/updates/updates.html | 2 +- pages/welcome/welcome.html | 6 +++--- 5 files changed, 6 insertions(+), 11 deletions(-) diff --git a/pages/base.css b/pages/base.css index c2c317fb..9ca4cb3f 100644 --- a/pages/base.css +++ b/pages/base.css @@ -190,6 +190,7 @@ textarea { opacity: .6; z-index: 99999; transform: scale(0); + visibility: hidden; } .b-contain input + .b-input::before { @@ -200,10 +201,6 @@ textarea { animation-name: b-ripple-duplicate; } -.b-contain .b-input::before { - visibility: hidden; -} - .b-contain input:focus + .b-input::before { visibility: visible; } diff --git a/pages/options/options.css b/pages/options/options.css index 83fb2836..78efad93 100644 --- a/pages/options/options.css +++ b/pages/options/options.css @@ -176,7 +176,6 @@ body { text-decoration: none; user-select: none; text-align: center; - background: none; } .button-warning { diff --git a/pages/popup/popup.css b/pages/popup/popup.css index a14003b1..23efc8b7 100644 --- a/pages/popup/popup.css +++ b/pages/popup/popup.css @@ -122,8 +122,7 @@ footer { border: 1px solid #e0e0e0; box-shadow: inset 0 2px 10px #e2e2e2; list-style: none; - padding-left: 8px; - padding: 0; + padding: 0px 0px 0px 8px; } .sublist:last-child { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 4641c693..4b320837 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -283,7 +283,7 @@

2020-05-10 (v2.2.0)