diff --git a/plugins/libkolab/skins/elastic/include/calendar.less b/plugins/libkolab/skins/elastic/include/calendar.less index 0061acaf..f85365cb 100644 --- a/plugins/libkolab/skins/elastic/include/calendar.less +++ b/plugins/libkolab/skins/elastic/include/calendar.less @@ -1764,6 +1764,16 @@ body.task-calendar { } } +.searchbar a.button.date { + @media screen and (min-width: (@screen-width-small + 1px)) { + display: none; + } + + &:before { + line-height: 1.25; + } +} + @media screen and (max-width: @screen-width-small) { .fc { .fc-header-left { @@ -1918,7 +1928,3 @@ body.task-calendar { color: @color-black-shade-text; } } - -.searchbar a.button.date:before { - line-height: 1.25; -}