Commit 6d7cfe08 by Valera Rozuvan Committed by Alexander Kryklia

Slight UI modification.

parent 15ffc1f6
...@@ -89,7 +89,7 @@ define(['logme'], function (logme) { ...@@ -89,7 +89,7 @@ define(['logme'], function (logme) {
returnStatus = false; returnStatus = false;
} }
state.config.labelBgColor = 'yellow'; state.config.labelBgColor = '#d6d6d6';
if (typeof config.label_bg_color === 'string') { if (typeof config.label_bg_color === 'string') {
state.config.labelBgColor = config.label_bg_color; state.config.labelBgColor = config.label_bg_color;
} else if (typeof config.label_bg_color !== 'undefined') { } else if (typeof config.label_bg_color !== 'undefined') {
......
...@@ -144,6 +144,8 @@ define(['logme', 'update_input'], function (logme, updateInput) { ...@@ -144,6 +144,8 @@ define(['logme', 'update_input'], function (logme, updateInput) {
'<div ' + '<div ' +
'style=" ' + 'style=" ' +
'position: absolute; ' + 'position: absolute; ' +
'color: black; ' +
'font-size: 0.95em; ' +
'" ' + '" ' +
'>' + '>' +
obj.label + obj.label +
...@@ -187,6 +189,8 @@ define(['logme', 'update_input'], function (logme, updateInput) { ...@@ -187,6 +189,8 @@ define(['logme', 'update_input'], function (logme, updateInput) {
'<div ' + '<div ' +
'style=" ' + 'style=" ' +
'position: absolute; ' + 'position: absolute; ' +
'color: black; ' +
'font-size: 0.95em; ' +
'" ' + '" ' +
'>' + '>' +
obj.label + obj.label +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment