minor - tooltip css
This commit is contained in:
parent
da8ca46ce4
commit
3c07a6228d
|
@ -1,9 +1,14 @@
|
|||
#tooltip {
|
||||
position: absolute;
|
||||
z-index: 3000;
|
||||
border: 1px solid #111;
|
||||
background-color: #eee;
|
||||
padding: 5px;
|
||||
opacity: 0.85;
|
||||
border: 1px solid #aaa;
|
||||
background-color: #393939;
|
||||
padding: 8px;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
-webkit-border-radius: 8px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
#tooltip h3, #tooltip div { margin: 0; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user