Conversation
Notices
-
/* 6 of 6 */
.form_notice input.submit:hover, .form_settings input.submit:hover, .form_settings input.cancel:hover, #form_invite input.submit:hover, .entity_subscribe .dialogbox input.submit_dialogbox:hover, .entity_tag .dialogbox input.submit_dialogbox:hover, .form_repeat.dialogbox input.submit_dialogbox:hover{
border: 1px solid;
box-shadow: inset 0 0 6px rgb(192, 255, 95), -8px 0px 1px rgba(0, 0, 0, .15);
background-color: rgb(25, 150, 22);
/* text-shadow: 1px 1px 2px #427388; REMOVE THIS it adds nothing and will just waste processor when we want snappy. try*/ text-shadow:none;
}
.input_forms > label {
margin: 10px 1em; /* better alignment */
}
#input_form_nav li.current a{
background: #444; /* not dramatic green */
box-shadow: -8px 0px 1px rgba(0, 0, 0, .25); /* Shadow to match the above. */
}
#input_form_nav li a{
padding: 4px 9px; /* compensating for adding the border */
}
#input_form_nav li:hover a{
/*box-shadow: 0 1px 4px rgba(0, 0, 0, .6); REMOVE THIS!!! DCENT says he can't unadd a hover shadow without affecting the current selected button shadow, so you'll need to remove the box shadow from hover in the code (the purpose of this it to reserve shadow only for the active/currently selected button) */
}