2014-01-14 23:22:29 +01:00
|
|
|
/*
|
|
|
|
* Styles for web interface of mediafile app
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/* Navigation icons (mapping to glyphicons-halflings) */
|
2013-12-09 23:56:01 +01:00
|
|
|
.icon-paperclip {
|
2013-04-22 19:59:05 +02:00
|
|
|
background-image: url("../img/glyphicons_062_paperclip.png");
|
|
|
|
background-position: 0;
|
|
|
|
}
|
2013-12-09 23:56:01 +01:00
|
|
|
.leftmenu ul li.active a span.ico i.icon-paperclip {
|
2013-04-22 19:59:05 +02:00
|
|
|
background-image: url("../img/glyphicons_062_paperclip_white.png");
|
2013-02-16 16:19:20 +01:00
|
|
|
}
|