PluginProbe ʕ •ᴥ•ʔ
Admin Help Docs / trunk
Admin Help Docs vtrunk
2.0.1.1 trunk 1.4.3.2 2.0.0 2.0.0.1 2.0.0.2 2.0.1
admin-help-docs / inc / tabs / css / settings.css
admin-help-docs / inc / tabs / css Last commit date
admin-menu.css 3 months ago documentation.css 3 months ago faq.css 3 months ago import.css 3 months ago settings.css 3 months ago support.css 3 months ago
settings.css
87 lines
1 /* Advanced Buttons */
2 #helpdocs_field_upload_download_colors,
3 #helpdocs_field_upload_download_settings,
4 #helpdocs_field_reset_settings {
5 margin-top: 1rem;
6 }
7
8 #helpdocs_field_upload_download_colors .helpdocs-html-content,
9 #helpdocs_field_upload_download_settings .helpdocs-html-content,
10 #helpdocs_field_reset_settings .helpdocs-html-content {
11 display: flex;
12 flex-direction: row;
13 align-items: center;
14 gap: 10px;
15 }
16
17 .helpdocs-settings-grid .helpdocs-button {
18 width: fit-content;
19 cursor: pointer;
20 line-height: revert !important;
21 }
22
23 #helpdocs-upload-settings,
24 #helpdocs-upload-colors {
25 display: none !important;
26 }
27
28 #helpdocs-upload-colors-filename,
29 #helpdocs-upload-filename {
30 display: none;
31 font-family: Consolas, Monaco, monospace;
32 font-weight: 600;
33 margin-left: 10px;
34 padding: 4px 8px;
35 background: #f0f0f0;
36 border: 1px solid #ccc;
37 border-radius: 4px;
38 max-width: 300px;
39 overflow: hidden;
40 text-overflow: ellipsis;
41 white-space: nowrap;
42 vertical-align: middle;
43 }
44
45 /* Custom CSS Editor */
46 #helpdocs_field_main_docs_css .CodeMirror {
47 border: 1px solid #dcdcde;
48 border-radius: 6px;
49 height: 150px;
50 max-height: 500px;
51 margin-top: 5px;
52 }
53
54 #helpdocs_field_main_docs_css .CodeMirror-focused {
55 border-color: #2271b1;
56 box-shadow: 0 0 0 1px #2271b1;
57 }
58
59 #helpdocs_field_main_docs_css .CodeMirror-gutters {
60 border-right: 1px solid #dcdcde;
61 background-color: #f0f0f1;
62 border-top-left-radius: 6px;
63 border-bottom-left-radius: 6px;
64 }
65
66 .helpdocs-color-grid {
67 margin-bottom: 20px;
68 }
69
70 /* API Key Field */
71
72 #helpdocs_api_key_display {
73 padding: 8px 10px;
74 font-size: 13px;
75 line-height: 1.4;
76 border: 1px solid #d0d5dd;
77 border-radius: 6px;
78 background: #ffffff;
79 margin-bottom: 10px;
80 }
81
82 .helpdocs-api-key-box.has-key {
83 font-family: Consolas, Monaco, monospace;
84 direction: ltr;
85 unicode-bidi: embed;
86 background: #F2F2F2 !important;
87 }