From 1f6f7f13093e0c3c51fe43fa9c4eb1330256ad93 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 1 Sep 2014 14:04:02 +0800 Subject: Bug 1056162: add bit.ly support to bmo --- skins/contrib/Mozilla/global.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'skins/contrib/Mozilla/global.css') diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index 2a3396a6e..adea5a275 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -747,6 +747,14 @@ button[disabled], input[type=submit][disabled], input[type=button][disabled], bu cursor: pointer; } +.notransition { + -webkit-transition: none !important; + -moz-transition: none !important; + -o-transition: none !important; + -ms-transition: none !important; + transition: none !important; +} + .calendar_button, .calendar_button:hover { box-shadow: none; padding: 0; -- cgit v1.2.3-24-g4f1b