This is what my "dark mode" looks like - clearly not optimal as the beam image background remains white, but much better than being super bright everywhere.
Yes and add greyed out load rows in every other row in the beam and column loads tab. This would be easier for the eye to follow to the "snow" or "floor" load.
add a dark mode feature please
add a dark mode feature please
This is what my "dark mode" looks like - clearly not optimal as the beam image background remains white, but much better than being super bright everywhere.
For anyone interested, I just created a quick & dirty dark mode using a custom stylesheet for forteweb.com:
@-moz-document domain("www.forteweb.com") {
.splash-loggedIn { display: none !important; }
body, div { background-color: #111 !important; color: #CCC !important; }
input, textarea, select { background-color: #444 !important; color: #CCC !important; }
.icon { background-color: #444 !important; color: #CCC !important; }
table, tr, td { background-color: #222 !important; color: #CCC !important; border: 1px solid #444 !important; }
th { border-color: #444 !important; background-color: #182133 !important; }
fw-job-summary, fw-member-info, fw-spans-and-supports, fw-loads-horiz-member, fw-holes, fw-location-analysis, fw-product-selection, fw-solutions, fw-report { background-color: #111 !important; }
button { background-color: #246 !important; border-color: #689 !important; color: #EEE !important; }
li.active { background-color: #256 !important; color: #EEE !important; }
.tabs-container { border-bottom: 1px solid #888 !important; }
}
Yes please add some kind of dark or grey mode. switching from CAD to forteweb hurts the eyes!
Yes and add greyed out load rows in every other row in the beam and column loads tab. This would be easier for the eye to follow to the "snow" or "floor" load.