diff options
author | friendica <info@friendica.com> | 2013-10-24 00:51:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-24 00:51:02 -0700 |
commit | cb84485f7c9c57d96aaa03fe793e7d8d6f971aec (patch) | |
tree | b621881d72f14b3f87bbf341fa2cfc4efdf0a9f7 /view/theme/redbasic | |
parent | 6e828637752351ca55019b29fb36ce5c635e8721 (diff) | |
download | volse-hubzilla-cb84485f7c9c57d96aaa03fe793e7d8d6f971aec.tar.gz volse-hubzilla-cb84485f7c9c57d96aaa03fe793e7d8d6f971aec.tar.bz2 volse-hubzilla-cb84485f7c9c57d96aaa03fe793e7d8d6f971aec.zip |
now that the icons have been softened, the drop-icons stick out like a sore thumb. Soften them as well
Diffstat (limited to 'view/theme/redbasic')
-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 7a8e87dc5..669f73f42 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3454,7 +3454,7 @@ margin-right: 50px; } a .drop-icons { - color: #000000; + color: #777; font-size: 1.2em; } |