diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-27 21:02:57 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-27 21:02:57 -0400 |
commit | 3bfa3f2a13f4e3b75b8e922eb3d946e1a31809b6 (patch) | |
tree | a27c396768417d371fa172cab8d43f0b76a3131a /view/theme/dispy/dark/style.less | |
parent | b618715fc676fce71303816c0d49d8aad8beb0b6 (diff) | |
download | volse-hubzilla-3bfa3f2a13f4e3b75b8e922eb3d946e1a31809b6.tar.gz volse-hubzilla-3bfa3f2a13f4e3b75b8e922eb3d946e1a31809b6.tar.bz2 volse-hubzilla-3bfa3f2a13f4e3b75b8e922eb3d946e1a31809b6.zip |
fix #search-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 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/view/theme/dispy/dark/style.less b/view/theme/dispy/dark/style.less index c56adf5a1..41fd2c8aa 100644 --- a/view/theme/dispy/dark/style.less +++ b/view/theme/dispy/dark/style.less @@ -477,13 +477,11 @@ nav #nav-notifications-linkmenu { #search-text { border: 1px #eec solid; background: #2e2f2e; - color: #eec; } - -.search-box #search-text { + color: #eec; + font-size: 8pt; margin: 8px; width: 10em; - height: 14px; - color: #eec; } + height: 14px; } #scrollup { position: fixed; |