-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.css
More file actions
99 lines (85 loc) · 1.87 KB
/
popup.css
File metadata and controls
99 lines (85 loc) · 1.87 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
html{
width: max-content;
}
.mainTitle {
text-align: center;
font-size: xx-large;
font-weight: 750;
}
.currentSiteDangerLevelContainer,
.currentSiteRequestsCounterContainer,
.currentSiteAccessibleCookiesCounterContainer {
margin: auto;
margin-bottom: 2px;
}
.currentSiteAccessibleCookiesCounterText,
.currentSiteRequestsCounterText,
.currentSiteDangerLevelText {
font-size: small;
font-weight: 600;
}
#currentSiteDangerLevel,
#currentSiteDangerousRequestsCounter,
#currentSiteRequestsCounter,
#currentSiteAccessibleCookiesCounter {
font-weight: 700;
font-size: large;
}
.addWordToSeekContainer {
margin: auto;
margin-top: 15px;
}
#addWordToSeek_InputField {
margin-left: 25px;
}
#addWordToSeek_ConfirmButton {
background-color: #FFFFFF;
border-radius: 7px;
border-style: groove;
border-color: #D87000;
}
#addWordToSeek_InputFieldLabel{
font-size: small;
font-weight: 600;
display: block;
margin-bottom: 5px;
margin-left: 5px;
}
#addWordToSeek_ConfirmButton:hover,
#addWordToSeek_ConfirmButton:focus {
outline : none;
background: #000;
color : #FFF;
}
#addWordToSeek_WordsContainer > p{
font-size: small;
font-weight: 600;
display: block;
margin: 0;
margin-top: 5px;
margin-left: 5px;
}
#addWordToSeek_WordsList{
padding: 0;
margin-top: 7px;
list-style-type: none;
}
.addWordToSeek_ItemDiv {
display: block;
margin: auto;
margin-bottom: 10px;
}
.addWordToSeek_ItemDeleteBtn {
background-color: #FFFFFF;
border-radius: 7px;
border-color: #D87000;
border-style: groove;
font-size: small;
display: block;
margin: auto;
}
.addWordToSeek_ItemLi {
margin-bottom: 2px;
font-size: small;
text-align: center;
}