mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
Formatting changes - Increase span margin/padding on pop up boxes and disable border highlighting
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user