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

popups.less « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3cf74f62b337cc6cf86450b9990d2ac0774d1a6d (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
31
32
33
34
35
36
.ui-dialog-title {
    color: @brand-black;
    font-weight: normal;
}

#feedback-sent,
#feedback-faq {
    p {
        color: @brand-black;
        strong {
            color: @brand-black;
        }
    }

    a {
        color: @brand-blue;
    }

}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px !important;
    .ui-icon {
        .opacity(0.5);
    }
    &:hover {
        .opacity(1);
        background: none !important;
    }
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 0px !important;
}

button:hover, .add-trusted-host:hover, input[type="submit"]:hover, button[type="button"]:hover, .submit:hover { 
    background-color: @brand-red !important;
}