-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin-style.css
92 lines (71 loc) · 1.78 KB
/
admin-style.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
.settings_page_bdwmoe .add-new-option-container {
background-color: #7fff86;
}
.settings_page_bdwmoe th { padding-left: 20px; }
.settings_page_bdwmoe textarea {
width: 100%;
height: 315px;
margin-bottom: 20px;
}
.settings_page_bdwmoe textarea.bdwmoe-option {
height: 30px;
margin-bottom:0;
}
.settings_page_bdwmoe textarea.bdwmoe-option:focus {
/*height: 315px;*/
}
.settings_page_bdwmoe .button-note {
display: inline-block;
height: 28px;
line-height: 28px;
margin-left: 10px;
font-size: 16px;
}
#bdwmoe-edit-serialized-data-box {
padding-bottom: 20px;
}
.settings_page_bdwmoe .bdwmoe-not-active {
pointer-events: none;
cursor: default;
display:none;
}
.settings_page_bdwmoe tr .edit-json {
display: inline-block;
margin-right: 10px;
}
.settings_page_bdwmoe tr.is-string .edit-json {
display:none;
margin-right: 10px;
}
.settings_page_bdwmoe div.inline {
margin-right: 10px;
display:inline-block;
}
.settings_page_bdwmoe tr.edited {
background-color: #88ff8d;
}
.settings_page_bdwmoe tr.edited .edited-text {
display:inline-block;
}
.settings_page_bdwmoe tr.saving {
background-color: #ffd54e;
}
.settings_page_bdwmoe tr div.saving-text { display:none; }
.settings_page_bdwmoe tr div.edited-text { display:none; }
.settings_page_bdwmoe tr.saving .saving-text {
display:inline-block;
}
.settings_page_bdwmoe .data-type span:before {
padding-right: 5px;
font-family: FontAwesome;
content: "\f096";
}
.settings_page_bdwmoe tr.is-string .select-string:before {
padding-right: 3px;
content: "\f046";
}
.settings_page_bdwmoe tr.is-serialized .select-serialized:before {
padding-right: 3px;
content: "\f046";
}
.settings_page_bdwmoe .form-table td {vertical-align: top;}