diff --git a/productMods/js/individual/individualUtils.js b/productMods/js/individual/individualUtils.js index 04d2ffae..632b2de4 100644 --- a/productMods/js/individual/individualUtils.js +++ b/productMods/js/individual/individualUtils.js @@ -5,4 +5,6 @@ $(document).ready(function(){ // "more"/"less" HTML truncator for showing more or less content in data property core:overview $('.overview-value').truncate({max_length: 500}); + // Change background color button when verbose mode is off + $('#verbosePropertyForm input#submit[value="Turn off"]').addClass("verbose-off") }); \ No newline at end of file diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 17fcc0b7..21bbcdaa 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -122,6 +122,18 @@ input#submit:visited { margin-top: .5em; margin-bottom: .5em; } +#verbosePropertyForm span { + color: #888C8C; +} +#verbosePropertyForm b { + color: #595B5B; +} +#verbosePropertyForm .small { + font-size: 12px; +} +#verbosePropertyForm .verbose-off{ + background: #706a66; +} input.delete, input.delete:visited, input#delete,