1
0
Эх сурвалжийг харах

use orange color for label displayed on blocked domains

Gildas 7 жил өмнө
parent
commit
a844570807

+ 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) {