Api docs: style search
Change-Id: I11cf0ae20ff7fc34dd2facaba462f5851efea050 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6078 Reviewed-by: nephele <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
fc2f1a3247
commit
40a7fe3f68
@@ -1065,3 +1065,33 @@ hr.footer {
|
||||
height: 1px;
|
||||
border-top: 1px solid var(--TertiaryCanvasText);
|
||||
}
|
||||
|
||||
/* Search Box */
|
||||
#MSearchSelectWindow {
|
||||
border: var(--TertiaryCanvasText);
|
||||
background-color: var(--TertiaryCanvas);
|
||||
}
|
||||
|
||||
#MSearchResultsWindow {
|
||||
width: 500px !important;
|
||||
height: 600px !important;
|
||||
border: var(--TertiaryCanvasText);
|
||||
background-color: var(--TertiaryCanvas);
|
||||
}
|
||||
|
||||
|
||||
.SRPage .SREntry{
|
||||
font-size: 1em !important;
|
||||
}
|
||||
|
||||
.SRScope {
|
||||
font-size: 0.9em !important;
|
||||
}
|
||||
|
||||
#NoMatches {
|
||||
font-size: 1.4em
|
||||
}
|
||||
|
||||
a.SelectItem {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user