aboutsummaryrefslogtreecommitdiff
path: root/html/preferences_panel/prefs.css
blob: b52d6c5f2b014e8833f8d995a158a45e19cdb3ba (plain) (blame)
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
@import url("chrome://browser/content/extension.css");
@import url("/html/common.css");
h3 {
  position: absolute;
  bottom: 0px;
  left: 240px;
  font-size: 18px;
}
textarea {
  width: 100%;
}
fieldset {
  border: none;
  padding: 0;
  margin-top: 1em;
  border-top: 1px solid #ccc;
}
legend {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
label, legend {
  display: block;
  font-size: 1.2em;
}

#lists {
  display: flex;
  flex-direction: row;
}
.list-container {
  flex: 3;
  flex-direction: row;
}
.list-container select {
width: 100%
}

.black {
  color: #600;
}
.white {
  color: #060;
}

#commands {
  display: flex;
  justify-content: center;
  flex: none;
  flex-flow: column nowrap;
}

#commands button {
  font-weight: bold;
}
input[type="text"] {
  width: 100%;
}

#lists label {
  font-weight: bold;
}
#lists select {
  color: black;
}
#black {
  background-color: #fcc;
}
#white {
  background-color: #cfc;
}

#new-site {
  display: flex;
  flex 2;
}
.error-msg {
  color: red;
}
.error-msg::after {
  content: "\00A0";
}
.error {
  background: #ffe;
  color: #800;
}

#section-complaint {
  display: none; /* TODO: Complaint to owner UI */
}