diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-16 11:22:43 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-16 11:22:43 -0400 |
| commit | 82a0ec7a39ec49fb028876368014600a665f253c (patch) | |
| tree | f464b23159fbf5a9d661789e7c40f2ed654373ab | |
| parent | ca9d64b313a4638d665e08e6d6c79c5b2538601d (diff) | |
toned down floating button - added a bit of transparency, removed shadows
| -rw-r--r-- | www/css/custommfb.css | 4 | ||||
| -rw-r--r-- | www/css/custommfb.scss | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/www/css/custommfb.css b/www/css/custommfb.css index a793fa17..58c3b049 100644 --- a/www/css/custommfb.css +++ b/www/css/custommfb.css @@ -124,7 +124,9 @@ position: relative; border: none; border-radius: 50%; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); + /* box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28); - PP */ + opacity: 0.8; + /* PP */ cursor: pointer; outline: none; padding: 0; diff --git a/www/css/custommfb.scss b/www/css/custommfb.scss index 861c8110..20dbeb58 100644 --- a/www/css/custommfb.scss +++ b/www/css/custommfb.scss @@ -188,7 +188,8 @@ $number-of-child-buttons: 4 !default; position: relative; border: none; border-radius: 50%; - box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28); + /* box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28); - PP */ + opacity:0.8; /* PP */ cursor: pointer; outline: none; padding: 0; |
