Skip to content

Commit

Permalink
adding generic 'white' class for anchors. #158
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesHolbrow committed Dec 12, 2012
1 parent c25d63f commit 8ce4191
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
8 changes: 7 additions & 1 deletion notes/static/css/global.css
Expand Up @@ -359,7 +359,6 @@ header#global_header
}

/* GLOBAL ACTIVITY ITEMS */

a.course_link, a.course_link:hover, a.school_link, a.school_link:hover, a.prof_link, a.prof_link:hover
{
text-decoration: underline;
Expand Down Expand Up @@ -542,6 +541,13 @@ a.white
color: white;
}

a.white:hover
{
color: #FFF;
cursor: pointer;
text-decoration: underline;
}

/* post-designers css hacks */
.button_disabled img
{
Expand Down
13 changes: 0 additions & 13 deletions notes/static/css/lightbox.css
Expand Up @@ -129,19 +129,6 @@
padding-bottom: 15px;
}

a#submit-lightbox-upload, a#submit-lightbox-create-course
{
color: #FFF;
cursor: pointer;
}

a#submit-lightbox-upload:hover, a#submit-lightbox-create-course:hover
{
color: #FFF;
cursor: pointer;
text-decoration: underline;
}

#lightbox_signup_submit
{
margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion notes/templates/n_lightbox_add_note.html
Expand Up @@ -153,7 +153,7 @@
</label><!-- lightbox_label -->
</div>
<div class="seven columns end">
<a class="button" id="submit-lightbox-upload" type="submit">FINISH UPLOAD</a>
<a class="button white" id="submit-lightbox-upload" type="submit">FINISH UPLOAD</a>
</div>
</div><!-- /lightbox_row -->

Expand Down

0 comments on commit 8ce4191

Please sign in to comment.