-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPROV-MM02_entity_browser.diff
38 lines (37 loc) · 1.13 KB
/
PROV-MM02_entity_browser.diff
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
diff --git a/css/entity_browser.file_browser.css b/css/entity_browser.file_browser.css
index c8ed44c..be9d19d
--- a/css/entity_browser.file_browser.css
+++ b/css/entity_browser.file_browser.css
@@ -1,3 +1,21 @@
+a.entity-browser-handle{
+ background: #dbdbdb;
+ padding: 10px 20px;
+ display: inline-block;
+ margin-top: 20px;
+ margin-bottom: -10px;
+ color: #3b3b3b;
+ border-bottom: 0px;
+}
+a.entity-browser-handle:hover{
+ background: #999;
+ color: #FFF;
+}
+
+.ajax-progress-fullscreen{
+ display: none;
+}
+
@media screen and (max-width: 1250px) {
.entities-list tbody * {
display: block;
diff --git a/js/entity_browser.iframe.js b/js/entity_browser.iframe.js
index b3e7e0a..b83bf48
--- a/js/entity_browser.iframe.js
+++ b/js/entity_browser.iframe.js
@@ -53,7 +53,7 @@
Drupal.entityBrowser.registerJsCallbacks(this, drupalSettings.entity_browser.iframe[uuid].js_callbacks, 'entities-selected');
}
- $(this).parent().append(throbber).append(iframe).trigger('entityBrowserIFrameAppend');
+ $(this).parent().append(iframe).trigger('entityBrowserIFrameAppend');
$(this).hide();
};