/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
a.colorbox{
  position: relative;
  display: block;
}

a.colorbox::after{
  content: ' ';
  background-image: url('../js/plugins/javali_image_popup/icons/add.png');
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-size: cover;
}