rm unwnated
Browse files- image/convert.html +9 -0
- image/remove_background.html +9 -0
- image/remove_metadata.html +9 -0
image/convert.html
CHANGED
|
@@ -188,6 +188,15 @@
|
|
| 188 |
transition: all 0.3s ease;
|
| 189 |
}
|
| 190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
.setting-input:focus {
|
| 192 |
outline: none;
|
| 193 |
border-color: #667eea;
|
|
|
|
| 188 |
transition: all 0.3s ease;
|
| 189 |
}
|
| 190 |
|
| 191 |
+
select.setting-input {
|
| 192 |
+
padding-right: 40px;
|
| 193 |
+
background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23667eea' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 15px center;
|
| 194 |
+
-webkit-appearance: none;
|
| 195 |
+
-moz-appearance: none;
|
| 196 |
+
appearance: none;
|
| 197 |
+
cursor: pointer;
|
| 198 |
+
}
|
| 199 |
+
|
| 200 |
.setting-input:focus {
|
| 201 |
outline: none;
|
| 202 |
border-color: #667eea;
|
image/remove_background.html
CHANGED
|
@@ -188,6 +188,15 @@
|
|
| 188 |
transition: all 0.3s ease;
|
| 189 |
}
|
| 190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
.setting-input:focus {
|
| 192 |
outline: none;
|
| 193 |
border-color: #667eea;
|
|
|
|
| 188 |
transition: all 0.3s ease;
|
| 189 |
}
|
| 190 |
|
| 191 |
+
select.setting-input {
|
| 192 |
+
padding-right: 40px;
|
| 193 |
+
background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23667eea' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 15px center;
|
| 194 |
+
-webkit-appearance: none;
|
| 195 |
+
-moz-appearance: none;
|
| 196 |
+
appearance: none;
|
| 197 |
+
cursor: pointer;
|
| 198 |
+
}
|
| 199 |
+
|
| 200 |
.setting-input:focus {
|
| 201 |
outline: none;
|
| 202 |
border-color: #667eea;
|
image/remove_metadata.html
CHANGED
|
@@ -188,6 +188,15 @@
|
|
| 188 |
transition: all 0.3s ease;
|
| 189 |
}
|
| 190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
.setting-input:focus {
|
| 192 |
outline: none;
|
| 193 |
border-color: #667eea;
|
|
|
|
| 188 |
transition: all 0.3s ease;
|
| 189 |
}
|
| 190 |
|
| 191 |
+
select.setting-input {
|
| 192 |
+
padding-right: 40px;
|
| 193 |
+
background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23667eea' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 15px center;
|
| 194 |
+
-webkit-appearance: none;
|
| 195 |
+
-moz-appearance: none;
|
| 196 |
+
appearance: none;
|
| 197 |
+
cursor: pointer;
|
| 198 |
+
}
|
| 199 |
+
|
| 200 |
.setting-input:focus {
|
| 201 |
outline: none;
|
| 202 |
border-color: #667eea;
|