Chromium Code Reviews
|
| 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:no-repeat; | 5 background-repeat:$$1; |
| 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 } |
| 11 body { | 11 body { |
| 12 color: $5; | 12 color: $5; |
| 13 height:100%; | 13 height:100%; |
| 14 overflow:auto; | 14 overflow:auto; |
| 15 } | 15 } |
| 16 a { | 16 a { |
| 17 color: $6; | 17 color: $6; |
| 18 } | 18 } |
| 19 .sidebar.themed { | 19 .sidebar.themed { |
| 20 background-color: $7; | 20 background-color: $7; |
| 21 color: $8; | 21 color: $8; |
| 22 } | 22 } |
| 23 .sidebar.themed a { | 23 .sidebar.themed a { |
| 24 color: $9; | 24 color: $9; |
| 25 } | 25 } |
| OLD | NEW |