Fixes: tooltips position. copy peerId from sidebar
This commit is contained in:
parent
87f196ebf4
commit
8b2ae3cb8f
4 changed files with 15 additions and 8 deletions
|
|
@ -671,8 +671,6 @@ ul.pagination li.current a:hover, ul.pagination li.current a:focus {
|
|||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #16A085;
|
||||
text-overflow: ellipsis;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.tooltip>.nub {
|
||||
|
|
@ -688,6 +686,11 @@ ul.pagination li.current a:hover, ul.pagination li.current a:focus {
|
|||
border-color:transparent transparent transparent #16A085;
|
||||
}
|
||||
|
||||
.has-tip {
|
||||
color: #7A8C9E;
|
||||
border-color: #7A8C9E;
|
||||
}
|
||||
|
||||
.logo {
|
||||
background: transparent url('../img/logo-negative-beta.svg') no-repeat;
|
||||
background-size: 130px 51px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue