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

184 lines 3.3 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 .bootstrap-wrapper p.submit{
94 margin-left: 15px;
95 }
96
97 #db_setting .panel-group , #searchreplace .panel-group ,#db_help .panel-group {
98 margin-left:20px;
99 margin-right:20px;
100 }
101
102 #example_length select{
103 width:100px;
104 height:30px;
105 margin:6px;
106 }
107
108 #db_destination .panel-default, #db_info .panel-default{
109 margin:10px 0 !important;
110 }
111
112 #db_destination .panel-body , #db_info .panel-body{
113 padding:20px;
114 }
115 .wpdbbkp_notification{
116 padding:0 15px;
117 }
118 .wpdbbkp_notification_row
119 {
120 margin-top:20px;
121 }
122 #example_length label, #example_filter label{
123 font-weight: inherit;
124 display: flex;
125 align-items: center;
126 }
127
128 .dataTables_wrapper .dataTables_filter input
129 {
130 margin: 6px;
131 }
132 #db_destination h2 label{
133 font-weight: 500;
134 font-size: 14px;
135 margin-bottom:0;
136 margin-left: 15px;
137 margin-top:0;
138 color:#777;
139 }
140 #db_destination h2 {
141 margin-top:0;
142 margin-bottom:0;
143 font-weight: 600;
144 }
145
146 #db_destination .dashicons-admin-generic{
147 float:right;
148 color:#666;
149 }
150
151 .wpdbbkp-support-label {
152 margin-top: 4px;
153 float: left;
154 width: 70px;
155 font-size: 14px;
156 }
157
158 .wpdbbkp-bio-box:hover {
159 box-shadow: 5px 5px 8px #888888;
160 }
161
162 .wpdbbkp-bio-box {
163 background: #fff;
164 border: 1px solid #ccc;
165 padding: 15px 20px;
166 border-radius: 4px;
167 margin: 15px 15px 15px 0;
168 /* height: 22rem; */
169 padding: 0px 20px;
170 }
171
172 label .configured{
173 color:green;
174 }
175 #wp_db_backup_options {
176 width:100px;
177 }
178 .bootstrap-wrapper a {
179 box-shadow:none;
180 }
181 .head-logo{
182 background-color:#eee;
183 }
184