2013-02-16 16:19:20 +01:00
|
|
|
|
/*
|
|
|
|
|
* OpenSlides mediafile style
|
|
|
|
|
*
|
|
|
|
|
* :copyright: 2011–2013 by OpenSlides team, see AUTHORS.
|
|
|
|
|
* :license: GNU GPL, see LICENSE for more details.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/** Navigation icons (mapping to glyphicons-halflings) **/
|
|
|
|
|
|
|
|
|
|
.icon-mediafile {
|
2013-04-22 19:59:05 +02:00
|
|
|
|
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");
|
2013-02-16 16:19:20 +01:00
|
|
|
|
}
|