PluginProbe
Darkify – Dark Mode & Night Mode for Website & Admin (Dark Theme Included) / 1.0.1
Darkify – Dark Mode & Night Mode for Website & Admin (Dark Theme Included) v1.0.1
2.1.3 2.1.2 2.1.1 2.1.0 2.0.4 2.0.3 2.0.2 2.0.1 2.0.0 1.5.5 1.5.4 1.5.3 1.5.2 1.5.1 1.5.0 trunk 1.0.1 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3.0 All 57 releases
darkify / admin / css / darkify-admin.css

darkify-admin.css in Darkify – Dark Mode & Night Mode for Website & Admin (Dark Theme Included) 1.0.1, at admin/css/darkify-admin.css

37 lines 703 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * All of the CSS for your admin-specific functionality should be
3 * included in this file.
4 */
5 .drk_lite-field-image_select.icon_select img {
6 max-width: 175px;
7 }
8
9
10 .switcher_shortcode_input {
11 padding: 4px 8px;
12 cursor: pointer;
13 width: 100%;
14 }
15 .switcher_shortcode_after_copy {
16 bottom: 0;
17 opacity: 0;
18 z-index: 9999999;
19 position: fixed;
20 width: 230px;
21 left: 50%;
22 transform: translateX(-50%);
23 text-align: center;
24 padding: 15px 15px;
25 line-height: 15px;
26 color: #fff;
27 border-radius: 3px;
28 background: #32373c;
29 border: 1px solid #32373c
30 }
31
32 .switcher_shortcode_after_copy .fa-check-circle {
33 font-size: 14px;
34 margin-right: 5px;
35 color: #5db62e
36 }
37