Skip to content
Snippets Groups Projects
Commit 2f6da039 authored by Christopher Pietsch's avatar Christopher Pietsch
Browse files

updated color for infobar button

parent f69c4b8b
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,8 @@ utils.initConfig = function(config){ ...@@ -44,7 +44,8 @@ utils.initConfig = function(config){
document.styleSheets[0].insertRule('.infobar .outer { background: ' + config.style.infoBackground + '}', length); document.styleSheets[0].insertRule('.infobar .outer { background: ' + config.style.infoBackground + '}', length);
document.styleSheets[0].insertRule('.infobar .outer { color: ' + config.style.infoFontColor + '}', length); document.styleSheets[0].insertRule('.infobar .outer { color: ' + config.style.infoFontColor + '}', length);
document.styleSheets[0].insertRule('.infobar a { color: ' + config.style.infoFontColor + '}', length); document.styleSheets[0].insertRule('.infobar a { color: ' + config.style.infoFontColor + '}', length);
document.styleSheets[0].insertRule('.infobar .infobutton path { stroke: ' + config.style.fontColor + '}', length); document.styleSheets[0].insertRule('.infobar .infobutton path { stroke: ' + config.style.infoFontColor + '}', length);
document.styleSheets[0].insertRule('.infobar.sneak .infobutton path { stroke: ' + config.style.fontColor + '}', length);
document.styleSheets[0].insertRule('.sidebar .outer { background: ' + config.style.detailBackground + '}', length); document.styleSheets[0].insertRule('.sidebar .outer { background: ' + config.style.detailBackground + '}', length);
document.styleSheets[0].insertRule('.searchbar input { background: ' + config.style.searchbarBackground + '}', length); document.styleSheets[0].insertRule('.searchbar input { background: ' + config.style.searchbarBackground + '}', length);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment