kopia lustrzana https://github.com/c9/core
fix regression in tab rendering on firefox
rodzic
4df145f35b
commit
873afe44b4
|
@ -243,7 +243,7 @@ define(function(require, exports, module) {
|
||||||
var isFlatTheme = theme.indexOf("flat") > -1;
|
var isFlatTheme = theme.indexOf("flat") > -1;
|
||||||
var img = options.staticPrefix + "/images/" + (
|
var img = options.staticPrefix + "/images/" + (
|
||||||
isFlatTheme
|
isFlatTheme
|
||||||
? "gecko_mask_flat_light.png"
|
? "gecko_mask_flat_light@" + (highResolution ? 2 : 1) + "x.png"
|
||||||
: "gecko_mask.png");
|
: "gecko_mask.png");
|
||||||
var width = isFlatTheme ? 76 : 46;
|
var width = isFlatTheme ? 76 : 46;
|
||||||
var height = isFlatTheme ? 26 : 24;
|
var height = isFlatTheme ? 26 : 24;
|
||||||
|
|
Ładowanie…
Reference in New Issue