-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdialogs.css
More file actions
43 lines (38 loc) · 967 Bytes
/
Copy pathdialogs.css
File metadata and controls
43 lines (38 loc) · 967 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
37
38
39
40
41
42
43
/* RDFa Editor toolbar dialog styles (insert link, table, figure).
Host UIs that provide their own form styling (e.g. Bootstrap)
should omit this file and style .edit-dialog themselves. */
/* Link / figure dialogs */
.edit-dialog {
background: white;
border: 2px solid #2196f3;
border-radius: 8px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
padding: 16px;
min-width: 320px;
z-index: 10000;
}
.edit-dialog label {
display: block;
font-size: 13px;
font-weight: 500;
color: #424242;
margin: 8px 0 4px 0;
}
.edit-dialog input[type="text"] {
width: 100%;
padding: 8px 10px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 14px;
box-sizing: border-box;
}
.edit-dialog .rdfa-editor-ui .action-buttons {
margin-top: 14px;
}
.edit-dialog .rdfa-editor-ui .checkbox-label {
display: inline-flex;
gap: 6px;
align-items: center;
font-weight: 400;
margin-top: 8px;
}