remove favorite stuff, default is just right

This commit is contained in:
Ralf Becker 2014-03-04 16:34:07 +00:00
parent 84c611cb2c
commit c6e891952b
2 changed files with 6 additions and 40 deletions

View File

@ -88,16 +88,6 @@ tr.infolog_rowHasParent > td:first-child {
background-repeat: no-repeat;
background-position: 6px -2px;
}
span#favorite_sidebox_infolog .favorites li a div.ui-icon-heart {
background-image: none;
}
span#favorite_sidebox_infolog .favorites li img.sideboxstar {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: 0px;
background-size: contain;
}
/* #############################################################################
// iframe
// Rahmen + padding**/

View File

@ -16,30 +16,6 @@
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
@import (less) "../default/app.css";
//********************************************
// Seitenleiste links
// Favoriten
span#favorite_sidebox_infolog{
.favorites{
li {
a div.ui-icon-heart{
background-image: none;
}
img.sideboxstar{
.box_shadow(none);
border: 0px;
background-size: contain;
}
}
}
}
/* #############################################################################
// iframe
// Rahmen + padding**/