.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
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 {
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;
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;
}
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;
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;