Additional styles for the tasklist search results to match the calendar view

This commit is contained in:
Thomas Bruederli 2014-05-21 14:03:18 +02:00
parent 8c507885c5
commit 63993e3a7d

View file

@ -384,6 +384,20 @@ body.attachmentwin #topnav .topright {
top: 6px;
}
#tasklistsbox .searchresults {
background: #b0ccd7;
margin-top: 8px;
}
#tasklistsbox .searchresults .boxtitle {
background: none;
padding: 2px 8px 2px 8px;
}
#tasklistsbox .searchresults .listing li {
background-color: #c7e3ef;
}
#mainview-right {
position: absolute;
top: 0;