diff options
author | friendica <info@friendica.com> | 2013-09-02 20:51:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-02 20:51:04 -0700 |
commit | c646388cd974e8f5128ec6d191301029a13db5e2 (patch) | |
tree | 3125328b41713af28e5763ee8feaf637df7cbb28 /view/theme | |
parent | 615bf237330519f0d21fccfe6a8f69b5bb4c0f69 (diff) | |
download | volse-hubzilla-c646388cd974e8f5128ec6d191301029a13db5e2.tar.gz volse-hubzilla-c646388cd974e8f5128ec6d191301029a13db5e2.tar.bz2 volse-hubzilla-c646388cd974e8f5128ec6d191301029a13db5e2.zip |
fix mod/search_ac (sort of)
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4d0f6bbcf..325658775 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2098,7 +2098,7 @@ aside input[type='text'] { display: block; color: #FFFFFF; margin-top: 15px; - background-color: #FF6666; + background-color: #F80000; -webkit-border-radius: $radiuspx ; -moz-border-radius: $radiuspx; border-radius: $radiuspx; |