This commit is contained in:
coderkun 2015-04-27 16:42:05 +02:00
commit 046a724272
4209 changed files with 1186656 additions and 0 deletions

View file

@ -0,0 +1,30 @@
.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;
}
}