CSS Selectors |
Line Reference |
Browser |
Default Properties |
Default Property Values |
New Property Value |
#static-menu table td span.menu-indicator |
794 |
Older browsers |
background |
#F5959A |
|
|
|
FF3.6+ |
background |
-moz-linear-gradient(top, #F5959A 0%, #CB0306 100%) |
|
|
|
Chrome, Safari4+ |
background |
-webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5959A), color-stop(100%,#CB0306)) |
|
|
|
Chrome10+, Safari5.1+ |
background |
-webkit-linear-gradient(top, #F5959A 0%,#CB0306 100%) |
|
|
|
Opera 11.10+ |
background |
-o-linear-gradient(top, #F5959A 0%,#CB0306 100%) |
|
|
|
IE10+ |
background |
-ms-linear-gradient(top, #F5959A 0%,#CB0306 100%) |
|
|
|
W3C |
background |
linear-gradient(top, #F5959A 0%,#cb0306 100%) |
|
|
|
IE6-9 |
filter |
progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5959A', endColorstr='#CB0306',GradientType=0 ) |
|