diff options
author | portix <portix@gmx.net> | 2011-03-05 22:40:17 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-03-05 22:40:17 +0100 |
commit | f6db5066468711752ad989480768479fd43f74ca (patch) | |
tree | 96e38270610d8a8127f2592ba5c4c980305d8278 /data | |
parent | b872959cb69ab7b071428da1f08c0cd3e65367b9 (diff) | |
download | dwb-f6db5066468711752ad989480768479fd43f74ca.zip |
new font implementation
Diffstat (limited to 'data')
-rw-r--r-- | data/hints.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/hints.js b/data/hints.js index 049ee02c..f2bee3c7 100644 --- a/data/hints.js +++ b/data/hints.js @@ -198,8 +198,8 @@ const DwbHintObj = { var style = document.styleSheets[document.styleSheets.length - 1]; - style.insertRule('*[dwb_highlight=hint_normal] { background: ' + me._normalColor + ' !important; } ', 0); - style.insertRule('*[dwb_highlight=hint_active] { background: ' + me._activeColor + ' !important; } ', 0); + style.insertRule('*[dwb_highlight=hint_normal] { background: ' + me._normalColor + '} ', 0); + style.insertRule('*[dwb_highlight=hint_active] { background: ' + me._activeColor + '} ', 0); }, getVisibility : |