-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequests.css
More file actions
executable file
·36 lines (31 loc) · 815 Bytes
/
Copy pathrequests.css
File metadata and controls
executable file
·36 lines (31 loc) · 815 Bytes
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
.hidden {
display: none !important;
}
.mblFormLayout {
margin: 8px;
background-color: rgba(0, 0, 0, 0);
}
.mblFormLayout > * > *:first-child {
font-weight: normal;
color: gray;
}
.mblFormLayoutReadOnly .readOnlyHidden {
display: none !important;
}
.mblFormLayoutReadOnly .mblTextArea,
.mblFormLayoutReadOnly .mblTextBox {
background-color: rgba(0, 0, 0, 0);
border-width: 0px;
}
.android_theme .mblFormLayoutReadOnly .mblTextArea,
.android_theme .mblFormLayoutReadOnly .mblTextBox {
.holodark_theme .mblFormLayoutReadOnly .mblTextArea,
.holodark_theme .mblFormLayoutReadOnly .mblTextBox {
.windows_theme .mblFormLayoutReadOnly .mblTextArea,
.windows_theme .mblFormLayoutReadOnly .mblTextBox {
background-color: #d3d3d3;
}
.mblFormLayout .mblTextArea,
.mblFormLayout .mblTextBox {
font-weight: bold;
}