Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2016-08-19 09:02:20 +0000
committerLars Vogel2016-08-24 10:17:07 +0000
commit96b2faaf8b6760ee778eca8f321c0cca0820bec6 (patch)
tree8d078f74af3932f2795944dbed0e1491edc1092b
parentdd737522f0d1e6efd98c188dc2a3af64750ac3c7 (diff)
downloadnews-96b2faaf8b6760ee778eca8f321c0cca0820bec6.tar.gz
news-96b2faaf8b6760ee778eca8f321c0cca0820bec6.tar.xz
news-96b2faaf8b6760ee778eca8f321c0cca0820bec6.zip
Bug 497984 - N&N entry
Change-Id: Ic477dc3ba8d9b44af73290c4a706f820100a98d1 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--4.7/M2/images/new-popup-color-constants.pngbin0 -> 15781 bytes
-rw-r--r--4.7/M2/images/old-popup-color-constants.pngbin0 -> 15485 bytes
-rw-r--r--4.7/M2/index.html19
3 files changed, 19 insertions, 0 deletions
diff --git a/4.7/M2/images/new-popup-color-constants.png b/4.7/M2/images/new-popup-color-constants.png
new file mode 100644
index 00000000..3064bdb6
--- /dev/null
+++ b/4.7/M2/images/new-popup-color-constants.png
Binary files differ
diff --git a/4.7/M2/images/old-popup-color-constants.png b/4.7/M2/images/old-popup-color-constants.png
new file mode 100644
index 00000000..e1ed407b
--- /dev/null
+++ b/4.7/M2/images/old-popup-color-constants.png
Binary files differ
diff --git a/4.7/M2/index.html b/4.7/M2/index.html
index e9498960..c85a61ed 100644
--- a/4.7/M2/index.html
+++ b/4.7/M2/index.html
@@ -190,6 +190,25 @@
</td>
</tr>
+ <tr id="improved-color-usage-for-popups">
+ <td class="title">Improve usage of color constants for popups</td>
+ <td class="content">
+ Popups now use improved color constants.
+ <p>
+ Old style:
+ </p>
+ <p>
+ <img src="images/old-popup-color-constants.png" alt=""/>
+ </p>
+ <p>
+ New style:
+ </p>
+ <p>
+ <img src="images/new-popup-color-constants.png" alt=""/>
+ </p>
+ </td>
+ </tr>
+
<tr>
<td colspan="2" class="section" id="JDT">JDT</td>
</tr>

Back to the top