You are here

imce.filefield.css in IMCE 8.2

Same filename and directory in other branches
  1. 8 css/imce.filefield.css
.imce-filefield-link:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  background: url(images/browse.png) no-repeat 50% 50%;
}

File

css/imce.filefield.css
View source
  1. .imce-filefield-link:before {
  2. content: '';
  3. display: inline-block;
  4. vertical-align: middle;
  5. width: 16px;
  6. height: 16px;
  7. margin-right: 2px;
  8. background: url(images/browse.png) no-repeat 50% 50%;
  9. }