Grammalecte  Diff

Differences From Artifact [89e250c93b]:

To Artifact [1f81711662]:


141
142
143
144
145
146
147
148
149
150
151

152
153

154
155
156



157
158
159

160
161
162
163


164
141
142
143
144
145
146
147




148


149



150
151
152



153




154
155
156







-
-
-
-
+
-
-
+
-
-
-
+
+
+
-
-
-
+
-
-
-
-
+
+

.spell {
    background-color: hsl(0, 50%, 50%);
    color: hsl(0, 0%, 96%);
    border-radius: 3px;
}


/*
    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;
  background-color: Highlight;
    padding: 5px 8px;
    border: 1px solid hsl(210, 50%, 80%);
    background-color: hsl(210, 50%, 50%);
  color: HighlightText;
}

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