mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-13 02:05:07 +00:00
A bit styling
This commit is contained in:
parent
3f4380c8f5
commit
1af3f5010d
2 changed files with 18 additions and 2 deletions
|
|
@ -507,3 +507,19 @@ th {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.test-result {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.test-result.ok {
|
||||
background-color: #2aa876
|
||||
}
|
||||
|
||||
.test-result.failure {
|
||||
background-color: #e8554e;
|
||||
}
|
||||
|
||||
.test-result.error {
|
||||
background-color: #e8554e;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue