kopia lustrzana https://github.com/c9/core
updated tab color
rodzic
7171160065
commit
9264fd8310
|
@ -160,9 +160,8 @@ define(function(require, exports, module) {
|
||||||
doc.title = "Package Browser";
|
doc.title = "Package Browser";
|
||||||
|
|
||||||
function setTheme(){
|
function setTheme(){
|
||||||
// var bg = ui.getStyleRule(".bar-preferences .container .header", "backgroundColor") || "#F0F0F0";
|
var bg = "#ededed";
|
||||||
var bg = "#FFF";
|
doc.tab.backgroundColor = bg;
|
||||||
doc.tab.backgroundColor = bg; //"#2d2d2d";
|
|
||||||
|
|
||||||
if (util.shadeColor(bg, 1).isLight)
|
if (util.shadeColor(bg, 1).isLight)
|
||||||
doc.tab.classList.remove("dark");
|
doc.tab.classList.remove("dark");
|
||||||
|
|
Ładowanie…
Reference in New Issue