Skip to content

Commit a1250df

Browse files
Hide Names on image
1 parent 1aba92f commit a1250df

6 files changed

Lines changed: 3 additions & 2 deletions

File tree

img/howToInstall1.png

13.9 KB
Loading

img/howToInstall2.png

1.25 KB
Loading

img/howToUse2.png

-6.68 KB
Loading

img/howToUse3.png

-8.74 KB
Loading

popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Enter the number of participants remaining, below which you want to exit the meeting.
1919
</div>
2020
<div class="data">
21-
<input type="number" name="" id="requiredParticipantToExit" min="1" value="2">
21+
<input type="number" name="" id="requiredParticipantToExit" min="1" value="2" autofocus="autofocus">
2222
<input type="button" value="Confirm" id="confirm">
2323
</div>
2424
</div>

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ body {
77
width: 500px;
88
margin: 0;
99
border: 1px solid #8C00F8;
10+
box-sizing: border-box;
1011
}
1112

1213
.title {
@@ -56,7 +57,7 @@ body {
5657
color: #fff;
5758
outline: none;
5859
background-color: #8C00F8;
59-
border: 1px solid #8C00F8;
60+
border: 2px solid #8C00F8;
6061
transition: all 0.1s ease;
6162
cursor: pointer;
6263
}

0 commit comments

Comments
 (0)