mirror of
https://github.com/S2-/pwgen.git
synced 2025-08-02 17:00:03 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
420ed09b17 | |||
07bde76b38 |
@@ -2,7 +2,7 @@
|
||||
"description": "Just a toolbar button that generates a password and copies it to your clipboard.",
|
||||
"manifest_version": 2,
|
||||
"name": "pwgen reloaded",
|
||||
"version": "1.1.18",
|
||||
"version": "1.1.19",
|
||||
"homepage_url": "https://github.com/S2-/pwgen",
|
||||
"icons": {
|
||||
"48": "icons/lock-48.png"
|
||||
|
@@ -42,14 +42,18 @@ input[type="checkbox"] {
|
||||
}
|
||||
|
||||
.copied {
|
||||
/*height: 100%;*/
|
||||
height: 26px;
|
||||
width: 100%;
|
||||
background-color: #FFF8DC;
|
||||
position: absolute;
|
||||
margin: -25px;
|
||||
margin-top: -5px;
|
||||
padding: 5px;
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
text-align: center;
|
||||
margin-right: -15px;
|
||||
margin-left: -19px;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
.fadein {
|
||||
|
Reference in New Issue
Block a user