Index: chrome/browser/resources/options/options_page.css |
=================================================================== |
--- chrome/browser/resources/options/options_page.css (revision 56911) |
+++ chrome/browser/resources/options/options_page.css (working copy) |
@@ -27,13 +27,13 @@ |
position: fixed; |
left: 0; |
right: 0; |
- background: rgba(0, 0, 0, .5); |
+ background: rgba(0, 0, 0, .2); |
top: 0; |
bottom: 0; |
z-index: 10; |
padding: 20px; |
display: -webkit-box; |
- -webkit-box-align: start; |
+ -webkit-box-align: center; |
-webkit-box-pack: center; |
} |
@@ -61,7 +61,9 @@ |
.overlay > div { |
background: white; |
border-radius: 5px; |
- padding: 30px; |
+ padding: 15px; |
+ border: 1px solid #666; |
+ -webkit-box-shadow: 3px 3px 3px #666; |
} |
#navbar { |