diff --git a/src/popup/pwgen.css b/src/popup/pwgen.css index 69eb96f..2c4c388 100644 --- a/src/popup/pwgen.css +++ b/src/popup/pwgen.css @@ -26,7 +26,7 @@ input[type="checkbox"] { margin-bottom: -7px; } -#copied { +.copied { /*height: 100%;*/ width: 100%; background-color: #FFF8DC; @@ -36,3 +36,15 @@ input[type="checkbox"] { padding: 5px; text-align: center; } + +.fadein { + visibility: visible; + opacity: 1; + transition: opacity 1s linear; +} + +.fadeout { + visibility: hidden; + opacity: 0; + transition: visibility 0s 1s, opacity 1s linear; +} diff --git a/src/popup/pwgen.html b/src/popup/pwgen.html index 87f82fd..0b7119f 100644 --- a/src/popup/pwgen.html +++ b/src/popup/pwgen.html @@ -10,7 +10,7 @@
- +