Skip to content

Commit 0ee5ee8

Browse files
jonathansampsonscottgonzalez
authored andcommitted
Adding Background Declarations for IE and Opera
Currently the background image is no visible in the footer due to the rules only targeting Firefox and WebKit.
1 parent b25a76d commit 0ee5ee8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

themes/jquery/css/base.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,6 +2211,8 @@ footer .footer-icon-links li:hover a:before {
22112211
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.0)), url(../images/bg-footer-noise.jpg); /* FF3.6 */
22122212
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(0,0,0,0.3)),color-stop(1, rgba(0,0,0,0.0))), url(../images/bg-footer-noise.jpg); /* Saf4+, Chrome */
22132213
background-image: -webkit-linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.0)), url(../images/bg-footer-noise.jpg); /* Chrome 10+, Saf6 */
2214+
background-image: -o-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,0)), url(../images/bg-footer-noise.jpg); /* Opera 11.10-12.00 */
2215+
background-image: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,0)), url(../images/bg-footer-noise.jpg); /* Firefox 16+, IE 10+, Opera 12.50+ */
22142216
background-repeat: repeat-x, repeat;
22152217
background-size: 100px 15px, 140px 140px;
22162218
}

0 commit comments

Comments
 (0)