mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 08:40:56 +00:00
theme update.
This commit is contained in:
parent
a6e28d9c41
commit
16df276d83
@ -95,24 +95,18 @@
|
|||||||
border: 1px inset white;
|
border: 1px inset white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Image URLs for all Editor toolbar buttons */
|
/* Image URLs for all Editor toolbar buttons */
|
||||||
|
|
||||||
#boldButton {
|
#boldButton {
|
||||||
list-style-image:url(chrome://editor/skin/images/bold.gif);
|
list-style-image:url(chrome://editor/skin/images/bold.gif);
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#italicButton {
|
#italicButton {
|
||||||
list-style-image:url(chrome://editor/skin/images/italic.gif);
|
list-style-image:url(chrome://editor/skin/images/italic.gif);
|
||||||
/* font-weight: bold; */
|
|
||||||
font-style: italic;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#underlineButton {
|
#underlineButton {
|
||||||
list-style-image:url(chrome://editor/skin/images/underline.gif);
|
list-style-image:url(chrome://editor/skin/images/underline.gif);
|
||||||
font-weight: normal;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#newButton {
|
#newButton {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user