From 49c0674752baf037af1598c2ecb308bcc88d30a1 Mon Sep 17 00:00:00 2001 From: Gustavo Cruz Date: Thu, 20 Mar 2014 16:09:38 -0300 Subject: [PATCH] updating theme --- images/btn_entrar_login_hover.png | Bin 0 -> 448 bytes style.css | 8 ++++++++ 2 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 images/btn_entrar_login_hover.png diff --git a/images/btn_entrar_login_hover.png b/images/btn_entrar_login_hover.png new file mode 100644 index 0000000..e3bb0d7 Binary files /dev/null and b/images/btn_entrar_login_hover.png differ diff --git a/style.css b/style.css index b790f29..74bf9c2 100644 --- a/style.css +++ b/style.css @@ -237,6 +237,11 @@ p { padding: 0; text-transform: uppercase; width: 145px; + cursor: pointer; +} + +#TB_window .login-box .button-bar input.icon-login:hover { + background-image: url("btn_entrar_login_hover.png"); } #TB_window .login-box .button-bar a.icon-close { @@ -254,6 +259,9 @@ p { text-transform: uppercase; width: 115px; } +#TB_window .login-box .button-bar a.icon-close:hover { + background-color: #FFD1CF; +} #TB_window .login-box .button-bar input.submit, #TB_window .login-box .button-bar a.icon-close { -- libgit2 0.21.2