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

_popups.less « ui « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e328f37a74ee145bbd2f599a8f2b487d0c3994b (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
37
38
39
40
41
42
43
44
.ui-dialog-title {
    color: @theme-color-text;
    font-weight: normal;
    img {
        height: 16px;
    }
}

.ui-dialog .ui-widget-header {
    color: @theme-color-text;
    .font-default(18px, 24px);
    font-weight: bold;
}

#feedback-sent {
    a {
        color: @theme-color-link;
    }
}

.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;
    }
}

button.ui-state-default, .ui-widget-content button.ui-state-default, .ui-widget-header button.ui-state-default {
  &:hover {
    background: @theme-color-brand !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;
}

.ui-menu .ui-menu-item a.ui-state-focus {
    background: @color-silver-l90;
}