mirror of
https://github.com/godotengine/discourse-theme.git
synced 2026-01-05 18:09:41 +03:00
Search updates and tests
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
"secondary": "202326",
|
||||
"tertiary": "85c2e0",
|
||||
"quaternary": "f57389",
|
||||
"quaternary_low": "f573895c",
|
||||
"highlight_bg": "10456c",
|
||||
"header_background": "333639",
|
||||
"header_primary": "eeeeee",
|
||||
"highlight": "f6aa78",
|
||||
|
||||
@@ -50,7 +50,6 @@
|
||||
|
||||
.nav-pills > li > a:hover, .nav-pills > li button:hover {
|
||||
color: #fff;
|
||||
background-color: #f573895c;
|
||||
}
|
||||
|
||||
|
||||
@@ -92,6 +91,15 @@
|
||||
border: 1px solid var(--tertiary-400);
|
||||
}
|
||||
|
||||
.custom-search-banner-wrap .search-input {
|
||||
border-radius: var(--theme-radius);
|
||||
}
|
||||
|
||||
.custom-search-banner-wrap .results {
|
||||
margin-top: 6px;
|
||||
border-radius: var(--theme-radius);
|
||||
}
|
||||
|
||||
/* Topics and Posts */
|
||||
|
||||
.topic-map {
|
||||
|
||||
Reference in New Issue
Block a user