#1174 Support HTML fields in the bulk modify form (capability to disable/enable) the field live (retrofit from trunk)

SVN:2.1.0[3893]
This commit is contained in:
Romain Quetiez
2016-02-01 15:22:49 +00:00
parent cc7f3d46a6
commit e25a89dac1
3 changed files with 28 additions and 16 deletions

View File

@@ -206,6 +206,11 @@ legend.transparent {
padding-left:14px;
background: url(../images/mini-arrow-orange.gif) no-repeat left;
}
.ui-widget-content td a.cke_toolbox_collapser {
padding-left: 0;
}
p a:hover, td a:hover {
text-decoration:underline;
color:#EB8F00;