Subversion Repositories cheapmusic

Rev

Rev 141 | Rev 149 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 141 Rev 143
Line 300... Line 300...
300
    }
300
    }
301
}
301
}
302
 
302
 
303
.social-icon-bar a, .social-icon-bar button {
303
.social-icon-bar a, .social-icon-bar button {
304
  text-align: center;
304
  text-align: center;
305
  padding: 16px;
-
 
306
  transition: all 0.3s ease;
305
  transition: all 0.3s ease;
307
  color: white;
306
  color: white;
308
  font-size: 20px;
307
  font-size: 20px;
309
  border-radius: 0;
308
  border-radius: 0;
310
}
309
}
Line 350... Line 349...
350
  padding-top: calc(0.25rem + 1px);
349
  padding-top: calc(0.25rem + 1px);
351
  padding-bottom: calc(0.25rem + 1px);
350
  padding-bottom: calc(0.25rem + 1px);
352
  font-size: 0.875rem;
351
  font-size: 0.875rem;
353
  line-height: 1.5;
352
  line-height: 1.5;
354
}
353
}
-
 
354
 
-
 
355
/* Clearable input fields */
-
 
356
.clearable{
-
 
357
  background: #fff url("data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=") no-repeat right -10px center;
-
 
358
  border: 1px solid #999;
-
 
359
  padding: 3px 18px 3px 4px;     /* Use the same right padding (18) in jQ! */
-
 
360
  border-radius: 3px;
-
 
361
  transition: background 0.4s;
-
 
362
}
-
 
363
.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
-
 
364
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
-
 
365
.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */