PluginProbe
Tag Groups is the Advanced Way to Display Your Taxonomy Terms / 2.2.2
Tag Groups is the Advanced Way to Display Your Taxonomy Terms v2.2.2
2.2.2 2.2.1 2.2.0 trunk 1.40.0 1.40.2 1.41.0 1.42.1 1.43.0 1.43.1 1.43.10 1.43.10.1 1.43.2 1.43.3 1.43.4 1.43.5 1.43.6 1.43.7 1.43.9 1.44.0 1.44.1 1.44.3 1.44.3.1 2.0.0 2.0.1 All 36 releases
tag-groups / src / editor.css

editor.css in Tag Groups is the Advanced Way to Display Your Taxonomy Terms 2.2.2, at src/editor.css

126 lines 2.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /** Editor Styles */
2 .chatty-mango-help-icon {
3 margin-left: 5px;
4 }
5 .chatty-mango-inspector-control .blocks-plain-text {
6 margin-bottom: 10px;
7 }
8 .chatty-mango-inspector-control .block-editor-plain-text {
9 border: 1px solid #666;
10 background: #eee;
11 padding: 1px;
12 margin-bottom: 10px;
13 }
14 .chatty-mango-inspector-control .Select-control {
15 margin-bottom: 10px;
16 }
17 .chatty-mango-inspector-control .Select-menu-outer {
18 z-index: 99999;
19 }
20 .chatty-mango-inspector-control .tag-groups-select {
21 margin-bottom: 16px;
22 }
23 .chatty-mango-inspector-control .tg_space_below {
24 margin-bottom: 10px;
25 }
26 .chatty-mango-editor {
27 clear: both;
28 }
29 .chatty-mango-editor .cm-gutenberg.dashicons-before::before {
30 line-height: 30px;
31 margin-right: 5px;
32 }
33 .chatty-mango-help-transform {
34 background-color: #edeff0;
35 padding: 7px;
36 }
37 .chatty-mango-editor {
38 font-size: 16px;
39 font-family: arial, helvetica;
40 line-height: 1.5em;
41 }
42 .chatty-mango-editor-title {
43 font-size: 20px !important;
44 font-family: arial, helvetica;
45 margin: 0 0 10px !important;
46 }
47 .cm-three-line-input {
48 min-height: 50px;
49 padding: 5px;
50 }
51 .chatty-mango-editor-block {
52 display: inline-block;
53 max-width: 80%;
54 }
55 .chatty-mango-inspector-control .cm-border {
56 border: 1px solid #555 !important;
57 }
58 .chatty-mango-inspector-control label {
59 padding-bottom: 10px;
60 }
61 .chatty-mango-inspector-control
62 .components-range-control
63 .components-base-control__label {
64 margin-bottom: 4px;
65 padding-bottom: 0;
66 text-transform: none;
67 }
68 .chatty-mango-inspector-control .components-range-control {
69 margin-bottom: 12px;
70 }
71 .chatty-mango-not-active-all,
72 .chatty-mango-not-active .ui-tabs-panel,
73 .chatty-mango-not-active .ui-accordion-content,
74 .chatty-mango-not-active .tag-groups-alphabetical-index,
75 .chatty-mango-not-active .tag-groups-tag-list,
76 .chatty-mango-not-active .tg_dpf_menu_item,
77 .chatty-mango-not-active .tg_group_dpf_toggle_group_container,
78 .chatty-mango-not-active .tg_dpf_text_search_container {
79 pointer-events: none;
80 cursor: default;
81 }
82 .chatty-mango-alert {
83 background-color: #feb;
84 }
85 .chatty-mango-inspector-help {
86 background-color: #edeff0;
87 padding: 7px;
88 }
89 .ui-accordion .editor-styles-wrapper .wp-block h3 {
90 margin-top: 0;
91 margin-bottom: 9;
92 }
93 .chatty-mango-overflow-auto {
94 overflow: auto;
95 }
96 .chatty-mango-watermark {
97 position: absolute;
98 top: 50px;
99 left: 10%;
100 font-weight: bold;
101 font-size: 72px;
102 opacity: 0.1;
103 font-family: Verdana, Geneva, sans-serif;
104 }
105 /* fix Twenty Twenty weirdness */
106 .ui-accordion h3 {
107 margin-top: 0 !important;
108 margin-bottom: 0 !important;
109 }
110 /* fix Twenty Eleven weirdness */
111 .ui-tabs ul {
112 margin-bottom: 0 !important;
113 }
114 /* fix Twenty Sixteen weirdness */
115 .ui-tabs .ui-tabs-nav li {
116 margin-bottom: 1px !important;
117 }
118 .chatty-mango-faded {
119 text-align: center;
120 padding: 5px;
121 border: 1px solid #999;
122 margin: 5px;
123 color: #999;
124 font-size: 16px;
125 }
126