mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-29 21:11:09 +00:00
44 lines
691 B
CSS
44 lines
691 B
CSS
.Chains {
|
|
background: #ccc;
|
|
color: #000;
|
|
padding: 0 1em;
|
|
height: 40px;
|
|
}
|
|
|
|
.Chains .Icon {
|
|
margin-right: 1em;
|
|
}
|
|
|
|
.Chains-chain {
|
|
padding: 0 12px;
|
|
background: #bbb;
|
|
color: #444;
|
|
display: inline-block;
|
|
margin: 0 0 0 1px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
cursor: pointer;
|
|
font-family: monospace, sans-serif;
|
|
font-size: 0.8em;
|
|
font-weight: bold;
|
|
position: relative;
|
|
}
|
|
|
|
.Chains-node-count {
|
|
padding: 0.2em 0.5em;
|
|
border-radius: 0.3em;
|
|
background: #888;
|
|
color: #fff;
|
|
text-shadow: rgba(0,0,0,0.5) 0 1px 0;
|
|
}
|
|
|
|
.Chains-chain-selected {
|
|
background: #fff;
|
|
color: #000;
|
|
z-index: 1;
|
|
}
|
|
|
|
.Chains-chain-selected .Chains-node-count {
|
|
background: #d64ca8;
|
|
}
|