diff options
| author | Haishan <[email protected]> | 2019-11-19 23:53:25 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-11-20 22:48:48 +0800 |
| commit | b7a59789d774de02af3f4982b06f6848f728a035 (patch) | |
| tree | db4342e355080f4b4da789a6c6ec55da5477eeb4 /src/components/Proxy.module.css | |
| parent | d3b6f67e15375ae91f55162a1c8ed1a56fe5c446 (diff) | |
feat: use history latency data
Diffstat (limited to 'src/components/Proxy.module.css')
| -rw-r--r-- | src/components/Proxy.module.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/Proxy.module.css b/src/components/Proxy.module.css index b83bec1..6f42ccf 100644 --- a/src/components/Proxy.module.css +++ b/src/components/Proxy.module.css @@ -11,6 +11,9 @@ background-color: var(--color-focus-blue); color: #ddd; } + &.error { + opacity: 0.5; + } } .proxyType { |
