PluginProbe
WP Database Backup – Unlimited Database & Files Backup by Backup for WP / 6.4
WP Database Backup – Unlimited Database & Files Backup by Backup for WP v6.4
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.4, at assets/css/wpdb_admin.css

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