From 4d9e3d242e0a21433cef02e74251cf24dba319d8 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sat, 12 Jul 2014 02:03:17 +0200 Subject: [PATCH] sync both themes with classic theme changes in SeaMonkey 2.28 cycle --- EarlyBlue/communicator/blockedSite.css | 19 +++++++++++++++++++ EarlyBlue/editor/editorFormatToolbar.css | 5 +++++ EarlyBlue/editor/icons/multicolor.png | Bin 0 -> 142 bytes LCARStrek/communicator/blockedSite.css | 19 +++++++++++++++++++ LCARStrek/editor/editorFormatToolbar.css | 5 +++++ LCARStrek/editor/icons/multicolor.png | Bin 0 -> 142 bytes 6 files changed, 48 insertions(+) create mode 100644 EarlyBlue/communicator/blockedSite.css create mode 100644 EarlyBlue/editor/icons/multicolor.png create mode 100644 LCARStrek/communicator/blockedSite.css create mode 100644 LCARStrek/editor/icons/multicolor.png diff --git a/EarlyBlue/communicator/blockedSite.css b/EarlyBlue/communicator/blockedSite.css new file mode 100644 index 00000000..32f5d6ed --- /dev/null +++ b/EarlyBlue/communicator/blockedSite.css @@ -0,0 +1,19 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +#buttons > span { + float: left; +} + +#buttons > #ignoreWarningButton { + float: right; + font-size: smaller; +} + +/* the following two ids refer to elements defined in safeBrowsing.dtd */ + +#malware_sitename, +#phishing_sitename { + word-wrap: break-word; +} diff --git a/EarlyBlue/editor/editorFormatToolbar.css b/EarlyBlue/editor/editorFormatToolbar.css index 6fcec892..8c17cf32 100644 --- a/EarlyBlue/editor/editorFormatToolbar.css +++ b/EarlyBlue/editor/editorFormatToolbar.css @@ -281,6 +281,11 @@ toolbarbutton.formatting-button { -moz-margin-end: 9px; } +#TextColorButton[color="mixed"] { + background-image: url("chrome://editor/skin/icons/multicolor.png"); + background-size: cover; +} + #BackgroundColorButton { margin-top: 9px; margin-bottom: 2px; diff --git a/EarlyBlue/editor/icons/multicolor.png b/EarlyBlue/editor/icons/multicolor.png new file mode 100644 index 0000000000000000000000000000000000000000..ea20f50c5ab16b563e3978043b3729a84602b901 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^JV4CF!VDyfm=>J`QU(D&A+8oT-?yNy;`6m22WQ%mvv4FO#m!GE?fWr literal 0 HcmV?d00001 diff --git a/LCARStrek/communicator/blockedSite.css b/LCARStrek/communicator/blockedSite.css new file mode 100644 index 00000000..32f5d6ed --- /dev/null +++ b/LCARStrek/communicator/blockedSite.css @@ -0,0 +1,19 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +#buttons > span { + float: left; +} + +#buttons > #ignoreWarningButton { + float: right; + font-size: smaller; +} + +/* the following two ids refer to elements defined in safeBrowsing.dtd */ + +#malware_sitename, +#phishing_sitename { + word-wrap: break-word; +} diff --git a/LCARStrek/editor/editorFormatToolbar.css b/LCARStrek/editor/editorFormatToolbar.css index 31aac18f..df480a82 100644 --- a/LCARStrek/editor/editorFormatToolbar.css +++ b/LCARStrek/editor/editorFormatToolbar.css @@ -403,6 +403,11 @@ toolbarbutton.formatting-button { -moz-margin-end: 9px; } +#TextColorButton[color="mixed"] { + background-image: url("chrome://editor/skin/icons/multicolor.png"); + background-size: cover; +} + #BackgroundColorButton { margin-top: 9px; margin-bottom: 2px; diff --git a/LCARStrek/editor/icons/multicolor.png b/LCARStrek/editor/icons/multicolor.png new file mode 100644 index 0000000000000000000000000000000000000000..ea20f50c5ab16b563e3978043b3729a84602b901 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^JV4CF!VDyfm=>J`QU(D&A+8oT-?yNy;`6m22WQ%mvv4FO#m!GE?fWr literal 0 HcmV?d00001 -- 2.35.3