X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FsanitizeDialog.css;h=7af60ed530bc7786e5f9b7267c170131ff15c99f;hp=caa01f6e8624d5426deae29ea4e9d3166e18c9f6;hb=6474f09ca3365ea117d6648ed31bed3b99449e84;hpb=deada4555ff19e9c290596b50bda2ae866ed8c36 diff --git a/LCARStrek/browser/sanitizeDialog.css b/LCARStrek/browser/sanitizeDialog.css index caa01f6e..7af60ed5 100644 --- a/LCARStrek/browser/sanitizeDialog.css +++ b/LCARStrek/browser/sanitizeDialog.css @@ -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; } @@ -65,34 +65,31 @@ } .expander-up { - list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); + list-style-image: url("chrome://global/skin/tree/twisty.svg#open-hover"); } .expander-up:hover { - list-style-image: url("chrome://global/skin/tree/twisty-open-selected.gif"); } .expander-down { - list-style-image: url("chrome://global/skin/tree/twisty-closed.gif"); + list-style-image: url("chrome://global/skin/tree/twisty.svg#clsd-hover"); } - .expander-down:hover { - list-style-image: url("chrome://global/skin/tree/twisty-closed-selected.gif"); } /* 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; }