Files
webgui/emhttp/plugins/dynamix/sheets/Eth0.css
Zack Spear ce8dd03568 style: clean up CSS by removing unused classes and adjusting margins
- Removed unnecessary margin adjustments for .vshift and .hshift classes in Eth0.css and default-base.css.
- Added a new rule to fix the margin-top for UD titles to prevent overlapping with tabs.
2025-05-28 13:12:48 -07:00

36 lines
492 B
CSS

/* Status colors */
span.red {
color: var(--orange-300);
}
span.blue {
color: var(--blue-700);
}
span.green {
color: var(--green-800);
}
/* Input styles */
input.gap {
margin-right: 6px;
}
input.form {
font-size: 1rem;
padding: 5px 10px;
margin-left: 10px;
}
/* Utility classes */
select.slim {
min-width: 47px;
margin-left: 4px;
}
input.slim {
width: 32px;
margin-left: 8px;
}
.hide {
display: none;
}
select.ctrl {
margin-right: 20px;
}