Grammalecte  Diff

Differences From Artifact [df2e253402]:

To Artifact [c585d5d70e]:


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
1
2
3
4
5
6
7
8




9


10

11
12

13



14


15
16
17
18








-
-
-
-
+
-
-
+
-

+
-
+
-
-
-
+
-
-




/* CSS */

.section {
	font-size: 16px;
	font-weight: bold;
	color: hsl(210, 50%, 50%);
}

/*
    TB Next: fix dialogheaders
*/
dialogheader {
.dialogheader-title {
  -moz-binding: url("chrome://messenger/content/generalBindings.xml#dialogheader");
  margin: 0 5px 5px;
  margin: 5px;
  border: 1px solid ThreeDDarkShadow;
  padding: 5px 8px;
  border: 1px solid hsl(210, 50%, 80%);
  background-color: Highlight;
  background-color: hsl(210, 50%, 50%);
  color: HighlightText;
}

  color: hsl(210, 10%, 90%);
.dialogheader-title {
  margin: 0 !important;
  font-size: larger;
  font-weight: bold;
}