#1174: support HTML fields in the bulk modify forms (capability to enable/disable the field live)

SVN:trunk[3883]
This commit is contained in:
Denis Flaven
2016-01-26 14:32:51 +00:00
parent ef6299c6b4
commit 172e255cc2
4 changed files with 31 additions and 16 deletions

View File

@@ -280,6 +280,11 @@ legend.transparent {
}
.ui-widget-content td a.cke_toolbox_collapser {
padding-left: 0;
}
p a:hover, td a:hover {
text-decoration: underline;
color: #e87c1e;