add piwik installation
This commit is contained in:
parent
90aa4ef157
commit
8c5d4f0c31
3197 changed files with 563902 additions and 0 deletions
30
www/analytics/plugins/Morpheus/stylesheets/tooltip.less
Normal file
30
www/analytics/plugins/Morpheus/stylesheets/tooltip.less
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue