-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
55 lines (46 loc) · 1.08 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
img[alt*="Info icon"] {
display: none;
}
#html5-qrcode-button-camera-permission {
padding: 12px 12px;
border: 1px solid #90A4AE;
background-color: #E0F7FA;
}
#html5-qrcode-button-camera-start {
padding: 12px 12px;
border: 1px solid #90A4AE;
background-color: #2E7D32;
color: #fff;
}
#html5-qrcode-button-camera-stop {
padding: 12px 12px;
border: 1px solid #90A4AE;
background-color: #F4511E;
color: #fff;
}
#html5-qrcode-anchor-scan-type-change {
color: #1976D2;
text-decoration: none !important;
}
#html5-qrcode-anchor-scan-type-change:hover {
text-decoration: underline !important;
}
#html5-qrcode-button-file-selection {
padding: 12px 12px;
border: 1px solid #90A4AE;
background-color: #E0F7FA;
}
#qr-reader-results ul {
padding: 0;
}
#qr-reader-results ul li {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
#html5-qrcode-select-camera {
padding: 7px 12px;
}