Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tooltip.less « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 770f5541f5dd7af871fdaff40734a900dd9d9151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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;
    }
}