[Mypal] Restore missing close icon on the undo prompt at the quick dial page.

master
Fedor 2020-09-09 17:30:10 +03:00
parent b3942f7130
commit 73babd040e
4 changed files with 39 additions and 20 deletions

View File

@ -17,11 +17,15 @@
}
#newtab-undo-close-button {
padding: 0;
border: none;
-moz-user-focus: normal;
background-image: -moz-image-rect(url("chrome://global/skin/icons/close.svg"), 0, 16, 16, 0);
background-position: center center;
background-repeat: no-repeat;
}
#newtab-undo-close-button > .toolbarbutton-icon {
margin: -4px;
#newtab-undo-close-button:hover {
background-image: -moz-image-rect(url("chrome://global/skin/icons/close.svg"), 0, 32, 16, 16);
}
#newtab-undo-close-button:hover:active {
background-image: -moz-image-rect(url("chrome://global/skin/icons/close.svg"), 0, 48, 16, 32);
}

View File

@ -22,8 +22,15 @@
}
#newtab-undo-close-button {
-moz-appearance: none;
padding: 0;
border: none;
-moz-user-focus: normal;
background-image: -moz-image-rect(url("chrome://global/skin/icons/close.png"), 0, 16, 16, 0);
background-position: center center;
background-repeat: no-repeat;
}
#newtab-undo-close-button:hover {
background-image: -moz-image-rect(url("chrome://global/skin/icons/close.png"), 0, 32, 16, 16);
}
#newtab-undo-close-button:hover:active {
background-image: -moz-image-rect(url("chrome://global/skin/icons/close.png"), 0, 48, 16, 32);
}

View File

@ -43,13 +43,14 @@ body {
outline: 1px dotted;
}
#newtab-undo-close-button > .toolbarbutton-text {
display: none;
}
#newtab-undo-close-button:-moz-focusring {
outline: 1px dotted;
#newtab-undo-close-button {
-moz-appearance: none;
padding: 0;
border: none;
width: 16px;
height: 16px;
float: right;
right: 0;
}
/* TOGGLE */

View File

@ -22,8 +22,15 @@
}
#newtab-undo-close-button {
-moz-appearance: none;
padding: 0;
border: none;
-moz-user-focus: normal;
background-image: -moz-image-rect(url("chrome://global/skin/icons/close.svg"), 0, 16, 16, 0);
background-position: center center;
background-repeat: no-repeat;
}
#newtab-undo-close-button:hover {
background-image: -moz-image-rect(url("chrome://global/skin/icons/close.svg"), 0, 32, 16, 16);
}
#newtab-undo-close-button:hover:active {
background-image: -moz-image-rect(url("chrome://global/skin/icons/close.svg"), 0, 48, 16, 32);
}