summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2011-08-30 08:45:05 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2011-08-30 08:45:05 +0000
commitc2e44c62992ac09d0f7aa530e0682f0f8645f2c3 (patch)
tree2b601c5180873587c4e26638402ad2fd78234826 /WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css
parentfabac990189d3a9bc598fbc0169a68acdda393ca (diff)
downloadvaadin-framework-c2e44c62992ac09d0f7aa530e0682f0f8645f2c3.tar.gz
vaadin-framework-c2e44c62992ac09d0f7aa530e0682f0f8645f2c3.zip
Fixed unwanted 24bit png gradients for IE6 (Chameleon theme)
svn changeset:20732/svn branch:6.7
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css')
-rw-r--r--WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css b/WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css
index e2ab7f2080..83b736584f 100644
--- a/WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css
+++ b/WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css
@@ -33,6 +33,11 @@
color: #fff;
}
+.v-ie6 .sidebar-menu .tab-selected,
+.v-ie6 .sidebar-menu .selected {
+ background-image: none;
+ }
+
.sidebar-menu .tab-selected:focus,
.sidebar-menu .selected:focus {
outline: none;