Ignore:
Timestamp:
Aug 7, 2009, 6:50:35 AM (15 years ago)
Author:
rvelices
Message:
  • comment a css rule in admin page (was making Firefox very slow on form controls activation
  • remove usage of jquery.dimensions because not required
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/theme/roma/theme.css

    r3283 r3722  
    9999}
    100100
     101/* RADU - I comment this because it makes FF form controls activation very slow)
    101102*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
     103*/
     104
    102105a { color:#f70; border-width: 0; }
    103106a:hover, a:active { color: #f33; border-bottom: 1px solid #FF3363; cursor: pointer; }
Note: See TracChangeset for help on using the changeset viewer.