diff options
Diffstat (limited to 'www')
| -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; |
