Project

General

Profile

Bug #24704 ยป 17191.diff

Administrator Admin, 2011-01-21 12:41

View differences:

typo3/sysext/t3skin/extjs/xtheme-t3skin.css (working copy)
td.x-grid3-hd-over, td.x-grid3-hd-menu-open {
border-left-color: #5b5b5b;
border-right-color: transparent;
background-image: -moz-linear-gradient(center bottom, #7f7f7f 10%, #5b5b5b 100%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.1, #5b5b5b), color-stop(0.1, #7f7f7f));
background-image: linear-gradient(center bottom, #7f7f7f 10%, #5b5b5b 100%);
background-image: -moz-linear-gradient(
center bottom,
#7f7f7f 10%,
#5b5b5b 100%
);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.1, #7f7f7f),
color-stop(1.0, #5b5b5b)
);
background-image: linear-gradient(
center bottom,
#7f7f7f 10%,
#5b5b5b 100%
);
}
.sort-asc .x-grid3-sort-icon {
......
}
.x-grid3-hd-btn {
background-color:#d8d8d8;
background-image:url(images/grid/grid3-hd-btn.gif);
}
    (1-1/1)