Updates configuration style for better visibility.
Testmo Visibility Improvements by cupkait
Details
Authorcupkait
LicenseNo License
Categorytestmo.com
Created
Updated
Size845 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Testmo
@version 20231218.23.12
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://stockcharts.testmo.net/") {
.table__field__text,
.page-header__info,
.table__field__text,
.table__field__icon-text,
.table__header,
.data-table table .table__field__icon-text,
.table__field__icon
{display: none;}
}
@-moz-document url-prefix("https://stockcharts.testmo.net/") {
/*/runs/view/### Page*/
.page-header__title {
min-width: 200px;
font-size:17px}
.page-header__configuration {
padding-left: 20px;
font-weight: bold; }
/*MyWork Assignments List*/
.data-table--small table {
display: contents; }
.data-configuration {
font-weight: bold; }
.page-header__content {
display:block;
}
/*/milestones/view Page*/
.config-text {
font-weight: bold; }
.data-table table {
width: auto }
}