Cintia Posted October 2, 2012 Share Posted October 2, 2012 (edited) Hola, Estoy personalizando unos botones que venian en el default theme pero no me aclaro en dónde y qué poner para que el texto de estos cambie con un mouse over. Este es el código, espero que alguien pueda ayudarme /*buttons ************************************************************************************** */input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled { position:relative; display:inline-block; padding:5px 7px; border:1px solid #000; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-weight:bold; color:#fff; background:url(../img/bg_bt.gif) repeat-x 0 0 #f4b61b; -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75); box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75); cursor: pointer; } Edited October 2, 2012 by Cintia (see edit history) Link to comment Share on other sites More sharing options...
lunaroja Posted October 3, 2012 Share Posted October 3, 2012 ¿Y la solución?, igual le puede servir a alguien mas. Link to comment Share on other sites More sharing options...
Cintia Posted October 4, 2012 Author Share Posted October 4, 2012 ¿Y la solución?, igual le puede servir a alguien mas. cierto, me sentí muy tonta cuando bajé un poco más en el código y ya había una parte especivica para el hover de los botones Link to comment Share on other sites More sharing options...
Recommended Posts