You are here

imgPreview.css in Hover Preview for ImageCache 8

#hover-preview-imgpreview {
    background: #222 url(loading.gif) no-repeat center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    z-index: 999;
    border: none;
}

File

css/imgPreview.css
View source
  1. #hover-preview-imgpreview {
  2. background: #222 url(loading.gif) no-repeat center;
  3. -moz-border-radius: 10px;
  4. -webkit-border-radius: 10px;
  5. border-radius: 10px;
  6. padding: 10px;
  7. z-index: 999;
  8. border: none;
  9. }