[extensions-web] css: Don't use vendor prefixes for Tipsy
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] css: Don't use vendor prefixes for Tipsy
- Date: Fri, 22 Jun 2012 21:23:37 +0000 (UTC)
commit 16e2cf863b85ab8d4e7f3fba44d2e420bd85533f
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Fri Jun 22 14:07:04 2012 -0400
css: Don't use vendor prefixes for Tipsy
sweettooth/static/css/tipsy.css | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/static/css/tipsy.css b/sweettooth/static/css/tipsy.css
index 29f25ff..9567b6d 100644
--- a/sweettooth/static/css/tipsy.css
+++ b/sweettooth/static/css/tipsy.css
@@ -2,12 +2,11 @@
.tipsy-inner { background-color: white; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
/* Rounded corners */
- .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
+ .tipsy-inner { border-radius: 3px; }
.tipsy-inner {
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.tipsy-arrow { position: absolute; width: 0; height: 0; border: 5px solid transparent; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]