Skip to content
Snippets Groups Projects
Commit 53b7c3fa authored by Matthew Juhl's avatar Matthew Juhl
Browse files

make text white for submit input in colorbox

parent d1bad326
No related branches found
No related tags found
No related merge requests found
......@@ -93,8 +93,8 @@
#colorbox .sec_main {
border-left:3px solid #83b750;
}
#colorbox input {
color:#000;
#colorbox input[type=submit] {
color:#fff;
}
/* End colorbox */
<?php } //end if not logged in ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment