]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed unwanted 24bit png gradients for IE6 (Chameleon theme)
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 30 Aug 2011 08:45:05 +0000 (08:45 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 30 Aug 2011 08:45:05 +0000 (08:45 +0000)
svn changeset:20732/svn branch:6.7

WebContent/VAADIN/themes/chameleon/components/menubar/menubar.css
WebContent/VAADIN/themes/chameleon/components/notification/notification.css
WebContent/VAADIN/themes/chameleon/components/selects/selects.css
WebContent/VAADIN/themes/chameleon/components/table/table.css
WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css

index 00c8ed245708821dbae37566157caa6c1b259e9a..00b062f8d65f7ee199c25df6b121282f27438560 100644 (file)
@@ -25,4 +25,8 @@
 .v-menubar-submenu .v-menubar-menuitem-selected {
        background-image: url(../../img/grad-light-top2.png);
        background-position: 0 -1px;
+       }
+
+.v-ie6 .v-menubar-submenu .v-menubar-menuitem-selected {
+       background-image: none;
        }
\ No newline at end of file
index 12d5d67c6220a1a271b8cfb67c2fc84fa64a02b6..1e4268cf923a0d57e4f8ee28c6a95eab90929891 100644 (file)
@@ -1,10 +1,11 @@
 div.v-Notification {
-       border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
+       border-radius: 0;
        font-size: 100%;
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.7);
        -moz-box-shadow: 0 2px 5px rgba(0,0,0,.7);
+       box-shadow: 0 2px 5px rgba(0,0,0,.7);
        }
 
 .v-Notification p {
@@ -46,6 +47,10 @@ div.v-Notification-tray {
        text-shadow: 0 1px 1px rgba(0,0,0,.5);
        }
 
+.v-ie6 .v-Notification-tray {
+       background-image: none;
+       }
+
 .v-Notification-tray h1 {
        font-size: 14px;
        line-height: 18px;
index 1d690f203543606aaa97c9da3e824daa7ac17e1a..170a4bb99195013132bf201e5e52e26b076244c6 100644 (file)
@@ -126,6 +126,10 @@ body .v-filterselect-suggestpopup-big td {
        background-position: 0 -1px;
        }
 
+.v-ie6 .v-filterselect-suggestmenu .gwt-menuItem-selected {
+       background-image: none;
+       }
+
 .v-filterselect-suggestpopup-small .v-filterselect-status {
        font-size: .8em;
        }
index b1aa9bef39c280aec078d55dd7f9f555b3f2eaab..1511beb9134f7c0355d973d1a25d75f17d0c3eeb 100644 (file)
@@ -52,6 +52,10 @@ div.v-table-focus-slot-left {
        background-position: 0 -1px;
        }
 
+.v-ie6 .v-table tr.v-selected {
+       background-image: none;
+       }
+
 div.v-table-focus-slot-right {
        background: transparent;
        border-right: 2px solid #b3b3b3;
index e2ab7f208091933ad9bfdebd334abb2bece84593..83b736584fcdabc083660e0ccd7040fb639edb1e 100644 (file)
        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;