diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-05-21 21:38:53 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-05-21 21:38:53 -0400 |
commit | d466c9ab08bb843d0f31d3b555ada738d8dd0a0e (patch) | |
tree | 9ce157860244cfbf34c9dfa4651dd35a3552ca2a /view/theme/dispy/dark/style.less | |
parent | bd3c0edf34488736e04bb04d02e4bc393cbbd13a (diff) | |
download | volse-hubzilla-d466c9ab08bb843d0f31d3b555ada738d8dd0a0e.tar.gz volse-hubzilla-d466c9ab08bb843d0f31d3b555ada738d8dd0a0e.tar.bz2 volse-hubzilla-d466c9ab08bb843d0f31d3b555ada738d8dd0a0e.zip |
fix (min-)search-text text
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/dark/style.less')
-rw-r--r-- | view/theme/dispy/dark/style.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/dark/style.less b/view/theme/dispy/dark/style.less index a9b881c55..000918a9b 100644 --- a/view/theme/dispy/dark/style.less +++ b/view/theme/dispy/dark/style.less @@ -668,7 +668,7 @@ nav #nav-notifications-linkmenu { #search-text, #mini-search-text { background: white; - color: @main_colour; + color: @bg_colour; margin: 8px; } #search-text { |