updated tab color

pull/85/head
Ruben Daniels 2015-04-23 22:28:43 +00:00 zatwierdzone przez nightwing
rodzic 7171160065
commit 9264fd8310
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -160,9 +160,8 @@ define(function(require, exports, module) {
doc.title = "Package Browser";
function setTheme(){
// var bg = ui.getStyleRule(".bar-preferences .container .header", "backgroundColor") || "#F0F0F0";
var bg = "#FFF";
doc.tab.backgroundColor = bg; //"#2d2d2d";
var bg = "#ededed";
doc.tab.backgroundColor = bg;
if (util.shadeColor(bg, 1).isLight)
doc.tab.classList.remove("dark");