Additional styles for the tasklist search results to match the calendar view
This commit is contained in:
parent
8c507885c5
commit
63993e3a7d
1 changed files with 14 additions and 0 deletions
|
@ -384,6 +384,20 @@ body.attachmentwin #topnav .topright {
|
||||||
top: 6px;
|
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 {
|
#mainview-right {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue