diff options
author | Byron Jones <bjones@mozilla.com> | 2013-08-15 19:14:23 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-08-15 19:14:23 +0200 |
commit | a3abacdd2235df4c419262f73b7fb923afa80637 (patch) | |
tree | d03c6a3f7f7593f1ac7c44874aa0639c686af6bb /skins/contrib/Mozilla | |
parent | a8f787bddf51c1e3c5ab4ad8313c3740abdd54a4 (diff) | |
download | bugzilla-a3abacdd2235df4c419262f73b7fb923afa80637.tar.gz bugzilla-a3abacdd2235df4c419262f73b7fb923afa80637.tar.xz |
Bug 889907: Mozilla skin issues with IE 9 and 10
Diffstat (limited to 'skins/contrib/Mozilla')
-rw-r--r-- | skins/contrib/Mozilla/global.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index 07a308695..cef0d16f6 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -2,6 +2,7 @@ body { background: #f6f4ec; + background-image: url(noise.png); background-image: url(noise.png), -moz-linear-gradient(#d7d3c8, #f6f4ec 400px); background-image: url(noise.png), -webkit-linear-gradient(#d7d3c8, #f6f4ec 400px); background-image: url(noise.png), linear-gradient(#d7d3c8, #f6f4ec 400px); @@ -57,6 +58,7 @@ hr { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; + background: #e5e3dc; background: -moz-linear-gradient(#e5e3dc, #ecebe5); background: -webkit-linear-gradient(#e5e3dc, #ecebe5); background: linear-gradient(#e5e3dc, #ecebe5); @@ -154,6 +156,7 @@ hr { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; + background: url(search.png) 5px center no-repeat, #fafafa; background: url(search.png) 5px center no-repeat, -moz-linear-gradient(#fafafa, #fff); background: url(search.png) 5px center no-repeat, -webkit-linear-gradient(#fafafa, #fff); background: url(search.png) 5px center no-repeat, linear-gradient(#fafafa, #fff); @@ -540,6 +543,7 @@ table.edit_form hr { } button, input[type=submit], input[type=button], #commit, #commit_top, #header .btn, #header input[type=submit] { + background-color: #43a6e2; background-image: -moz-linear-gradient(#43a6e2,#277ac1); background-image: -webkit-linear-gradient(#43a6e2,#277ac1); background-image: linear-gradient(#43a6e2,#277ac1); @@ -579,6 +583,7 @@ button:active, input[type=submit]:active, input[type=button]:active, #commit:act } button[disabled], input[type=submit][disabled], input[type=button][disabled], button[disabled]:hover, input[type=submit][disabled]:hover, input[type=button][disabled]:hover, button[disabled]:active, input[type=submit][disabled]:active, input[type=button][disabled]:active { + background-color: #bfc7cd; background-image: -moz-linear-gradient(#bfc7cd,#9ca3aa); background-image: -webkit-linear-gradient(#bfc7cd,#9ca3aa); background-image: linear-gradient(#bfc7cd,#9ca3aa); |