Differences From Artifact [11e9c94ca2]:
- File gc_lang/fr/tb/content/spell_options.css — part of check-in [43a35949e2] at 2018-04-06 13:49:35 on branch trunk — [tb] update dictionaries options (user: olr, size: 266) [annotate] [blame] [check-ins using]
To Artifact [c906b183f7]:
- File gc_lang/fr/mailext/content/spell_options.css — part of check-in [a9234a6ef3] at 2019-09-02 13:13:27 on branch tbme — [tb] adaptation to new API (draft) (user: olr, size: 633) [annotate] [blame] [check-ins using]
- File gc_lang/fr/tb/content/spell_options.css — part of check-in [25319eafb0] at 2018-04-16 07:19:14 on branch tbnext — merge trunk (user: olr, size: 633) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
17 18 19 20 21 22 23 |
}
.dicdescr {
margin-left: 27px;
}
.disabled {
| | > > > > > > > > > > > > > > > > > > > | 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 |
}
.dicdescr {
margin-left: 27px;
}
.disabled {
opacity: .25;
}
/*
TB Next: fix dialogheaders
*/
dialogheader {
-moz-binding: url("chrome://messenger/content/generalBindings.xml#dialogheader");
margin: 0 5px 5px;
border: 1px solid ThreeDDarkShadow;
padding: 5px 8px;
background-color: Highlight;
color: HighlightText;
}
.dialogheader-title {
margin: 0 !important;
font-size: larger;
font-weight: bold;
}
|