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)