diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 3cba2d0a87..91442d8ef8 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -670,8 +670,8 @@ img.calendar_print_button, img.calendar_print_appicon { /** * Home page portlets */ -.calendar_favorite_portlet .calendar_calWeekNavHeader a, -.calendar_favorite_portlet .calendar_calDayColHeader a, -.calendar_favorite_portlet .calendar_plannerScale a { +.calendar_favorite_portlet .calendar_calWeekNavHeader a img, +.calendar_favorite_portlet .calendar_calDayColHeader a img, +.calendar_favorite_portlet .calendar_plannerScale a img{ display: none; } \ No newline at end of file diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index a139976047..34b410aa75 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -11,7 +11,7 @@ * @package calendar * @version $Id$ */ -/* $Id: app.css 49295 2014-11-05 16:13:26Z hnategh $ */ +/* $Id: app.css 49680 2014-12-03 00:20:57Z nathangray $ */ /*Media print classes*/ @media print { .th td, @@ -678,9 +678,9 @@ img.calendar_print_appicon { /** * Home page portlets */ -.calendar_favorite_portlet .calendar_calWeekNavHeader a, -.calendar_favorite_portlet .calendar_calDayColHeader a, -.calendar_favorite_portlet .calendar_plannerScale a { +.calendar_favorite_portlet .calendar_calWeekNavHeader a img, +.calendar_favorite_portlet .calendar_calDayColHeader a img, +.calendar_favorite_portlet .calendar_plannerScale a img { display: none; } /*generell*/ diff --git a/calendar/templates/pixelegg/app.less b/calendar/templates/pixelegg/app.less index 6ca86eb698..31de2d2a53 100755 --- a/calendar/templates/pixelegg/app.less +++ b/calendar/templates/pixelegg/app.less @@ -1559,6 +1559,4 @@ div#calendar-container { /* * Calendar END */ - - // \ No newline at end of file