https://www.mediawiki.org/wiki/Special:Code/MediaWiki/103431

Revision: 103431
Author:   brion
Date:     2011-11-17 01:22:49 +0000 (Thu, 17 Nov 2011)
Log Message:
-----------
older -webkit-gradient syntax needed for browser on Android 2.3 (Nexus 1, 
Kindle Fire)

Modified Paths:
--------------
    trunk/mockups/athena/athena.css

Modified: trunk/mockups/athena/athena.css
===================================================================
--- trunk/mockups/athena/athena.css     2011-11-17 01:14:47 UTC (rev 103430)
+++ trunk/mockups/athena/athena.css     2011-11-17 01:22:49 UTC (rev 103431)
@@ -40,6 +40,7 @@
 }
 
 #top-bar, #bottom-bar {
+       /* needed on Android 2.3 */ background: -webkit-gradient(linear, left 
top, left bottom, color-stop(0%,#3E3E3E), color-stop(14%,#393939), 
color-stop(32%,#2E2E2E), color-stop(64%,#151515), color-stop(84%,#080808), 
color-stop(100%,#000000));
     background: -webkit-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 
32%,#151515 64%,#080808 84%,#010101 100%);
     background: -moz-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 
32%,#151515 64%,#080808 84%,#010101 100%);
     background: -ms-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 
32%,#151515 64%,#080808 84%,#010101 100%);
@@ -66,6 +67,7 @@
 
 .bar .detail {
        background-color: gray;
+    /* needed on Android 2.3 */ background: -webkit-gradient(linear, left top, 
left bottom, color-stop(0%,#6D6D6D), color-stop(15%,#676767), 
color-stop(36%,#5A5A5A), color-stop(77%,#494949), color-stop(100%,#282828));
     background: -webkit-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 
36%,#494949 77%,#282828 100%);
     background: -moz-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 
36%,#494949 77%,#282828 100%);
     background: -ms-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 
36%,#494949 77%,#282828 100%);


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to