PluginProbe
Borderless – Addons and Templates for Elementor / 1.0.0
Borderless – Addons and Templates for Elementor v1.0.0
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.2 1.2.3 All 78 releases
borderless / assets / css / backend.css

backend.css in Borderless – Addons and Templates for Elementor 1.0.0, at assets/css/backend.css

104 lines 2.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*-----------------------------------------------------------------------------------*/
2 /* *. Borderless Page Menu
3 /*-----------------------------------------------------------------------------------*/
4
5 .borderless-page-welcome .wp-badge.borderless-page-logo {
6 background-color: #3379fc;
7 background-image: url(../img/borderless.svg);
8 }
9
10 .borderless-page-welcome .borderless-page-actions .borderless-button-settings {
11 vertical-align: top;
12 }
13
14 .toplevel_page_borderless .dashicons-before img {
15 width: 20px;
16 }
17
18 /*-----------------------------------------------------------------------------------*/
19 /* *. Icon Pack Manager On Pages And Posts
20 /*-----------------------------------------------------------------------------------*/
21
22 .icon-manager-section {
23 -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
24 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
25 box-shadow: 0 1px 1px rgba(0,0,0,0.04);
26 border: 1px solid #e5e5e5;
27 background-color: #fefefe;
28 padding: 5px 5px 20px;
29 height: auto;
30 margin-top: -1px;
31 width: 100%;
32 box-sizing: border-box;
33 }
34
35 .icon-manager-section .icon-manager-preview {
36 display: flex;
37 margin-top: 1em;
38 }
39
40 .icon-manager-section .icon-manager-preview-icon {
41 border: 1px solid #e5e5e5;
42 width: 60px;
43 line-height: 42px;
44 text-align: center;
45 cursor: pointer;
46 vertical-align: top;
47 height: 40px;
48 font-size: 1.5rem;
49 border-right: none;
50 }
51
52 .icon-manager-section .icon-manager-search-icon {
53 border: 1px solid #ededed;
54 color: #404040;
55 -moz-box-shadow: none;
56 -webkit-box-shadow: none;
57 box-shadow: none;
58 outline: none;
59 line-height: 20px;
60 padding: 10px 2.5%;
61 width: 100%;
62 box-sizing: border-box;
63 margin-bottom: 5px;
64 display: block;
65 }
66
67 .icon-manager-section ul.icons-list.borderless_icon {
68 width: 100%;
69 -moz-box-sizing: border-box;
70 -webkit-box-sizing: border-box;
71 box-sizing: border-box;
72 padding: 5px;
73 overflow: auto;
74 max-height: 300px;
75 background-color: #fff;
76 border: 1px solid #ededed;
77 }
78
79 .icon-manager-section ul.icons-list.borderless_icon li {
80 display: inline-block;
81 border: 1px solid #efefef;
82 margin: 2px;
83 padding: 32px;
84 text-align: center;
85 cursor: pointer;
86 vertical-align: top;
87 height: 32px;
88 width: 32px;
89 }
90
91 .icon-manager-section ul.icons-list.borderless_icon li:hover {
92 background-color: #f6f6f6;
93 }
94
95 .icon-manager-section ul.icons-list.borderless_icon li i.icon-manager-icon {
96 margin: 0;
97 font-size: 32px;
98 line-height: 1;
99 color: #000;
100 }
101
102 .icon-manager-section ul.icons-list.borderless_icon li label {
103 display: none;
104 }