Edit File by line
/home/barbar84/www/wp-inclu.../css/dist/componen...
File: style.css
.components-color-picker__hue-gradient {
[1000] Fix | Delete
/*rtl:ignore*/
[1001] Fix | Delete
background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
[1002] Fix | Delete
}
[1003] Fix | Delete
[1004] Fix | Delete
.components-color-picker__hue-pointer,
[1005] Fix | Delete
.components-color-picker__alpha-pointer {
[1006] Fix | Delete
/*rtl:ignore*/
[1007] Fix | Delete
left: 0;
[1008] Fix | Delete
width: 14px;
[1009] Fix | Delete
height: 14px;
[1010] Fix | Delete
border-radius: 50%;
[1011] Fix | Delete
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
[1012] Fix | Delete
background: #fff;
[1013] Fix | Delete
transform: translate(-7px, -1px);
[1014] Fix | Delete
}
[1015] Fix | Delete
[1016] Fix | Delete
.components-color-picker__hue-pointer,
[1017] Fix | Delete
.components-color-picker__saturation-pointer {
[1018] Fix | Delete
transition: box-shadow 0.1s linear;
[1019] Fix | Delete
}
[1020] Fix | Delete
@media (prefers-reduced-motion: reduce) {
[1021] Fix | Delete
.components-color-picker__hue-pointer,
[1022] Fix | Delete
.components-color-picker__saturation-pointer {
[1023] Fix | Delete
transition-duration: 0s;
[1024] Fix | Delete
}
[1025] Fix | Delete
}
[1026] Fix | Delete
[1027] Fix | Delete
.components-color-picker__saturation-pointer:focus {
[1028] Fix | Delete
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba, 0 0 5px 0 #007cba, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
[1029] Fix | Delete
box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color), 0 0 5px 0 var(--wp-admin-theme-color), inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
[1030] Fix | Delete
}
[1031] Fix | Delete
[1032] Fix | Delete
.components-color-picker__hue-pointer:focus,
[1033] Fix | Delete
.components-color-picker__alpha-pointer:focus {
[1034] Fix | Delete
border-color: #007cba;
[1035] Fix | Delete
border-color: var(--wp-admin-theme-color);
[1036] Fix | Delete
box-shadow: 0 0 0 2px #007cba, 0 0 3px 0 #007cba;
[1037] Fix | Delete
box-shadow: 0 0 0 2px var(--wp-admin-theme-color), 0 0 3px 0 var(--wp-admin-theme-color);
[1038] Fix | Delete
outline: 2px solid transparent;
[1039] Fix | Delete
outline-offset: -2px;
[1040] Fix | Delete
}
[1041] Fix | Delete
[1042] Fix | Delete
/* INPUTS COMPONENT */
[1043] Fix | Delete
.components-color-picker__inputs-wrapper {
[1044] Fix | Delete
margin: 0 -4px;
[1045] Fix | Delete
padding-top: 16px;
[1046] Fix | Delete
display: flex;
[1047] Fix | Delete
align-items: flex-end;
[1048] Fix | Delete
min-width: 255px;
[1049] Fix | Delete
}
[1050] Fix | Delete
.components-color-picker__inputs-wrapper fieldset {
[1051] Fix | Delete
flex: 1;
[1052] Fix | Delete
border: none;
[1053] Fix | Delete
margin: 0;
[1054] Fix | Delete
padding: 0;
[1055] Fix | Delete
}
[1056] Fix | Delete
.components-color-picker__inputs-wrapper .components-color-picker__inputs-fields .components-text-control__input[type=number] {
[1057] Fix | Delete
padding: 6px 3px;
[1058] Fix | Delete
margin: 0;
[1059] Fix | Delete
}
[1060] Fix | Delete
[1061] Fix | Delete
.components-color-picker__inputs-field {
[1062] Fix | Delete
width: 100%;
[1063] Fix | Delete
}
[1064] Fix | Delete
[1065] Fix | Delete
.components-color-picker__inputs-fields {
[1066] Fix | Delete
display: flex;
[1067] Fix | Delete
/*rtl:ignore*/
[1068] Fix | Delete
direction: ltr;
[1069] Fix | Delete
flex-grow: 1;
[1070] Fix | Delete
margin-right: 4px;
[1071] Fix | Delete
}
[1072] Fix | Delete
.components-color-picker__inputs-fields .components-base-control + .components-base-control {
[1073] Fix | Delete
margin-top: 0;
[1074] Fix | Delete
}
[1075] Fix | Delete
.components-color-picker__inputs-fields .components-base-control__field {
[1076] Fix | Delete
margin: 0 2px;
[1077] Fix | Delete
}
[1078] Fix | Delete
[1079] Fix | Delete
.components-color-picker__inputs-toggle {
[1080] Fix | Delete
height: 30px;
[1081] Fix | Delete
padding: 0 5px;
[1082] Fix | Delete
}
[1083] Fix | Delete
[1084] Fix | Delete
.components-combobox-control {
[1085] Fix | Delete
width: 100%;
[1086] Fix | Delete
}
[1087] Fix | Delete
[1088] Fix | Delete
input.components-combobox-control__input[type=text] {
[1089] Fix | Delete
width: 100%;
[1090] Fix | Delete
border: none;
[1091] Fix | Delete
box-shadow: none;
[1092] Fix | Delete
font-size: 16px;
[1093] Fix | Delete
padding: 2px;
[1094] Fix | Delete
margin: 0;
[1095] Fix | Delete
line-height: inherit;
[1096] Fix | Delete
min-height: auto;
[1097] Fix | Delete
}
[1098] Fix | Delete
@media (min-width: 600px) {
[1099] Fix | Delete
input.components-combobox-control__input[type=text] {
[1100] Fix | Delete
font-size: 13px;
[1101] Fix | Delete
}
[1102] Fix | Delete
}
[1103] Fix | Delete
input.components-combobox-control__input[type=text]:focus {
[1104] Fix | Delete
outline: none;
[1105] Fix | Delete
box-shadow: none;
[1106] Fix | Delete
}
[1107] Fix | Delete
[1108] Fix | Delete
.components-combobox-control__suggestions-container {
[1109] Fix | Delete
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
[1110] Fix | Delete
padding: 6px 8px;
[1111] Fix | Delete
box-shadow: 0 0 0 transparent;
[1112] Fix | Delete
transition: box-shadow 0.1s linear;
[1113] Fix | Delete
border-radius: 2px;
[1114] Fix | Delete
border: 1px solid #757575;
[1115] Fix | Delete
/* Fonts smaller than 16px causes mobile safari to zoom. */
[1116] Fix | Delete
font-size: 16px;
[1117] Fix | Delete
/* Override core line-height. To be reviewed. */
[1118] Fix | Delete
line-height: normal;
[1119] Fix | Delete
display: flex;
[1120] Fix | Delete
flex-wrap: wrap;
[1121] Fix | Delete
align-items: flex-start;
[1122] Fix | Delete
width: 100%;
[1123] Fix | Delete
margin: 0 0 8px 0;
[1124] Fix | Delete
padding: 4px;
[1125] Fix | Delete
}
[1126] Fix | Delete
@media (prefers-reduced-motion: reduce) {
[1127] Fix | Delete
.components-combobox-control__suggestions-container {
[1128] Fix | Delete
transition-duration: 0s;
[1129] Fix | Delete
}
[1130] Fix | Delete
}
[1131] Fix | Delete
@media (min-width: 600px) {
[1132] Fix | Delete
.components-combobox-control__suggestions-container {
[1133] Fix | Delete
font-size: 13px;
[1134] Fix | Delete
/* Override core line-height. To be reviewed. */
[1135] Fix | Delete
line-height: normal;
[1136] Fix | Delete
}
[1137] Fix | Delete
}
[1138] Fix | Delete
.components-combobox-control__suggestions-container:focus {
[1139] Fix | Delete
border-color: #007cba;
[1140] Fix | Delete
border-color: var(--wp-admin-theme-color);
[1141] Fix | Delete
box-shadow: 0 0 0 1px #007cba;
[1142] Fix | Delete
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
[1143] Fix | Delete
outline: 2px solid transparent;
[1144] Fix | Delete
}
[1145] Fix | Delete
.components-combobox-control__suggestions-container::-webkit-input-placeholder {
[1146] Fix | Delete
color: rgba(30, 30, 30, 0.62);
[1147] Fix | Delete
}
[1148] Fix | Delete
.components-combobox-control__suggestions-container::-moz-placeholder {
[1149] Fix | Delete
opacity: 1;
[1150] Fix | Delete
color: rgba(30, 30, 30, 0.62);
[1151] Fix | Delete
}
[1152] Fix | Delete
.components-combobox-control__suggestions-container:-ms-input-placeholder {
[1153] Fix | Delete
color: rgba(30, 30, 30, 0.62);
[1154] Fix | Delete
}
[1155] Fix | Delete
.is-dark-theme .components-combobox-control__suggestions-container::-webkit-input-placeholder {
[1156] Fix | Delete
color: rgba(255, 255, 255, 0.65);
[1157] Fix | Delete
}
[1158] Fix | Delete
.is-dark-theme .components-combobox-control__suggestions-container::-moz-placeholder {
[1159] Fix | Delete
opacity: 1;
[1160] Fix | Delete
color: rgba(255, 255, 255, 0.65);
[1161] Fix | Delete
}
[1162] Fix | Delete
.is-dark-theme .components-combobox-control__suggestions-container:-ms-input-placeholder {
[1163] Fix | Delete
color: rgba(255, 255, 255, 0.65);
[1164] Fix | Delete
}
[1165] Fix | Delete
.components-combobox-control__suggestions-container:focus-within {
[1166] Fix | Delete
border-color: #007cba;
[1167] Fix | Delete
border-color: var(--wp-admin-theme-color);
[1168] Fix | Delete
box-shadow: 0 0 0 1px #007cba;
[1169] Fix | Delete
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
[1170] Fix | Delete
outline: 2px solid transparent;
[1171] Fix | Delete
}
[1172] Fix | Delete
[1173] Fix | Delete
.components-combobox-control__reset.components-button {
[1174] Fix | Delete
display: flex;
[1175] Fix | Delete
height: 24px;
[1176] Fix | Delete
min-width: 24px;
[1177] Fix | Delete
padding: 0;
[1178] Fix | Delete
}
[1179] Fix | Delete
[1180] Fix | Delete
.components-custom-gradient-picker__gradient-bar:not(.has-gradient) {
[1181] Fix | Delete
opacity: 0.4;
[1182] Fix | Delete
}
[1183] Fix | Delete
[1184] Fix | Delete
.components-custom-gradient-picker__gradient-bar {
[1185] Fix | Delete
margin-top: 12px;
[1186] Fix | Delete
width: 100%;
[1187] Fix | Delete
height: 36px;
[1188] Fix | Delete
border-radius: 36px;
[1189] Fix | Delete
margin-bottom: 12px;
[1190] Fix | Delete
padding-left: 6px;
[1191] Fix | Delete
padding-right: 30px;
[1192] Fix | Delete
}
[1193] Fix | Delete
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container {
[1194] Fix | Delete
position: relative;
[1195] Fix | Delete
}
[1196] Fix | Delete
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point {
[1197] Fix | Delete
border-radius: 50%;
[1198] Fix | Delete
background: #fff;
[1199] Fix | Delete
padding: 2px;
[1200] Fix | Delete
top: 6px;
[1201] Fix | Delete
min-width: 24px;
[1202] Fix | Delete
width: 24px;
[1203] Fix | Delete
height: 24px;
[1204] Fix | Delete
position: relative;
[1205] Fix | Delete
color: #1e1e1e;
[1206] Fix | Delete
}
[1207] Fix | Delete
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point svg {
[1208] Fix | Delete
height: 100%;
[1209] Fix | Delete
width: 100%;
[1210] Fix | Delete
}
[1211] Fix | Delete
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button {
[1212] Fix | Delete
border: 2px solid transparent;
[1213] Fix | Delete
box-shadow: inset 0 0 0 2px #fff;
[1214] Fix | Delete
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff;
[1215] Fix | Delete
border-radius: 50%;
[1216] Fix | Delete
height: 24px;
[1217] Fix | Delete
width: 24px;
[1218] Fix | Delete
padding: 0;
[1219] Fix | Delete
position: absolute;
[1220] Fix | Delete
top: 6px;
[1221] Fix | Delete
}
[1222] Fix | Delete
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus, .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active {
[1223] Fix | Delete
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #1e1e1e;
[1224] Fix | Delete
}
[1225] Fix | Delete
[1226] Fix | Delete
.components-custom-gradient-picker__color-picker-popover .components-custom-gradient-picker__remove-control-point {
[1227] Fix | Delete
margin-left: auto;
[1228] Fix | Delete
margin-right: auto;
[1229] Fix | Delete
display: block;
[1230] Fix | Delete
margin-bottom: 8px;
[1231] Fix | Delete
}
[1232] Fix | Delete
[1233] Fix | Delete
.components-custom-gradient-picker__inserter {
[1234] Fix | Delete
width: 100%;
[1235] Fix | Delete
}
[1236] Fix | Delete
[1237] Fix | Delete
.components-custom-gradient-picker__liner-gradient-indicator {
[1238] Fix | Delete
display: inline-block;
[1239] Fix | Delete
flex: 0 auto;
[1240] Fix | Delete
width: 20px;
[1241] Fix | Delete
height: 20px;
[1242] Fix | Delete
}
[1243] Fix | Delete
[1244] Fix | Delete
.components-custom-gradient-picker .components-custom-gradient-picker__ui-line {
[1245] Fix | Delete
margin-bottom: 16px;
[1246] Fix | Delete
}
[1247] Fix | Delete
.components-custom-gradient-picker .components-custom-gradient-picker__ui-line .components-base-control.components-angle-picker,
[1248] Fix | Delete
.components-custom-gradient-picker .components-custom-gradient-picker__ui-line .components-base-control.components-custom-gradient-picker__type-picker {
[1249] Fix | Delete
margin-bottom: 0;
[1250] Fix | Delete
}
[1251] Fix | Delete
[1252] Fix | Delete
.components-custom-gradient-picker .components-custom-gradient-picker__toolbar {
[1253] Fix | Delete
border: none;
[1254] Fix | Delete
}
[1255] Fix | Delete
.components-custom-gradient-picker .components-custom-gradient-picker__toolbar > div + div {
[1256] Fix | Delete
margin-left: 1px;
[1257] Fix | Delete
}
[1258] Fix | Delete
.components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed > svg {
[1259] Fix | Delete
background: #fff;
[1260] Fix | Delete
border: 1px solid #949494;
[1261] Fix | Delete
border-radius: 2px;
[1262] Fix | Delete
}
[1263] Fix | Delete
[1264] Fix | Delete
.components-custom-select-control {
[1265] Fix | Delete
position: relative;
[1266] Fix | Delete
}
[1267] Fix | Delete
[1268] Fix | Delete
.components-custom-select-control__label {
[1269] Fix | Delete
display: block;
[1270] Fix | Delete
margin-bottom: 8px;
[1271] Fix | Delete
}
[1272] Fix | Delete
[1273] Fix | Delete
.components-custom-select-control__button {
[1274] Fix | Delete
border: 1px solid #757575;
[1275] Fix | Delete
border-radius: 2px;
[1276] Fix | Delete
min-height: 30px;
[1277] Fix | Delete
min-width: 130px;
[1278] Fix | Delete
position: relative;
[1279] Fix | Delete
text-align: left;
[1280] Fix | Delete
}
[1281] Fix | Delete
.components-custom-select-control__button.components-custom-select-control__button {
[1282] Fix | Delete
padding-right: 24px;
[1283] Fix | Delete
}
[1284] Fix | Delete
.components-custom-select-control__button:focus:not(:disabled) {
[1285] Fix | Delete
border-color: #007cba;
[1286] Fix | Delete
border-color: var(--wp-admin-theme-color);
[1287] Fix | Delete
box-shadow: 0 0 0 1px #007cba;
[1288] Fix | Delete
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
[1289] Fix | Delete
}
[1290] Fix | Delete
.components-custom-select-control__button .components-custom-select-control__button-icon {
[1291] Fix | Delete
height: 100%;
[1292] Fix | Delete
padding: 0;
[1293] Fix | Delete
position: absolute;
[1294] Fix | Delete
right: 0;
[1295] Fix | Delete
top: 0;
[1296] Fix | Delete
}
[1297] Fix | Delete
[1298] Fix | Delete
.components-custom-select-control__menu {
[1299] Fix | Delete
border: 1px solid #1e1e1e;
[1300] Fix | Delete
background-color: #fff;
[1301] Fix | Delete
border-radius: 2px;
[1302] Fix | Delete
outline: none;
[1303] Fix | Delete
transition: none;
[1304] Fix | Delete
max-height: 400px;
[1305] Fix | Delete
min-width: 100%;
[1306] Fix | Delete
overflow: auto;
[1307] Fix | Delete
padding: 0;
[1308] Fix | Delete
position: absolute;
[1309] Fix | Delete
z-index: 1000000;
[1310] Fix | Delete
}
[1311] Fix | Delete
.components-custom-select-control__menu[aria-hidden=true] {
[1312] Fix | Delete
display: none;
[1313] Fix | Delete
}
[1314] Fix | Delete
[1315] Fix | Delete
.components-custom-select-control__item {
[1316] Fix | Delete
align-items: center;
[1317] Fix | Delete
display: flex;
[1318] Fix | Delete
list-style-type: none;
[1319] Fix | Delete
padding: 8px;
[1320] Fix | Delete
cursor: default;
[1321] Fix | Delete
line-height: 28px;
[1322] Fix | Delete
}
[1323] Fix | Delete
.components-custom-select-control__item.is-highlighted {
[1324] Fix | Delete
background: #ddd;
[1325] Fix | Delete
}
[1326] Fix | Delete
.components-custom-select-control__item .components-custom-select-control__item-icon {
[1327] Fix | Delete
margin-right: 0;
[1328] Fix | Delete
margin-left: auto;
[1329] Fix | Delete
}
[1330] Fix | Delete
.components-custom-select-control__item:last-child {
[1331] Fix | Delete
margin-bottom: 0;
[1332] Fix | Delete
}
[1333] Fix | Delete
[1334] Fix | Delete
/**
[1335] Fix | Delete
* Parts of this source were derived and modified from react-dates,
[1336] Fix | Delete
* released under the MIT license.
[1337] Fix | Delete
*
[1338] Fix | Delete
* https://github.com/airbnb/react-dates
[1339] Fix | Delete
*
[1340] Fix | Delete
* The MIT License (MIT)
[1341] Fix | Delete
*
[1342] Fix | Delete
* Copyright (c) 2016 Airbnb
[1343] Fix | Delete
*
[1344] Fix | Delete
* Permission is hereby granted, free of charge, to any person obtaining a copy
[1345] Fix | Delete
* of this software and associated documentation files (the "Software"), to deal
[1346] Fix | Delete
* in the Software without restriction, including without limitation the rights
[1347] Fix | Delete
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
[1348] Fix | Delete
* copies of the Software, and to permit persons to whom the Software is
[1349] Fix | Delete
* furnished to do so, subject to the following conditions:
[1350] Fix | Delete
*
[1351] Fix | Delete
* The above copyright notice and this permission notice shall be included in all
[1352] Fix | Delete
* copies or substantial portions of the Software.
[1353] Fix | Delete
*
[1354] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
[1355] Fix | Delete
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
[1356] Fix | Delete
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
[1357] Fix | Delete
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
[1358] Fix | Delete
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
[1359] Fix | Delete
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
[1360] Fix | Delete
* SOFTWARE.
[1361] Fix | Delete
*/
[1362] Fix | Delete
/*rtl:begin:ignore*/
[1363] Fix | Delete
.PresetDateRangePicker_panel {
[1364] Fix | Delete
padding: 0 22px 11px;
[1365] Fix | Delete
}
[1366] Fix | Delete
[1367] Fix | Delete
.PresetDateRangePicker_button {
[1368] Fix | Delete
position: relative;
[1369] Fix | Delete
height: 100%;
[1370] Fix | Delete
text-align: center;
[1371] Fix | Delete
background: 0 0;
[1372] Fix | Delete
border: 2px solid #00a699;
[1373] Fix | Delete
color: #00a699;
[1374] Fix | Delete
padding: 4px 12px;
[1375] Fix | Delete
margin-right: 8px;
[1376] Fix | Delete
font: inherit;
[1377] Fix | Delete
font-weight: 700;
[1378] Fix | Delete
line-height: normal;
[1379] Fix | Delete
overflow: visible;
[1380] Fix | Delete
box-sizing: border-box;
[1381] Fix | Delete
cursor: pointer;
[1382] Fix | Delete
}
[1383] Fix | Delete
[1384] Fix | Delete
.PresetDateRangePicker_button:active {
[1385] Fix | Delete
outline: 0;
[1386] Fix | Delete
}
[1387] Fix | Delete
[1388] Fix | Delete
.PresetDateRangePicker_button__selected {
[1389] Fix | Delete
color: #fff;
[1390] Fix | Delete
background: #00a699;
[1391] Fix | Delete
}
[1392] Fix | Delete
[1393] Fix | Delete
.SingleDatePickerInput {
[1394] Fix | Delete
display: inline-block;
[1395] Fix | Delete
background-color: #fff;
[1396] Fix | Delete
}
[1397] Fix | Delete
[1398] Fix | Delete
.SingleDatePickerInput__withBorder {
[1399] Fix | Delete
border-radius: 2px;
[1400] Fix | Delete
border: 1px solid #dbdbdb;
[1401] Fix | Delete
}
[1402] Fix | Delete
[1403] Fix | Delete
.SingleDatePickerInput__rtl {
[1404] Fix | Delete
direction: rtl;
[1405] Fix | Delete
}
[1406] Fix | Delete
[1407] Fix | Delete
.SingleDatePickerInput__disabled {
[1408] Fix | Delete
background-color: #f2f2f2;
[1409] Fix | Delete
}
[1410] Fix | Delete
[1411] Fix | Delete
.SingleDatePickerInput__block {
[1412] Fix | Delete
display: block;
[1413] Fix | Delete
}
[1414] Fix | Delete
[1415] Fix | Delete
.SingleDatePickerInput__showClearDate {
[1416] Fix | Delete
padding-right: 30px;
[1417] Fix | Delete
}
[1418] Fix | Delete
[1419] Fix | Delete
.SingleDatePickerInput_clearDate {
[1420] Fix | Delete
background: 0 0;
[1421] Fix | Delete
border: 0;
[1422] Fix | Delete
color: inherit;
[1423] Fix | Delete
font: inherit;
[1424] Fix | Delete
line-height: normal;
[1425] Fix | Delete
overflow: visible;
[1426] Fix | Delete
cursor: pointer;
[1427] Fix | Delete
padding: 10px;
[1428] Fix | Delete
margin: 0 10px 0 5px;
[1429] Fix | Delete
position: absolute;
[1430] Fix | Delete
right: 0;
[1431] Fix | Delete
top: 50%;
[1432] Fix | Delete
transform: translateY(-50%);
[1433] Fix | Delete
}
[1434] Fix | Delete
[1435] Fix | Delete
.SingleDatePickerInput_clearDate__default:focus,
[1436] Fix | Delete
.SingleDatePickerInput_clearDate__default:hover {
[1437] Fix | Delete
background: #dbdbdb;
[1438] Fix | Delete
border-radius: 50%;
[1439] Fix | Delete
}
[1440] Fix | Delete
[1441] Fix | Delete
.SingleDatePickerInput_clearDate__small {
[1442] Fix | Delete
padding: 6px;
[1443] Fix | Delete
}
[1444] Fix | Delete
[1445] Fix | Delete
.SingleDatePickerInput_clearDate__hide {
[1446] Fix | Delete
visibility: hidden;
[1447] Fix | Delete
}
[1448] Fix | Delete
[1449] Fix | Delete
.SingleDatePickerInput_clearDate_svg {
[1450] Fix | Delete
fill: #82888a;
[1451] Fix | Delete
height: 12px;
[1452] Fix | Delete
width: 15px;
[1453] Fix | Delete
vertical-align: middle;
[1454] Fix | Delete
}
[1455] Fix | Delete
[1456] Fix | Delete
.SingleDatePickerInput_clearDate_svg__small {
[1457] Fix | Delete
height: 9px;
[1458] Fix | Delete
}
[1459] Fix | Delete
[1460] Fix | Delete
.SingleDatePickerInput_calendarIcon {
[1461] Fix | Delete
background: 0 0;
[1462] Fix | Delete
border: 0;
[1463] Fix | Delete
color: inherit;
[1464] Fix | Delete
font: inherit;
[1465] Fix | Delete
line-height: normal;
[1466] Fix | Delete
overflow: visible;
[1467] Fix | Delete
cursor: pointer;
[1468] Fix | Delete
display: inline-block;
[1469] Fix | Delete
vertical-align: middle;
[1470] Fix | Delete
padding: 10px;
[1471] Fix | Delete
margin: 0 5px 0 10px;
[1472] Fix | Delete
}
[1473] Fix | Delete
[1474] Fix | Delete
.SingleDatePickerInput_calendarIcon_svg {
[1475] Fix | Delete
fill: #82888a;
[1476] Fix | Delete
height: 15px;
[1477] Fix | Delete
width: 14px;
[1478] Fix | Delete
vertical-align: middle;
[1479] Fix | Delete
}
[1480] Fix | Delete
[1481] Fix | Delete
.SingleDatePicker {
[1482] Fix | Delete
position: relative;
[1483] Fix | Delete
display: inline-block;
[1484] Fix | Delete
}
[1485] Fix | Delete
[1486] Fix | Delete
.SingleDatePicker__block {
[1487] Fix | Delete
display: block;
[1488] Fix | Delete
}
[1489] Fix | Delete
[1490] Fix | Delete
.SingleDatePicker_picker {
[1491] Fix | Delete
z-index: 1;
[1492] Fix | Delete
background-color: #fff;
[1493] Fix | Delete
position: absolute;
[1494] Fix | Delete
}
[1495] Fix | Delete
[1496] Fix | Delete
.SingleDatePicker_picker__rtl {
[1497] Fix | Delete
direction: rtl;
[1498] Fix | Delete
}
[1499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function