mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
improvements to cefswitching - testing tooltips and new method of getting entity descr
git-svn-id: http://www.observium.org/svn/observer/trunk@2067 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -847,3 +847,31 @@ color: #cc0000;
|
||||
vertical-align:middle;
|
||||
margin-top: -4px
|
||||
}
|
||||
|
||||
### qTip stuff
|
||||
|
||||
.qtip .qtip-content{
|
||||
padding: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.qtip .qtip-content .qtip-title,
|
||||
.qtip-cream .qtip-content .qtip-title{
|
||||
background-color: #F0DE7D;
|
||||
}
|
||||
|
||||
.qtip-light .qtip-content .qtip-title{
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
.qtip-dark .qtip-content .qtip-title{
|
||||
background-color: #404040;
|
||||
}
|
||||
|
||||
.qtip-red .qtip-content .qtip-title{
|
||||
background-color: #F28279;
|
||||
}
|
||||
|
||||
.qtip-green .qtip-content .qtip-title{
|
||||
background-color: #B9DB8C;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user