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

Unified Diff: ui/login/bubble.css

Issue 2535493002: Reduce webkit CSS prefixes in ui/ styles (Closed)
Patch Set: sort Created 4 years, 1 month 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
Index: ui/login/bubble.css
diff --git a/ui/login/bubble.css b/ui/login/bubble.css
index 14663f1267d1294abcc54883b5e0bc1448183bcb..1d73f4b4fcdb70c4479e651f58f1aad4ef49d76a 100644
--- a/ui/login/bubble.css
+++ b/ui/login/bubble.css
@@ -6,16 +6,16 @@
*/
.bubble {
- -webkit-transition: opacity 200ms ease-in-out;
background: rgba(0, 0, 0, 0.8);
border-radius: 2px;
- color: rgba(255, 255, 255, 0.87);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
+ color: rgba(255, 255, 255, 0.87);
font-size: 12px;
margin: 2px;
max-width: 250px;
padding: 8px;
position: absolute;
+ transition: opacity 200ms ease-in-out;
}
/* --- oldstyle begin --- */

Powered by Google App Engine
This is Rietveld 408576698