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

ieonly.css « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 234631ce716159555cd1297156bdd61d2fcbed93 (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
.ui-dialog.ui-widget-content {
	z-index: 1003!important;
}

.ui-widget-overlay {
    z-index: 1002!important;
}

.widgetContent {
	width: 99.8%;
	overflow: hidden;
}

#topBars {
    z-index: 300!important;
}

.sites_autocomplete, .sites_autocomplete .custom_select {
    z-index: 200!important;
}

.submit {
    height: 30px;
}

input[type=checkbox], input[type=radio] {
    border: none;
    background: transparent none;
}

.jqplot-seriespicker-popover p input {
	width: 15px;
	margin: 0;
	padding: 0;
}

/* Don't override select style */
select {
    background: transparent;
    padding-right: 12px;
}