OpenSlides/openslides/mediafile/static/styles/mediafile.css

17 lines
454 B
CSS
Raw Normal View History

/*
* OpenSlides mediafile style
*
* :copyright: 20112013 by OpenSlides team, see AUTHORS.
* :license: GNU GPL, see LICENSE for more details.
*/
/** Navigation icons (mapping to glyphicons-halflings) **/
.icon-mediafile {
background-image: url("../img/glyphicons_062_paperclip.png");
background-position: 0;
}
.leftmenu ul li.active a span.ico i.icon-mediafile {
background-image: url("../img/glyphicons_062_paperclip_white.png");
}