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

Unified Diff: ui/login/oobe.css

Issue 402403005: Move common account picker/user pod js/css/html out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge + move Created 6 years, 5 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 | « ui/login/login_resources.grd ('k') | ui/login/resource_loader.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/oobe.css
diff --git a/chrome/browser/resources/login/oobe.css b/ui/login/oobe.css
similarity index 80%
rename from chrome/browser/resources/login/oobe.css
rename to ui/login/oobe.css
index b56fc45fc182da8b15ed01687eb36a906b4f7189..8dae75e767016de50ab00f6936c72d688cebec83 100644
--- a/chrome/browser/resources/login/oobe.css
+++ b/ui/login/oobe.css
@@ -55,9 +55,9 @@ button.button-fancy {
}
button.button-blue {
- background-image: -webkit-linear-gradient(rgb(93, 154, 255),
- rgb(93, 154, 255) 38%,
- rgb(88, 145, 240));
+ background-image: linear-gradient(rgb(93, 154, 255),
+ rgb(93, 154, 255) 38%,
+ rgb(88, 145, 240));
border: 1px solid rgba(45, 102, 195, 1);
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 2px
@@ -72,25 +72,25 @@ button.button-blue {
button.button-blue:hover {
- background-image: -webkit-linear-gradient(rgb(101, 158, 253),
- rgb(101, 158, 253) 38%,
- rgb(96, 151, 241));
+ background-image: linear-gradient(rgb(101, 158, 253),
+ rgb(101, 158, 253) 38%,
+ rgb(96, 151, 241));
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), inset 0 1px 2px
rgba(255, 255, 255, 0.4);
}
button.button-blue:active {
- background-image: -webkit-linear-gradient(rgb(96, 149, 237),
- rgb(96, 149, 237) 38%,
- rgb(96, 149, 237));
+ background-image: linear-gradient(rgb(96, 149, 237),
+ rgb(96, 149, 237) 38%,
+ rgb(96, 149, 237));
border: 1px solid rgba(38, 84, 160, 1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
button.button-red {
- background-image: -webkit-linear-gradient(rgb(221, 75, 57),
- rgb(221, 75, 57) 38%,
- rgb(197, 66, 49));
+ background-image: linear-gradient(rgb(221, 75, 57),
+ rgb(221, 75, 57) 38%,
+ rgb(197, 66, 49));
border: 1px solid rgba(167, 57, 44, 1);
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 2px
@@ -103,9 +103,9 @@ button.button-red {
}
button.button-red:hover {
- background-image: -webkit-linear-gradient(rgb(231, 78, 59),
- rgb(231, 78, 59) 38%,
- rgb(209, 70, 52));
+ background-image: linear-gradient(rgb(231, 78, 59),
+ rgb(231, 78, 59) 38%,
+ rgb(209, 70, 52));
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), inset 0 1px 2px
rgba(255, 255, 255, 0.4);
}
@@ -143,7 +143,7 @@ button.button-red:active {
#installation-settings-popup h1 {
-webkit-padding-end: 24px;
-webkit-user-select: none;
- background: -webkit-linear-gradient(white, #F8F8F8);
+ background: linear-gradient(white, #F8F8F8);
color: rgb(83, 99, 125);
font-size: 105%;
font-weight: bold;
« no previous file with comments | « ui/login/login_resources.grd ('k') | ui/login/resource_loader.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698