questlab/www/analytics/plugins/Morpheus/stylesheets/tooltip.less
2014-04-29 14:18:04 +02:00

30 lines
No EOL
725 B
Text

.ui-tooltip,
.ui-tooltip.Transitions_Tooltip_Small {
border: 0px !important;
background: rgba(0,0,0,0.9) !important;
.box-shadow-1(none) !important;
.border-radius(3px);
.ui-tooltip-content {
background: none;
color: @silver-90;
padding: 5px;
}
h1, h2, h3, h4, h5 {
font-weight: normal;
color: @white;
}
}
.columnDocumentation {
border: 0px !important;
background: rgba(0,0,0,0.9) !important;
color: @silver-60;
.font-default(12px, 16px);
padding: 7px 10px 8px 10px;
text-transform: none !important;
.columnDocumentationTitle {
color: #fff;
font-weight: normal !important;
margin-bottom: 2px;
}
}