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