forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.css
109 lines (98 loc) · 1.76 KB
/
main.css
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
.scrollbar-container {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
}
.scrollbar-content {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
overflow-y: auto;
margin-right: 0px;
margin-bottom: 40px;
}
.fave-unfave-icon, .edit-desc-icon {
padding: 0 0 0 .5em;
font-size: 14px;
}
.checkbox {
float: left;
margin-top: 0px;
margin-right: 3px;
}
.control-panel-section {
margin-bottom: 0px;
box-shadow: none;
}
.control-panel-section .Select-multi-value-wrapper .Select-input > input {
width: 100px;
}
.background-transparent {
background-color: transparent !important;
}
.viztype-label {
text-align: center;
}
.viztype-selector-container {
cursor: pointer;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
border: 1px solid #aaa;
}
.viztype-selector-container:hover {
border: 1px solid #000;
}
.viztype-selector-container.selected {
cursor: not-allowed;
opacity: 0.5;
}
.viztype-selector-container.selected {
cursor: not-allowed;
border: 1px solid #aaa;
}
.color-scheme-container {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
}
.color-scheme-container li {
flex-basis: 9px;
height: 10px;
margin: 9px 1px;
}
.control-panel-section .panel-body {
margin-left: 15px;
padding-bottom: 0px;
}
.control-panel-section .control-label {
margin-bottom: 0px;
}
.fa.expander {
width: 15px;
}
.control-panel-section span.label {
display: inline-block;
}
.input-inline {
float: left;
display: inline-block;
padding-right: 3px;
}
.input-inline .Select-control {
display: flex;
}
.input-inline .Select-control .Select-arrow-zone {
width: auto;
position: absolute;
right: 0;
top: 12px;
}
.save-modal-selector {
margin: 10px 0;
}