mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-06 22:33:39 +00:00
additional formatting for troubleshooting text
This commit is contained in:
+20
-2
@@ -1,5 +1,4 @@
|
||||
body {
|
||||
color: #6e6c6f;
|
||||
font-family: sans-serif;
|
||||
margin: 0px;
|
||||
margin-top: 40px;
|
||||
@@ -77,11 +76,30 @@ table.cv-table td {
|
||||
}
|
||||
|
||||
.not-responding {
|
||||
color: white;
|
||||
}
|
||||
.not-responding em {
|
||||
background-color: #3f3f3f;
|
||||
color: white;
|
||||
padding: 2px 10px;
|
||||
display: inline-block;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.not-responding hr{
|
||||
margin-top: 100px;
|
||||
border-color: #333;
|
||||
}
|
||||
|
||||
.device-info{
|
||||
color: #AAA;
|
||||
}
|
||||
.device-info h4, .device-info h2{
|
||||
color: #BBB;
|
||||
}
|
||||
.device-info em{
|
||||
background-color: #3f3f3f;
|
||||
padding: 2px 5px;
|
||||
display: inline-block;
|
||||
border-radius: 5px;
|
||||
color: #fdea08;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user