-
-
Notifications
You must be signed in to change notification settings - Fork 296
Expand file tree
/
Copy pathcustom.css
More file actions
executable file
·97 lines (81 loc) · 1.53 KB
/
custom.css
File metadata and controls
executable file
·97 lines (81 loc) · 1.53 KB
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
.CodeMirror {
font-size: 18px;
border: 2px solid #aaaaaa;
height: auto;
}
.bootstrap-table .fixed-table-toolbar .bs-bars {
margin-top: 0px !important;
}
.CodeMirror-scroll {
overflow-y: hidden;
overflow-x: auto;
}
.side-menu-list li.with-sub>span {
padding-right: 35px !important;
}
.tab-pane .table-responsive .bootstrap-table .fixed-table-toolbar {
padding: 0px !important;
}
.site-header .dropdown .btn.dropdown-toggle {
background-color: #6b7a85 !important;
border-color: #6b7a85 !important;
}
.credentials-field {
max-width: 420px !important;
}
.f2detailformatter {
max-width: 1000px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.f2-header-button {
margin-top: 18px;
float: right;
vertical-align: center;
}
.faq-page-questions {
padding: 15px !important;
}
.param-del {
height: 38px;
border: none;
background: none;
font-size: 1.125rem;
color: #919fa9;
}
.param-del:hover {
color: #fa424a;
}
.param-del .font-icon {
vertical-align: middle;
}
#parameter-table {
margin-bottom: 32px;
}
#parameter-table>thead>tr>th {
min-width: 100px;
padding-right: 10px;
}
#parameter-table>tbody>tr>td {
padding-right: 10px;
}
.f2gutter {
width: 1em;
}
.f2mb0 {
margin-bottom: 0px !important;
}
iframe.fullscreen {
position: fixed;
top: 0px;
bottom: 0px;
right: 0px;
width: 100%;
border: none;
margin: 0;
padding: 0;
overflow: hidden;
z-index: 999999;
height: 100%;
}