PluginProbe
WP Database Backup – Unlimited Database & Files Backup by Backup for WP / 6.1
WP Database Backup – Unlimited Database & Files Backup by Backup for WP v6.1
7.13 7.12 trunk 1.1 2.1.1 5.9 6.0 6.1 6.10 6.11 6.12 6.12.1 6.2 6.3 6.4 6.5 6.5.1 6.6 6.7 6.8 6.9 7.0 7.0.1 7.1 7.10 All 34 releases
wp-database-backup / assets / css / wpdb_admin.css

wpdb_admin.css in WP Database Backup – Unlimited Database & Files Backup by Backup for WP 6.1, at assets/css/wpdb_admin.css

189 lines 3.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body{
2 background: transparent !important;
3 }
4 .wpdb-header{
5 background-color: #dff0d8;
6 }
7 .panel {
8 margin-bottom: 0 !important;
9 }
10 #collapseDocumentation ul{
11 margin-left: 25px !important;
12 }
13 #collapseDocumentation ul li{
14 list-style-type: circle !important;
15 }
16 .wpdb_log .arrow {
17 margin-left: 0px !important;
18 }
19 .popover{
20 max-width: 500Px !important;
21 background: #f6f7f7 !important;
22 padding: 10px !important;
23 }
24 .wpdbbkp-hide{
25 display:none;
26 }
27
28 .wpdbbkp-support-button {
29 appearance: none;
30 -webkit-box-align: center;
31 border-radius: 200px;
32 bottom: 2%;
33 display: block;
34 height: 60px;
35 max-width: 60px;
36 left: 95%;
37 -webkit-box-pack: center;
38 justify-content: center;
39 margin: 0;
40 line-height: 60px;
41 outline: none;
42 padding: 0;
43 position: fixed;
44 user-select: none;
45 z-index: 909999999999;
46 background-color: #337ab7 !important;
47 border: none;
48 color: #fff;
49 cursor: pointer;
50 min-width: 60px;
51 transition: background-color .2s linear 0s,transform .2s linear 0s;
52 -webkit-tap-highlight-color: transparent;
53 }
54
55 .wpdbbkp-support-icon {
56 -webkit-box-align: center;
57 align-items: center;
58 color: #fff;
59 cursor: pointer;
60 display: flex;
61 height: 100%;
62 -webkit-box-pack: center;
63 justify-content: center;
64 left: 0;
65 pointer-events: none;
66 position: absolute;
67 text-indent: -99999px;
68 top: 0;
69 transition: opacity 80ms linear 0s,transform .16s linear 0s;
70 width: 60px;
71 will-change: opacity,transform;
72 opacity: 1 !important;
73 transform: rotate( 0deg ) scale(1) !important;
74 }
75
76 #db_setting input[type=checkbox]{
77 vertical-align: sub;
78 }
79 #db_info_link{
80 float:right;
81 }
82
83 #db_help .panel-group{
84 margin-top:20px;
85 }
86 .toggle_anchor{
87 text-decoration: none !important;
88 }
89 #create_backup{
90 margin-bottom:20px;
91 }
92
93 #wpdbbkp-create-full-backup{
94 margin-bottom: 20px;
95 margin-left: 10px;
96 }
97
98 .bootstrap-wrapper p.submit{
99 margin-left: 15px;
100 }
101
102 #db_setting .panel-group , #searchreplace .panel-group ,#db_help .panel-group {
103 margin-left:20px;
104 margin-right:20px;
105 }
106
107 #example_length select{
108 width:100px;
109 height:30px;
110 margin:6px;
111 }
112
113 #db_destination .panel-default, #db_info .panel-default{
114 margin:10px 0 !important;
115 }
116
117 #db_destination .panel-body , #db_info .panel-body{
118 padding:20px;
119 }
120 .wpdbbkp_notification{
121 padding:0 15px;
122 }
123 .wpdbbkp_notification_row
124 {
125 margin-top:20px;
126 }
127 #example_length label, #example_filter label{
128 font-weight: inherit;
129 display: flex;
130 align-items: center;
131 }
132
133 .dataTables_wrapper .dataTables_filter input
134 {
135 margin: 6px;
136 }
137 #db_destination h2 label{
138 font-weight: 500;
139 font-size: 14px;
140 margin-bottom:0;
141 margin-left: 15px;
142 margin-top:0;
143 color:#777;
144 }
145 #db_destination h2 {
146 margin-top:0;
147 margin-bottom:0;
148 font-weight: 600;
149 }
150
151 #db_destination .dashicons-admin-generic{
152 float:right;
153 color:#666;
154 }
155
156 .wpdbbkp-support-label {
157 margin-top: 4px;
158 float: left;
159 width: 70px;
160 font-size: 14px;
161 }
162
163 .wpdbbkp-bio-box:hover {
164 box-shadow: 5px 5px 8px #888888;
165 }
166
167 .wpdbbkp-bio-box {
168 background: #fff;
169 border: 1px solid #ccc;
170 padding: 15px 20px;
171 border-radius: 4px;
172 margin: 15px 15px 15px 0;
173 /* height: 22rem; */
174 padding: 0px 20px;
175 }
176
177 label .configured{
178 color:green;
179 }
180 #wp_db_backup_options {
181 width:100px;
182 }
183 .bootstrap-wrapper a {
184 box-shadow:none;
185 }
186 .head-logo{
187 background-color:#eee;
188 }
189