mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX:SSF-106 added fix for no delete icons in ie7
This commit is contained in:
parent
c0f65bfbba
commit
e4496fefc1
@ -14,3 +14,5 @@ html { overflow: hidden; }
|
||||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background-image: none; }
|
||||
|
||||
.jstree li a .ui-icon { text-indent: 0px !important; }
|
||||
|
||||
.cms table.ss-gridfield-table tbody td button span.ui-button-text { zoom: 1; }
|
||||
|
@ -51,4 +51,18 @@ html {
|
||||
// fix jstree themeroller plugin bug: tree disappear in IE7
|
||||
.jstree li a .ui-icon {
|
||||
text-indent: 0px !important;
|
||||
}
|
||||
|
||||
.cms {
|
||||
table.ss-gridfield-table {
|
||||
tbody {
|
||||
td {
|
||||
button {
|
||||
span.ui-button-text {
|
||||
zoom:1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user