浏览代码

use orange color for label displayed on blocked domains

Gildas 7 年之前
父节点
当前提交
a844570807
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      extension/ui/bg/ui-button.js

+ 1 - 1
extension/ui/bg/ui-button.js

@@ -112,7 +112,7 @@ singlefile.ui.button = (() => {
 	}
 
 	function onForbiddenDomain(tabId, options) {
-		refresh(tabId, getProperties(options, "🛇", [255, 65, 34, 255], "This page cannot be saved by SingleFile"));
+		refresh(tabId, getProperties(options, "🛇", [224, 89, 0, 255], BUTTON_BLOCKED_TOOLTIP_MESSAGE));
 	}
 
 	function onCancelled(tabId, options) {