mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3349 - web console tooltip style
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1130496 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
27e6dd7e8c
commit
f0edbfdd67
|
@ -162,12 +162,13 @@ blockquote {
|
||||||
|
|
||||||
.tooltip:hover span {
|
.tooltip:hover span {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 15px;
|
||||||
left: 25px;
|
left: 25px;
|
||||||
display: block;
|
display: block;
|
||||||
background: #ccc;
|
background: #ccc;
|
||||||
color: #880055;
|
color: #880055;
|
||||||
border: 1px solid #880055;
|
border: 1px solid #880055;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.message {
|
div.message {
|
||||||
|
|
Loading…
Reference in New Issue