Commit 49c0674752baf037af1598c2ecb308bcc88d30a1

Authored by Gustavo Cruz
1 parent 57055da2

updating theme

Showing 2 changed files with 8 additions and 0 deletions   Show diff stats
images/btn_entrar_login_hover.png 0 → 100644

448 Bytes

style.css
... ... @@ -237,6 +237,11 @@ p {
237 237 padding: 0;
238 238 text-transform: uppercase;
239 239 width: 145px;
  240 + cursor: pointer;
  241 +}
  242 +
  243 +#TB_window .login-box .button-bar input.icon-login:hover {
  244 + background-image: url("btn_entrar_login_hover.png");
240 245 }
241 246  
242 247 #TB_window .login-box .button-bar a.icon-close {
... ... @@ -254,6 +259,9 @@ p {
254 259 text-transform: uppercase;
255 260 width: 115px;
256 261 }
  262 +#TB_window .login-box .button-bar a.icon-close:hover {
  263 + background-color: #FFD1CF;
  264 +}
257 265  
258 266 #TB_window .login-box .button-bar input.submit,
259 267 #TB_window .login-box .button-bar a.icon-close {
... ...