Formatting changes - Increase span margin/padding on pop up boxes and disable border highlighting

This commit is contained in:
Daniel Xie
2017-05-01 22:26:06 -05:00
parent c3eaaded70
commit 08f4278474
2 changed files with 18 additions and 7 deletions

View File

@@ -35,6 +35,14 @@ span {
padding: 4px;
}
/* Disable border highlight on elements */
input:focus,
textarea:focus,
button:focus,
td:focus,
tr:focus {
outline:none;
}
/* Main menu */
.mainmenu {