From 3181f9002850372acfdf1266da19f1eb9086ab0b Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 7 Aug 2009 04:53:38 +0000 Subject: merge r3722 from trunk - comment a css rule in admin page (was making Firefox very slow on form controls activation - remove usage of jquery.dimensions because not required git-svn-id: http://piwigo.org/svn/branches/2.0@3723 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/theme/roma/theme.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'admin/template/goto/theme/roma') diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index d977fb592..20c9ef551 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -93,7 +93,10 @@ a.Piwigo:hover span.Piwigo { border-bottom: 1px solid #FF3363; } +/* RADU - I comment this because it makes FF form controls activation very slow) *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } +*/ + a { color:#f70; border-width: 0; } a:hover, a:active { color: #f33; border-bottom: 1px solid #FF3363; cursor: pointer; } .content .navigationBar {color:#666;} -- cgit v1.2.3