Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6469f92c12 | ||
| 303e1ad89e | |||
|
|
73da0e732c | ||
| 3afbc4d640 | |||
| e8bca48304 |
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "2.0.2",
|
"version": "2.0.4",
|
||||||
"author": "Ivan Carlos"
|
"author": "Ivan Carlos"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -218,6 +218,7 @@ input:focus, select:focus {
|
|||||||
|
|
||||||
#qrcode canvas {
|
#qrcode canvas {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* History Dropdown Styles */
|
/* History Dropdown Styles */
|
||||||
@@ -298,5 +299,6 @@ footer a:hover {
|
|||||||
.card { box-shadow: none; padding: 0; }
|
.card { box-shadow: none; padding: 0; }
|
||||||
.page-header, #form, #history-drop, footer, .btn { display: none !important; }
|
.page-header, #form, #history-drop, footer, .btn { display: none !important; }
|
||||||
#result-area { display: block !important; margin: 0; }
|
#result-area { display: block !important; margin: 0; }
|
||||||
|
#qrcode canvas { box-shadow: none; }
|
||||||
#showssid, #showkey { display: block !important; color: black; }
|
#showssid, #showkey { display: block !important; color: black; }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user