PluginProbe
wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin / trunk
wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin vtrunk
6.5.1.7 6.5.1.6 6.5.1.5 6.5.1.4 6.5.1.3 6.5.1.2 6.5.1.1 6.5.0.9 6.5.0.8 6.5.0.7 6.5.0.6 trunk 3.4.2.40 3.4.2.41 3.4.2.42 3.4.2.43 3.4.2.44 3.4.2.45 3.4.2.46 3.4.2.47 3.4.2.48 3.4.2.49 3.4.2.50 6.3.2 6.3.3.1 All 47 releases
wpdatatables / assets / css / admin / settings.css

settings.css in wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin trunk, at assets/css/admin/settings.css

170 lines 4.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpdt-c .wdt-datatables-admin-wrap #color-and-font-settings a, .wpdt-c .wdt-datatables-admin-wrap #wdt-activation a {
2 box-shadow: none !important;
3 }
4
5 .wpdt-c .wdt-datatables-admin-wrap tr:first-child > td {
6 border-top: 0px;
7 }
8
9
10 /* Theme fixes */
11 .wpdt-c .panel-title {
12 float: none;
13 }
14
15 .wpdt-c .wdt-activation-section {
16 min-height: 232px;
17 background: #FFFFFF;
18 box-shadow: 0 2px 5px rgba(23, 43, 77, 0.1), 0 0 1px rgba(23, 43, 77, 0.32);
19 border-radius: 3px;
20 }
21 .wpdt-c .wdt-activation-section .wpdt-plugins-desc{
22 min-height: 50px;
23 padding: 12px;
24 background: #F8F8FA;
25 }
26
27 .wpdt-c .wdt-activation-section .wpdt-plugins-desc img{
28 display: inline-block !important;
29 background: #FFFFFF;
30 width: 40px;
31 height: 40px;
32 padding: 5px;
33 margin: 0 11px 0 0 !important;
34 box-shadow: 0 1px 2px rgba(9, 29, 112, 0.17);
35 border-radius: 12px;
36 }
37 .wpdt-c .wdt-activation-section .wpdt-plugins-desc h4 {
38 display: inline-block;
39 width: 80%;
40 vertical-align: middle;
41 word-break: break-word;
42 font-size: 15px;
43 line-height: 20px;
44 color: #061938;
45 }
46 .wpdt-c .wdt-envato-activation {
47 margin-top: 12px;
48 }
49 .wpdt-c .wdt-envato-activation .wdt-envato-deactivation-button,
50 .wpdt-c .wdt-store-activate-plugin.btn-danger,
51 .wpdt-c .wdt-store-activate-plugin.btn-danger:focus:focus {
52 background: #FFFFFF;
53 border: 1px solid #DFE1E6;
54 box-sizing: border-box;
55 padding: 8px 16px;
56 color: #253858;
57 border-radius: 5px;
58 font-family: Inter;
59 font-style: normal;
60 font-weight: 500;
61 font-size: 14px;
62 line-height: 20px;
63 }
64 .wpdt-c .wdt-envato-activation .wdt-envato-deactivation-button i,
65 .wpdt-c .wdt-store-activate-plugin.btn-danger i{
66 color: #F03E3E;
67 }
68 .wpdt-c .wdt-store-activate-plugin.btn-primary i{
69 color: #FFFFFF;
70 }
71
72 .wpdt-c .wdt-envato-activation .wdt-envato-activation-button{
73 background: #FFFFFF;
74 border: 1px solid #DFE1E6;
75 box-sizing: border-box;
76 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
77 border-radius: 5px;
78 font-weight: 500;
79 font-size: 14px;
80 line-height: 20px;
81 color: #253858;
82 padding: 8px 16px;
83 }
84
85 .wpdt-c .wdt-envato-activation .wdt-envato-activation-button:hover,
86 .wpdt-c .wdt-envato-activation .wdt-envato-deactivation-button:hover,
87 .wpdt-c .wdt-store-activate-plugin.btn-danger:hover {
88 background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF;
89 font-family: Inter;
90 font-style: normal;
91 font-weight: 500;
92 font-size: 14px;
93 line-height: 20px;
94 color: #253858;
95 border: 1px solid #DFE1E6;
96 }
97
98 .wpdt-c .wdt-envato-activation .wdt-envato-activation-button #wdt-envato-div {
99 display: inline-block;
100 width: 20px;
101 background: #7CB442;
102 border-radius: 50px;
103 margin-right: 4px;
104 }
105
106 .wpdt-c .wdt-envato-activation .wdt-envato-activation-button img {
107 width: 11px;
108 margin-bottom: 2px;
109 background: #7CB442;
110 }
111
112 .wpdt-c #custom-js-and-css textarea {
113 background: #FFFFFF;
114 border: 1px solid #D7D9E2 !important;
115 box-sizing: border-box;
116 box-shadow: 0 1px 2px rgba(90, 108, 137, 0.08) !important;
117 border-radius: 3px;
118 padding:10px 12px;
119 }
120 .wpdt-c .wdt-custom-number-input {
121 position: relative;
122 }
123
124 .wpdt-c .wdt-custom-number-input .wdt-btn-number:hover,
125 .wpdt-c .wdt-custom-number-input .wdt-btn-number:hover:disabled,
126 .wpdt-c .wdt-custom-number-input .wdt-btn-number:active,
127 .wpdt-c .wdt-custom-number-input .wdt-btn-number:visited,
128 .wpdt-c .wdt-custom-number-input .wdt-btn-number{
129 position: absolute;
130 height: 100%;
131 width: 40px;
132 border: 1px solid #D7D9E2;
133 color: #8796AF;
134 background: #F8F8FA;
135 }
136 .wpdt-c .wdt-custom-number-input input {
137 text-align: center;
138 }
139
140 .wpdt-c .wdt-custom-number-input .wdt-btn-number.wdt-button-minus{
141 left: 0;
142 top: 0;
143 height: 100%;
144 border: 1px solid #D7D9E2;
145 color: #8796AF;
146 background: #F8F8FA;
147 border-radius: 2px 0 0 2px;
148 }
149 .wpdt-c .wdt-custom-number-input .wdt-btn-number.wdt-button-plus{
150 right: 0;
151 top: 0;
152 height: 100%;
153 border: 1px solid #D7D9E2;
154 color: #8796AF;
155 background: #F8F8FA;
156 border-radius: 0 2px 2px 0;
157 }
158 .wpdt-c .wdt-upgrade-btn {
159 background: #091D70 !important;
160 }
161
162 .wpdt-c .wdt-upgrade-img {
163 width: 100%;
164 }
165 .wpdt-c .wdt-upgrade-btn a {
166 color: #FFFFFF !important;
167 }
168 .wpdt-c .wdt-upgrade-btn a:hover {
169 opacity: .8;
170 }