add missing messebnger stylesheets
[themes.git] / LCARStrek / browser / sanitizeDialog.css
index 8e8cd4dc2ab664d02417b391712780f2d4ddea30..7af60ed530bc7786e5f9b7267c170131ff15c99f 100644 (file)
@@ -1,10 +1,10 @@
 #sanitizeDurationChoice {
-  -moz-margin-end: 0;
+  margin-inline-end: 0;
 }
 
 /* Align the duration label with the warning box and item list */
 #sanitizeDurationLabel {
-  -moz-margin-start: 3px;
+  margin-inline-start: 3px;
 }
 
 
 }
 
 .expander-up {
-  list-style-image: url("chrome://global/skin/tree/twisty-open-selected.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty.svg#open-hover");
 }
 
 .expander-up:hover {
 }
 
 .expander-down {
-  list-style-image: url("chrome://global/skin/tree/twisty-closed-selected.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty.svg#clsd-hover");
 }
 
 .expander-down:hover {
 
 /* Make the item list the same width as the warning box */
 #itemList {
-  -moz-margin-start: 0;
-  -moz-margin-end: 0;
+  margin-inline-start: 0;
+  margin-inline-end: 0;
 }
 
 
 /* Align the last dialog button with the end of the warning box */
 .prefWindow-dlgbuttons {
-  -moz-margin-end: 0;
+  margin-inline-end: 0;
 }
 .dialog-button[dlgtype="cancel"] {
-  -moz-margin-end: 0;
+  margin-inline-end: 0;
 }