Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2794)

Unified Diff: chrome/browser/resources/chromeos/login/oobe_eula.css

Issue 2758733002: ChromeOS OOBE: Update iframe border of EULA screen. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe_eula.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_eula.css b/chrome/browser/resources/chromeos/login/oobe_eula.css
index 14a1c24ee86fc37d33e4c7a1a558cb204b40fd1a..9db204dc4dec63cd0c8918c49d5268601dbba0a6 100644
--- a/chrome/browser/resources/chromeos/login/oobe_eula.css
+++ b/chrome/browser/resources/chromeos/login/oobe_eula.css
@@ -13,6 +13,12 @@ a {
font: 13px Roboto, sans-serif;
}
+#crosEulaFrame {
+ border: 1px solid var(--google-blue-500);
+ border-radius: 2px;
+ box-shadow: 0 1px 4px rgba(0, 0, 0, .13);
+}
+
#installationSettings {
-webkit-margin-start: 20px;
margin-top: 31px; /* = 44 - font size */
@@ -27,10 +33,12 @@ a {
#usageStats {
--paper-checkbox-size: 16px;
- --paper-checkbox-checked-color: rgb(66, 133, 244); /* #4285f4 */
+ --paper-checkbox-checked-color: var(--google-blue-500);
+ size: 16px;
}
#usageStatsLabelContainer label {
+ -webkit-margin-start: 16px;
color: rgba(0, 0, 0, .54);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698