Index: trunk/mockups/athena/athena.css |
— | — | @@ -40,6 +40,7 @@ |
41 | 41 | } |
42 | 42 | |
43 | 43 | #top-bar, #bottom-bar { |
| 44 | + /* 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)); |
44 | 45 | background: -webkit-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%); |
45 | 46 | background: -moz-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%); |
46 | 47 | background: -ms-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%); |
— | — | @@ -66,6 +67,7 @@ |
67 | 68 | |
68 | 69 | .bar .detail { |
69 | 70 | background-color: gray; |
| 71 | + /* 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)); |
70 | 72 | background: -webkit-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 36%,#494949 77%,#282828 100%); |
71 | 73 | background: -moz-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 36%,#494949 77%,#282828 100%); |
72 | 74 | background: -ms-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 36%,#494949 77%,#282828 100%); |