| 1 |
label.fs-tag, |
| 2 |
span.fs-tag { |
| 3 |
background: #ffba00; |
| 4 |
color: #fff; |
| 5 |
display: inline-block; |
| 6 |
border-radius: 3px; |
| 7 |
padding: 5px; |
| 8 |
font-size: 11px; |
| 9 |
line-height: 11px; |
| 10 |
vertical-align: baseline; |
| 11 |
} |
| 12 |
|
| 13 |
label.fs-tag.fs-warn, |
| 14 |
span.fs-tag.fs-warn { |
| 15 |
background: #ffba00; |
| 16 |
} |
| 17 |
|
| 18 |
label.fs-tag.fs-info, |
| 19 |
span.fs-tag.fs-info { |
| 20 |
background: #00a0d2; |
| 21 |
} |
| 22 |
|
| 23 |
label.fs-tag.fs-success, |
| 24 |
span.fs-tag.fs-success { |
| 25 |
background: #46b450; |
| 26 |
} |
| 27 |
|
| 28 |
label.fs-tag.fs-error, |
| 29 |
span.fs-tag.fs-error { |
| 30 |
background: #dc3232; |
| 31 |
} |
| 32 |
|
| 33 |
.fs-switch-label { |
| 34 |
font-size: 20px; |
| 35 |
line-height: 31px; |
| 36 |
margin: 0 5px; |
| 37 |
} |
| 38 |
|
| 39 |
#fs_log_book table { |
| 40 |
font-family: Consolas, Monaco, monospace; |
| 41 |
font-size: 12px; |
| 42 |
} |
| 43 |
|
| 44 |
#fs_log_book table th { |
| 45 |
color: #ccc; |
| 46 |
} |
| 47 |
|
| 48 |
#fs_log_book table tr { |
| 49 |
background: #232525; |
| 50 |
} |
| 51 |
|
| 52 |
#fs_log_book table tr.alternate { |
| 53 |
background: #2b2b2b; |
| 54 |
} |
| 55 |
|
| 56 |
#fs_log_book table tr td.fs-col--logger { |
| 57 |
color: #5a7435; |
| 58 |
} |
| 59 |
|
| 60 |
#fs_log_book table tr td.fs-col--type { |
| 61 |
color: #ffc861; |
| 62 |
} |
| 63 |
|
| 64 |
#fs_log_book table tr td.fs-col--function { |
| 65 |
color: #a7b7b1; |
| 66 |
font-weight: 700; |
| 67 |
} |
| 68 |
|
| 69 |
#fs_log_book table tr td.fs-col--message, |
| 70 |
#fs_log_book table tr td.fs-col--message a { |
| 71 |
color: #9a73ac !important; |
| 72 |
} |
| 73 |
|
| 74 |
#fs_log_book table tr td.fs-col--file { |
| 75 |
color: #d07922; |
| 76 |
} |
| 77 |
|
| 78 |
#fs_log_book table tr td.fs-col--timestamp { |
| 79 |
color: #6596be; |
| 80 |
} |
| 81 |
|