Edit File by line
/home/barbar84/www/wp-conte.../plugins/updraftp.../includes/labelaut...
File: jquery-labelauty.css
/*!
[0] Fix | Delete
* LABELAUTY jQuery Plugin Styles
[1] Fix | Delete
*
[2] Fix | Delete
* @file: jquery-labelauty.css
[3] Fix | Delete
* @author: Francisco Neves (@fntneves)
[4] Fix | Delete
* @site: www.francisconeves.com
[5] Fix | Delete
* @license: MIT License
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
/* Prevent text and blocks selection */
[9] Fix | Delete
input.labelauty + label ::-moz-selection { background-color: rgba(255, 255, 255, 0); }
[10] Fix | Delete
input.labelauty + label ::selection { background-color: rgba(255, 255, 255, 0); }
[11] Fix | Delete
input.labelauty + label ::-moz-selection { background-color: rgba(255, 255, 255, 0); }
[12] Fix | Delete
[13] Fix | Delete
/* Hide original checkboxes. They are ugly! */
[14] Fix | Delete
input.labelauty { display: none !important; }
[15] Fix | Delete
[16] Fix | Delete
/*
[17] Fix | Delete
* Let's style the input
[18] Fix | Delete
* Feel free to work with it as you wish!
[19] Fix | Delete
*/
[20] Fix | Delete
input.labelauty + label
[21] Fix | Delete
{
[22] Fix | Delete
display: inline-block;
[23] Fix | Delete
font-size: 13px;
[24] Fix | Delete
padding: 10px;
[25] Fix | Delete
background-color: #efefef;
[26] Fix | Delete
color: black;
[27] Fix | Delete
cursor: pointer;
[28] Fix | Delete
margin-top: 10px;
[29] Fix | Delete
margin-right: 10px;
[30] Fix | Delete
width: 96%;
[31] Fix | Delete
[32] Fix | Delete
border-radius: 3px 3px 3px 3px;
[33] Fix | Delete
-moz-border-radius: 3px 3px 3px 3px;
[34] Fix | Delete
-webkit-border-radius: 3px 3px 3px 3px;
[35] Fix | Delete
[36] Fix | Delete
[37] Fix | Delete
transition: background-color 0.25s;
[38] Fix | Delete
-moz-transition: background-color 0.25s;
[39] Fix | Delete
-webkit-transition: background-color 0.25s;
[40] Fix | Delete
-o-transition: background-color 0.25s;
[41] Fix | Delete
[42] Fix | Delete
-moz-user-select: none;
[43] Fix | Delete
-khtml-user-select: none;
[44] Fix | Delete
-webkit-user-select: none;
[45] Fix | Delete
-o-user-select: none;
[46] Fix | Delete
}
[47] Fix | Delete
[48] Fix | Delete
/* Stylish text inside label */
[49] Fix | Delete
[50] Fix | Delete
input.labelauty + label > span.labelauty-unchecked,
[51] Fix | Delete
input.labelauty + label > span.labelauty-checked
[52] Fix | Delete
{
[53] Fix | Delete
display: inline-block;
[54] Fix | Delete
line-height: 1.1;
[55] Fix | Delete
vertical-align: middle;
[56] Fix | Delete
}
[57] Fix | Delete
[58] Fix | Delete
/* Stylish icons inside label */
[59] Fix | Delete
[60] Fix | Delete
input.labelauty + label > span.labelauty-unchecked-image,
[61] Fix | Delete
input.labelauty + label > span.labelauty-checked-image
[62] Fix | Delete
{
[63] Fix | Delete
display: inline-block;
[64] Fix | Delete
width: 30px;
[65] Fix | Delete
height: 30px;
[66] Fix | Delete
vertical-align: middle;
[67] Fix | Delete
background-repeat: no-repeat;
[68] Fix | Delete
background-position: left center;
[69] Fix | Delete
background-size: contain;
[70] Fix | Delete
[71] Fix | Delete
transition: background-image 0.5s linear;
[72] Fix | Delete
-moz-transition: background-image 0.5s linear;
[73] Fix | Delete
-webkit-transition: background-image 0.5s linear;
[74] Fix | Delete
-o-transition: background-image 0.5s linear;
[75] Fix | Delete
}
[76] Fix | Delete
[77] Fix | Delete
/* When there's a label, add a little margin to the left */
[78] Fix | Delete
input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked,
[79] Fix | Delete
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked
[80] Fix | Delete
{
[81] Fix | Delete
margin-left: 7px;
[82] Fix | Delete
}
[83] Fix | Delete
[84] Fix | Delete
/* When not Checked */
[85] Fix | Delete
input.labelauty:not(:checked):not([disabled]) + label:hover
[86] Fix | Delete
{
[87] Fix | Delete
background-color: #eaeaea;
[88] Fix | Delete
color: #a7a7a7;
[89] Fix | Delete
}
[90] Fix | Delete
input.labelauty:not(:checked) + label > span.labelauty-checked-image
[91] Fix | Delete
{
[92] Fix | Delete
display: none;
[93] Fix | Delete
}
[94] Fix | Delete
[95] Fix | Delete
input.labelauty:not(:checked) + label > span.labelauty-checked
[96] Fix | Delete
{
[97] Fix | Delete
display: none;
[98] Fix | Delete
}
[99] Fix | Delete
[100] Fix | Delete
/* When Checked */
[101] Fix | Delete
input.labelauty:checked + label
[102] Fix | Delete
{
[103] Fix | Delete
background-color: #3498db;
[104] Fix | Delete
color: #ffffff;
[105] Fix | Delete
}
[106] Fix | Delete
[107] Fix | Delete
input.labelauty:checked:not([disabled]) + label:hover
[108] Fix | Delete
{
[109] Fix | Delete
background-color: #72c5fd;
[110] Fix | Delete
}
[111] Fix | Delete
input.labelauty:checked + label > span.labelauty-unchecked-image
[112] Fix | Delete
{
[113] Fix | Delete
display: none;
[114] Fix | Delete
}
[115] Fix | Delete
[116] Fix | Delete
input.labelauty:checked + label > span.labelauty-unchecked
[117] Fix | Delete
{
[118] Fix | Delete
display: none;
[119] Fix | Delete
}
[120] Fix | Delete
[121] Fix | Delete
input.labelauty:checked + label > span.labelauty-checked
[122] Fix | Delete
{
[123] Fix | Delete
display: inline-block;
[124] Fix | Delete
}
[125] Fix | Delete
[126] Fix | Delete
input.labelauty.no-label:checked + label > span.labelauty-checked
[127] Fix | Delete
{
[128] Fix | Delete
display: block;
[129] Fix | Delete
}
[130] Fix | Delete
[131] Fix | Delete
/* When Disabled */
[132] Fix | Delete
input.labelauty[disabled] + label
[133] Fix | Delete
{
[134] Fix | Delete
opacity: 0.5;
[135] Fix | Delete
}
[136] Fix | Delete
[137] Fix | Delete
/* Add a background to (un)checked images */
[138] Fix | Delete
input.labelauty + label > span.labelauty-unchecked-image
[139] Fix | Delete
{
[140] Fix | Delete
background-image: url( images/icons/folder.png );
[141] Fix | Delete
}
[142] Fix | Delete
[143] Fix | Delete
input.labelauty + label > span.labelauty-checked-image
[144] Fix | Delete
{
[145] Fix | Delete
background-image: url( images/icons/folder.png );
[146] Fix | Delete
}
[147] Fix | Delete
[148] Fix | Delete
input.labelauty.email + label > span.labelauty-checked-image,
[149] Fix | Delete
input.labelauty.email + label > span.labelauty-unchecked-image {
[150] Fix | Delete
background-image: url( ../../images/icons/email.png );
[151] Fix | Delete
}
[152] Fix | Delete
[153] Fix | Delete
input.labelauty.cloudfiles + label > span.labelauty-checked-image,
[154] Fix | Delete
input.labelauty.cloudfiles + label > span.labelauty-unchecked-image {
[155] Fix | Delete
background-image: url( ../../images/icons/cloudfiles.png );
[156] Fix | Delete
}
[157] Fix | Delete
[158] Fix | Delete
input.labelauty.dreamobjects + label > span.labelauty-checked-image,
[159] Fix | Delete
input.labelauty.dreamobjects + label > span.labelauty-unchecked-image {
[160] Fix | Delete
background-image: url( ../../images/icons/dreamobjects.png );
[161] Fix | Delete
}
[162] Fix | Delete
[163] Fix | Delete
input.labelauty.dropbox + label > span.labelauty-checked-image,
[164] Fix | Delete
input.labelauty.dropbox + label > span.labelauty-unchecked-image {
[165] Fix | Delete
background-image: url( ../../images/icons/dropbox.png );
[166] Fix | Delete
}
[167] Fix | Delete
[168] Fix | Delete
input.labelauty.ftp + label > span.labelauty-checked-image,
[169] Fix | Delete
input.labelauty.ftp + label > span.labelauty-unchecked-image {
[170] Fix | Delete
background-image: url( ../../images/icons/folder.png );
[171] Fix | Delete
}
[172] Fix | Delete
[173] Fix | Delete
input.labelauty.sftp + label > span.labelauty-checked-image,
[174] Fix | Delete
input.labelauty.sftp + label > span.labelauty-unchecked-image {
[175] Fix | Delete
background-image: url( ../../images/icons/folder.png );
[176] Fix | Delete
}
[177] Fix | Delete
[178] Fix | Delete
input.labelauty.googledrive + label > span.labelauty-checked-image,
[179] Fix | Delete
input.labelauty.googledrive + label > span.labelauty-unchecked-image {
[180] Fix | Delete
background-image: url( ../../images/icons/googledrive.png );
[181] Fix | Delete
}
[182] Fix | Delete
[183] Fix | Delete
input.labelauty.s3generic + label > span.labelauty-checked-image,
[184] Fix | Delete
input.labelauty.s3generic + label > span.labelauty-unchecked-image {
[185] Fix | Delete
background-image: url( ../../images/icons/folder.png );
[186] Fix | Delete
}
[187] Fix | Delete
[188] Fix | Delete
input.labelauty.onedrive + label > span.labelauty-checked-image,
[189] Fix | Delete
input.labelauty.onedrive + label > span.labelauty-unchecked-image {
[190] Fix | Delete
background-image: url( ../../images/icons/onedrive.png );
[191] Fix | Delete
}
[192] Fix | Delete
[193] Fix | Delete
input.labelauty.azure + label > span.labelauty-checked-image,
[194] Fix | Delete
input.labelauty.azure + label > span.labelauty-unchecked-image {
[195] Fix | Delete
background-image: url( ../../images/icons/azure.png );
[196] Fix | Delete
}
[197] Fix | Delete
[198] Fix | Delete
input.labelauty.backblaze + label > span.labelauty-checked-image,
[199] Fix | Delete
input.labelauty.backblaze + label > span.labelauty-unchecked-image {
[200] Fix | Delete
background-image: url( ../../images/icons/backblaze.png );
[201] Fix | Delete
}
[202] Fix | Delete
[203] Fix | Delete
input.labelauty.openstack + label > span.labelauty-checked-image,
[204] Fix | Delete
input.labelauty.openstack + label > span.labelauty-unchecked-image {
[205] Fix | Delete
background-image: url( ../../images/icons/openstack.png );
[206] Fix | Delete
}
[207] Fix | Delete
[208] Fix | Delete
input.labelauty.s3 + label > span.labelauty-checked-image,
[209] Fix | Delete
input.labelauty.s3 + label > span.labelauty-unchecked-image {
[210] Fix | Delete
background-image: url( ../../images/icons/s3.png );
[211] Fix | Delete
}
[212] Fix | Delete
[213] Fix | Delete
input.labelauty.updraftvault + label > span.labelauty-checked-image,
[214] Fix | Delete
input.labelauty.updraftvault + label > span.labelauty-unchecked-image {
[215] Fix | Delete
background-image: url( ../../images/icons/updraftvault.png );
[216] Fix | Delete
}
[217] Fix | Delete
[218] Fix | Delete
input.labelauty.webdav + label > span.labelauty-checked-image,
[219] Fix | Delete
input.labelauty.webdav + label > span.labelauty-unchecked-image {
[220] Fix | Delete
background-image: url( ../../images/icons/webdav.png );
[221] Fix | Delete
}
[222] Fix | Delete
[223] Fix | Delete
input.labelauty.googlecloud + label > span.labelauty-checked-image,
[224] Fix | Delete
input.labelauty.googlecloud + label > span.labelauty-unchecked-image {
[225] Fix | Delete
background-image: url( ../../images/icons/googlecloud.png );
[226] Fix | Delete
}
[227] Fix | Delete
[228] Fix | Delete
#remote-storage-container {
[229] Fix | Delete
height: auto;
[230] Fix | Delete
width: auto;
[231] Fix | Delete
-moz-column-count: 2;
[232] Fix | Delete
-webkit-column-count: 2;
[233] Fix | Delete
column-count: 2;
[234] Fix | Delete
}
[235] Fix | Delete
[236] Fix | Delete
@media only screen and (min-width: 480px) {
[237] Fix | Delete
[238] Fix | Delete
#remote-storage-container {
[239] Fix | Delete
height: auto;
[240] Fix | Delete
width: auto;
[241] Fix | Delete
}
[242] Fix | Delete
[243] Fix | Delete
}
[244] Fix | Delete
[245] Fix | Delete
@media only screen and (min-width: 1000px) {
[246] Fix | Delete
[247] Fix | Delete
#remote-storage-container {
[248] Fix | Delete
-moz-column-count: 3;
[249] Fix | Delete
-webkit-column-count: 3;
[250] Fix | Delete
column-count: 3;
[251] Fix | Delete
height: auto;
[252] Fix | Delete
width: auto;
[253] Fix | Delete
}
[254] Fix | Delete
[255] Fix | Delete
}
[256] Fix | Delete
[257] Fix | Delete
@media only screen and (max-width: 480px) {
[258] Fix | Delete
[259] Fix | Delete
input.labelauty + label {
[260] Fix | Delete
text-align: center;
[261] Fix | Delete
}
[262] Fix | Delete
[263] Fix | Delete
input.labelauty + label > span.labelauty-unchecked-image, input.labelauty + label > span.labelauty-checked-image {
[264] Fix | Delete
display: block;
[265] Fix | Delete
margin: 0 auto;
[266] Fix | Delete
margin-bottom: 4px;
[267] Fix | Delete
}
[268] Fix | Delete
[269] Fix | Delete
}
[270] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function