| Index: chrome/browser/resources/new_new_tab.css
|
| ===================================================================
|
| --- chrome/browser/resources/new_new_tab.css (revision 25087)
|
| +++ chrome/browser/resources/new_new_tab.css (working copy)
|
| @@ -187,6 +187,9 @@
|
| cursor: pointer;
|
| text-decoration: underline;
|
| color: hsl(213, 90%, 24%);
|
| + -webkit-appearance: none;
|
| + border: 0;
|
| + background: none;
|
| }
|
|
|
| .thumbnail-container {
|
| @@ -491,14 +494,11 @@
|
| }
|
|
|
| #sync-status {
|
| - -webkit-transition: height .15s, opacity .15s;
|
| - background-color: hsla(213, 60%, 92%, .4);
|
| - border: 1px solid hsl(213, 60%, 92%);
|
| + display: none;
|
| -webkit-border-radius: 6px;
|
| padding: 5px 0;
|
| margin: 10px 0;
|
| white-space: nowrap;
|
| - opacity: 0;
|
| overflow-x: hidden;
|
| }
|
|
|
| @@ -512,29 +512,12 @@
|
| margin: 0 10px;
|
| }
|
|
|
| -/* TODO(rahulk): The following two classes control the looks of Make this my
|
| -homepage link and need to be refined. */
|
| #set-as-homepage {
|
| - -webkit-transition: height .15s, opacity .15s;
|
| - padding: 5px 0;
|
| + display: none;
|
| margin: 10px 0;
|
| - white-space: nowrap;
|
| - opacity: 0;
|
| - overflow-x: hidden;
|
| text-align: center;
|
| }
|
|
|
| -#set-as-homepage > * {
|
| - display: inline-block;
|
| - max-width: none;
|
| - white-space: nowrap;
|
| - overflow: hidden;
|
| - text-overflow: ellipsis;
|
| - font-size: 100%;
|
| - margin: 0 10px;
|
| - text-align: center;
|
| -}
|
| -
|
| #view-toolbar {
|
| -webkit-user-select: none;
|
| text-align: right;
|
| @@ -707,8 +690,7 @@
|
|
|
| /* tip line */
|
| #tip-line {
|
| - margin-top: 40px;
|
| - margin-bottom: 10px;
|
| + margin: 10px 0;
|
| text-align: center;
|
| }
|
|
|
|
|