You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
527 B
27 lines
527 B
/* tool_profiling styles */
|
|
|
|
.path-admin-tool-profiling .profilingruntable .label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.path-admin-tool-profiling .profiling_worse {
|
|
color: red;
|
|
}
|
|
|
|
.path-admin-tool-profiling .profiling_better {
|
|
color: green;
|
|
}
|
|
|
|
.path-admin-tool-profiling .profiling_same {
|
|
color: dimgrey;
|
|
}
|
|
|
|
.path-admin-tool-profiling .profiling_important,
|
|
.path-admin-tool-profiling .flexible .referencerun {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.path-admin-tool-profiling .flexible {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|