| OLD | NEW |
| 1 html { | 1 html { |
| 2 background-image:url(chrome://theme/theme_ntp_background?$1); | 2 background-image:url(chrome://theme/theme_ntp_background?$1); |
| 3 background-color:$2; | 3 background-color:$2; |
| 4 background-position:$3; | 4 background-position:$3; |
| 5 background-repeat:$5; | 5 background-repeat:$5; |
| 6 overflow:hidden; | 6 overflow:hidden; |
| 7 } | 7 } |
| 8 html[bookmarkbarattached='true'] { | 8 html[bookmarkbarattached='true'] { |
| 9 background-position:$4; | 9 background-position:$4; |
| 10 } | 10 } |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 .thumbnail-container:focus .edit-bar, | 29 .thumbnail-container:focus .edit-bar, |
| 30 .thumbnail-container:hover .edit-bar { | 30 .thumbnail-container:hover .edit-bar { |
| 31 background-color: $6; | 31 background-color: $6; |
| 32 background-image: -webkit-gradient(linear, left top, left bottom, | 32 background-image: -webkit-gradient(linear, left top, left bottom, |
| 33 from($7), | 33 from($7), |
| 34 to($6)); | 34 to($6)); |
| 35 } | 35 } |
| 36 .thumbnail-container:hover > .edit-mode-border { | 36 .thumbnail-container:hover > .edit-mode-border { |
| 37 background-color: $6; | 37 background-color: $6; |
| 38 } | 38 } |
| 39 .edit-mode-border { | |
| 40 background-color: $7; | |
| 41 } | |
| 42 .section { | 39 .section { |
| 43 border: 1px solid $7; | 40 border: 1px solid $7; |
| 44 } | 41 } |
| 45 .section > h2 { | 42 .section > h2 { |
| 46 background-color: $7; | 43 background-color: $7; |
| 47 background-image: -webkit-gradient(linear, left top, left bottom, | 44 background-image: -webkit-gradient(linear, left top, left bottom, |
| 48 from($7), | 45 from($7), |
| 49 to($6)); | 46 to($6)); |
| 50 color: $$1; | 47 color: $$1; |
| 51 } | 48 } |
| 52 #view-toolbar > input { | 49 #view-toolbar > input { |
| 53 background-color: $7; | 50 background-color: $7; |
| 54 -webkit-mask-image: url(chrome://theme/newtab_menu_mask); | 51 -webkit-mask-image: url(chrome://theme/newtab_menu_mask); |
| 55 } | 52 } |
| 56 #option-menu > [selected] { | 53 #option-menu > [selected] { |
| 57 background-color: $7; | 54 background-color: $7; |
| 58 color: white; | 55 color: white; |
| 59 } | 56 } |
| 60 .tips-title { | 57 .tips-title { |
| 61 color: $$1; | 58 color: $$1; |
| 62 } | 59 } |
| OLD | NEW |