4 background-color: transparent;
9 #newtab-scrollbox:not([page-disabled]) {
10 background-color: #000000;
14 #newtab-undo-container {
17 border-color: #9C9CFF;
18 background-color: #000000;
33 background: transparent;
34 text-decoration: none;
38 .newtab-undo-button:hover {
39 text-decoration: underline;
42 .newtab-undo-button:-moz-focusring {
46 .newtab-undo-button > .button-box {
50 #newtab-undo-close-button {
53 list-style-image: url("chrome://global/skin/icons/close.png");
54 -moz-image-region: rect(0, 16px, 16px, 0);
55 -moz-user-focus: normal;
58 #newtab-undo-close-button:hover {
59 -moz-image-region: rect(0, 32px, 16px, 16px);
62 #newtab-undo-close-button > .toolbarbutton-text {
66 #newtab-undo-close-button:-moz-focusring {
76 background: -216px 0 transparent url("chrome://browser/skin/newtab/controls.png");
79 #newtab-toggle[page-disabled] {
80 background-position: -232px 0;
88 .newtab-row:last-child {
94 -moz-margin-end: 20px;
95 background-color: rgba(255,159,0,.2);
97 border-color: #9C9CFF;
99 transition: border-color 100ms ease-out;
106 .newtab-cell:last-child {
110 .newtab-cell:hover:not(:empty):not([dragged]) {
111 border-color: #FFCF00;
116 text-decoration: none;
117 transition-property: top, left, opacity, box-shadow, background-color;
121 .newtab-site[dragged] {
122 box-shadow: 0 0 10px rgba(0,132,132,.3);
125 .newtab-site[dragged] {
126 transition-property: box-shadow, background-color;
127 background-color: #002121;
132 background-origin: padding-box;
133 background-clip: padding-box;
134 background-repeat: no-repeat;
135 background-size: cover;
141 background-color: rgba(255,159,0,.8);
150 padding: 1px 2px 3px;
152 background: transparent url("chrome://browser/skin/newtab/controls.png");
155 .newtab-control-pin:hover {
156 background-position: -24px 0;
159 .newtab-control-pin:active {
160 background-position: -48px 0;
163 .newtab-control-pin[pinned] {
164 background-position: -72px 0;
167 .newtab-control-pin[pinned]:hover {
168 background-position: -96px 0;
171 .newtab-control-pin[pinned]:active {
172 background-position: -120px 0;
175 .newtab-control-block {
176 background-position: -144px 0;
179 .newtab-control-block:hover {
180 background-position: -168px 0;
183 .newtab-control-block:active {
184 background-position: -192px 0;