diff options
-rw-r--r-- | theme/default/display.css | 2 | ||||
-rw-r--r-- | theme/stoica/display.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/theme/default/display.css b/theme/default/display.css index 35bf7edcb..15b576919 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -547,7 +547,7 @@ form { /* ----- OpenID Form -----*/ -input.openid_url { +input#openid_url { background: url(login-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; diff --git a/theme/stoica/display.css b/theme/stoica/display.css index 16e124fb3..9dd861c93 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -558,7 +558,7 @@ form { /* ----- OpenID Form -----*/ -input.openid_url { +input#openid_url { background: url(login-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; |