Index: chrome/browser/resources/print_preview/settings/destination_settings.css |
diff --git a/chrome/browser/resources/print_preview/settings/destination_settings.css b/chrome/browser/resources/print_preview/settings/destination_settings.css |
index 24e7ee9a5a9c515c8cff7a79f3a510afa5b3ad46..33c07063dc37f9ea86246f525b6d626b2e5a2cec 100644 |
--- a/chrome/browser/resources/print_preview/settings/destination_settings.css |
+++ b/chrome/browser/resources/print_preview/settings/destination_settings.css |
@@ -20,6 +20,10 @@ |
margin-bottom: 10px; |
} |
+.destination-settings-box.stale { |
+ opacity: 0.4; |
+} |
+ |
#destination-settings .destination-settings-change-button { |
margin-bottom: 10px; |
} |
@@ -76,3 +80,8 @@ |
overflow: hidden; |
text-overflow: ellipsis; |
} |
+ |
+.destination-settings-offline-status { |
+ overflow: hidden; |
+ text-overflow: ellipsis; |
+} |