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 --- */ |