-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
43 lines (33 loc) · 787 Bytes
/
index.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
.react-wysiwyg-typescript-wrapper * {
box-sizing: initial
}
.react-wysiwyg-typescript-toolbar {
border: 1px solid #d9d9d9;
border-radius: 2px;
box-sizing: border-box;
}
.react-wysiwyg-typescript-toolbar .rdw-option-wrapper {
border: none;
min-width: 20px;
}
.react-wysiwyg-typescript-toolbar .rdw-dropdown-optionwrapper {
width: 100%;
background: white;
border-radius: 0;
max-height: 300px;
overflow: auto;
left: -1px;
}
.react-wysiwyg-typescript-toolbar .rdw-option-active,
.react-wysiwyg-typescript-toolbar .rdw-option-wrapper:hover {
border-radius: 0;
background: #FFC107;
box-shadow: none;
}
.react-wysiwyg-typescript-editor {
border: 1px solid #d9d9d9;
padding: 10px;
min-height: 160px;
box-sizing: border-box;
border-radius: 2px;
}