| Index: ui/file_manager/file_manager/foreground/css/file_manager.css
|
| diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
|
| index dcf67a5c9d59eb5ba8c1901649e07141be897722..dfa110ee5a493075f262fbc83e1706931f53833d 100644
|
| --- a/ui/file_manager/file_manager/foreground/css/file_manager.css
|
| +++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
|
| @@ -425,8 +425,7 @@ body.selecting #gear-button {
|
|
|
| #cloud-import-details {
|
| background-color: white;
|
| - border-radius: 4px;
|
| - box-shadow: 2px 2px 6px #555555;
|
| + border-radius: 2px;
|
| line-height: 1.5em;
|
| position: absolute;
|
| right: 75px; /* Positioned in relation to the cloud-import toolbar button */
|
| @@ -443,7 +442,7 @@ body.selecting #gear-button {
|
|
|
| #cloud-import-details .banner {
|
| background-color: #37474F;
|
| - border-radius: 4px 4px 0px 0px;
|
| + border-radius: 2px 2px 0px 0px;
|
| color: white;
|
| padding: 20px;
|
| }
|
|
|