PluginProbe
Image Source Control Lite – Show Image Credits and Captions / 3.11.0
Image Source Control Lite – Show Image Credits and Captions v3.11.0
3.12.0 3.11.0 trunk 1.1 1.1.1 1.1.2 1.1.2.1 1.1.3 1.10 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.2 1.2.0.1 1.2.0.2 1.2.0.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.4.1 1.3.5 All 110 releases
image-source-control-isc / admin / assets / css / feedback.css

feedback.css in Image Source Control Lite – Show Image Credits and Captions 3.11.0, at admin/assets/css/feedback.css

27 lines 712 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #isc-feedback-overlay {
2 height: 100%;
3 width: 100%;
4 position: fixed;
5 z-index: 10000;
6 left: 0;
7 top: 0;
8 background-color: rgb(120,120,120);
9 background-color: rgba(0,0,0, 0.5);
10 }
11 #isc-feedback-content {
12 position: relative;
13 top: 25%;
14 width: 500px;
15 max-width: 100%;
16 margin: auto;
17 margin-top: 30px;
18 max-height: 50%;
19 padding: 20px;
20 background-color: #fff;
21 overflow-y: scroll;
22 }
23 #isc-feedback-overlay-close-button { position: absolute; top: 10px; right: 10px; cursor: pointer; }
24 #isc-feedback-content textarea,
25 #isc-feedback-content input[type="email"] { width: 100%; }
26 .isc-feedback-only-deactivate { display: block; text-align: right; }
27 #isc-feedback-overlay .dashicons-admin-comments { color: #F70; }