Skip to content

Commit

Permalink
Added overrides for the sign-in services to hide images which look ba…
Browse files Browse the repository at this point in the history
…d on the purple or put in a background where needed.
  • Loading branch information
mattcarey committed Feb 4, 2011
1 parent b595cb7 commit ad7afc4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion mt-static/css/chromeless.css
Expand Up @@ -588,4 +588,21 @@ ul#profile-data li {
.custom-field-radio-list li {
list-style: none;
margin-left: 0;
}
}

/* Sign-in ---------------------------------------------------------------------------------- */

#GoogleOpenId_display-field {background-color:#fff;padding:2px; -moz-border-radius:4px;-webkit-border-radius:4px; border-radius:4px;}
#GoogleOpenId_display-field p {color:#000;}

#signin_with_OpenID img, #signin_with_LiveJournal img, #signin_with_Yahoo img {display:none;}










2 changes: 1 addition & 1 deletion mt-static/melody/chromeless.css
Expand Up @@ -30,7 +30,7 @@ body.dialog #container-inner button { background:#D8224F; color:#fff; border:2px
body.dialog #container-inner button:hover { }

.dialog .actions-bar { margin:0 0 5px; }
.dialog .actions-bar .actions a {background:none!important; background-color:#E1D6E6!important; color:#fff!important; -moz-border-radius:4px;-webkit-border-radius:4px;}
.dialog .actions-bar .actions a {background:none!important; background-color:#E1D6E6!important; color:#fff!important; -moz-border-radius:4px;-webkit-border-radius:4px; border-radius:4px;}
.dialog .actions-bar .actions a:hover {}

body.dialog #container-inner div#ctl, body.dialog #container-inner div#ctr, body.dialog #container-inner div#cbl, body.dialog #container-inner div#cbr {background:none;}
Expand Down

0 comments on commit ad7afc4

Please sign in to comment.