Add semi transparency support for IE
authorRichard Whitehouse <github@richardwhiuk.com>
Sun, 30 Jan 2011 21:30:50 +0000 (21:30 +0000)
committerRichard Whitehouse <github@richardwhiuk.com>
Sun, 30 Jan 2011 21:30:50 +0000 (21:30 +0000)
theme/ie.css [new file with mode: 0644]

diff --git a/theme/ie.css b/theme/ie.css
new file mode 100644 (file)
index 0000000..378e41e
--- /dev/null
@@ -0,0 +1,13 @@
+/** IE HMB CSS **/
+
+/** 4a0d0e 0.75 **/
+
+ul#panes li.pane-r {
+       background: transparent;
+       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C04a0d0e,endColorstr=#C04a0d0e);
+}
+
+ul#panes li.pane-p {
+       background: transparent;
+       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0593b63,endColorstr=#C0593b63);       
+}