diff options
Diffstat (limited to 'chrome/browser/resources/incognito_tab.html')
-rw-r--r-- | chrome/browser/resources/incognito_tab.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/browser/resources/incognito_tab.html b/chrome/browser/resources/incognito_tab.html index e0c8933..4d42c2f 100644 --- a/chrome/browser/resources/incognito_tab.html +++ b/chrome/browser/resources/incognito_tab.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html i18n-values="dir:textdirection;bookmarkbarattached:bookmarkbarattached;showextensionsmessage:showextensionsmessage"> +<html i18n-values="dir:textdirection;bookmarkbarattached:bookmarkbarattached"> <head> <title i18n-content="title"></title> <style> @@ -25,7 +25,7 @@ html[dir="rtl"] .icon { margin-right:auto; margin-top:66px; } -html[showextensionsmessage="true"] .extensionsmessage { +.extensionsmessage { color:black; padding:10px 10px 10px 10px; max-width:600px; @@ -33,9 +33,6 @@ html[showextensionsmessage="true"] .extensionsmessage { margin-right:auto; margin-top:5px; } -html[showextensionsmessage="false"] .extensionsmessage { - display:none; -} .extensionicon { float:left; margin:10px 5px 0 0px; |