You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/11/27 03:07:31 UTC

[28/30] git commit: implements CB-1815 WP8. NTH. Update CSS to use system colors

implements CB-1815 WP8. NTH. Update CSS to use system colors


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/04a25926
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/04a25926
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/04a25926

Branch: refs/heads/master
Commit: 04a259267623e12af4a5816336b41923ff752fa8
Parents: 3ffdc09
Author: Ruslan Kokorev <ru...@bsquare.com>
Authored: Fri Nov 9 11:55:32 2012 +0400
Committer: Ruslan Kokorev <ru...@bsquare.com>
Committed: Fri Nov 9 11:55:32 2012 +0400

----------------------------------------------------------------------
 example/www/master.css |   14 +++++++-------
 plugins/www/master.css |   14 +++++++-------
 2 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/04a25926/example/www/master.css
----------------------------------------------------------------------
diff --git a/example/www/master.css b/example/www/master.css
index cddbf7a..51ebc11 100644
--- a/example/www/master.css
+++ b/example/www/master.css
@@ -36,8 +36,8 @@ main wp7 color and fonts
   
 body, input, div
 {
-    background: black;
-    color: White;
+    background: Background;
+    color: Highlight;
     font-family: Segoe WP;
     font-size: 15pt; /* PhoneFontSizeNormal */
     margin-left:0.1em;
@@ -93,8 +93,8 @@ Buttons
 
 a.btn, div.btn
 {
-    background: black;
-    color: white;
+    background: Background;
+    color: Highlight;
     text-decoration: none;
     display:block;
     font-size: 15pt;
@@ -105,9 +105,9 @@ a.btn, div.btn
 
 a.backBtn, input[type="button"], input[type="submit"]
 {
-    background: black;
-    color: white;
-    border-color: white;
+    background: Background;
+    color: Highlight;
+    border-color: Highlight;
     border-style: solid;
     padding: 4px 10px;
     border-width: 3px; /* PhoneBorderThickness */

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/04a25926/plugins/www/master.css
----------------------------------------------------------------------
diff --git a/plugins/www/master.css b/plugins/www/master.css
index 93e5290..2a9002d 100644
--- a/plugins/www/master.css
+++ b/plugins/www/master.css
@@ -17,8 +17,8 @@ main wp7 color and fonts
   
 body, input, div
 {
-    background: black;
-    color: White;
+    background: Background;
+    color: Highlight;
     font-family: Segoe WP;
     font-size: 15pt; /* PhoneFontSizeNormal */
     margin-left:0.1em;
@@ -74,8 +74,8 @@ Buttons
 
 a.btn, div.btn
 {
-    background: black;
-    color: white;
+    background: Background;
+    color: Highlight;
     text-decoration: none;
     display:block;
     font-size: 15pt;
@@ -86,9 +86,9 @@ a.btn, div.btn
 
 a.backBtn, input[type="button"], input[type="submit"]
 {
-    background: black;
-    color: white;
-    border-color: white;
+    background: Background;
+    color: Highlight;
+    border-color: Highlight;
     border-style: solid;
     padding: 4px 10px;
     border-width: 3px; /* PhoneBorderThickness */