diff options
author | friendica <info@friendica.com> | 2013-08-06 20:04:57 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-06 20:04:57 -0700 |
commit | 809a53a2f8175f0fe61be531f234968a10fb5dc2 (patch) | |
tree | 82aa278538936e89e01403728fabf8c5ab665119 /view/theme/redbasic/css | |
parent | 5d7a36649e9d1fc20d18b3de2a92bb8053f73b13 (diff) | |
download | volse-hubzilla-809a53a2f8175f0fe61be531f234968a10fb5dc2.tar.gz volse-hubzilla-809a53a2f8175f0fe61be531f234968a10fb5dc2.tar.bz2 volse-hubzilla-809a53a2f8175f0fe61be531f234968a10fb5dc2.zip |
This is an actual arrowhead, the nabla is a math operator.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 458eb6234..864ffef6e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2251,8 +2251,8 @@ aside input[type='text'] { } .nav-dropdown-indicator { - opacity: 0.5; - filter:alpha(opacity=50); + opacity: 0.8; + filter:alpha(opacity=80); } .nav-dropdown-indicator:hover { |