allura
Revisão | 0be70580bdf77eaa2c6200c5000411b623695d19 (tree) |
---|---|
Hora | 2010-09-21 04:54:30 |
Autor | Jenny Steele <jsteele@geek...> |
Commiter | Jenny Steele |
Fix for broken css in webkit for title bars
@@ -904,7 +904,9 @@ ul.ui-tab li a { | ||
904 | 904 | } |
905 | 905 | .base .pad .title, .title, .base .pad .title a, .title a, .actions a {color: rgb(255,255,255) !important;} |
906 | 906 | .base .pad .title, .title { |
907 | - background:-moz-linear-gradient(100% 100% 90deg, #222327, #36373B 100%) repeat scroll 0 0 #36373B; | |
907 | + background-color: #222327; | |
908 | + background-image: -webkit-gradient(linear, 0% 85%, 0% 100%, from(#222327), to(#36373B)); | |
909 | + background: -moz-linear-gradient(100% 100% 90deg, #222327, #36373B 100%) repeat scroll 0 0 #36373B; | |
908 | 910 | border-top-left-radius: 5px; |
909 | 911 | border-top-right-radius: 5px; |
910 | 912 | -webkit-border-top-left-radius: 5px; |