# darkify/1.2.0/admin/css/darkify-admin.css

Darkify – Dark Mode &amp; Night Mode for Website &amp; Admin (Dark Theme Included), version 1.2.0. 37 lines.

- Page: https://pluginprobe.com/plugins/darkify/1.2.0/code/admin/css/darkify-admin.css
- Raw: https://pluginprobe.com/plugins/darkify/1.2.0/raw/admin/css/darkify-admin.css
- Modified: 2024-07-04T07:45:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/darkify/1.2.0/code/admin/css/darkify-admin.css#L10-L20`.

```css
/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 .drk_lite-field-image_select.icon_select img {
    max-width: 175px;
 }


.switcher_shortcode_input {
   padding: 4px 8px;
   cursor: pointer;
   width: 100%;
}
.switcher_shortcode_after_copy {
   bottom: 0;
   opacity: 0;
   z-index: 9999999;
   position: fixed;
   width: 230px;
   left: 50%;
   transform: translateX(-50%);
   text-align: center;
   padding: 15px 15px;
   line-height: 15px;
   color: #fff;
   border-radius: 3px;
   background: #32373c;
   border: 1px solid #32373c
}

.switcher_shortcode_after_copy .fa-check-circle {
   font-size: 14px;
   margin-right: 5px;
   color: #5db62e
}

```
