aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/global/tree.css
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/global/tree.css')
-rw-r--r--arc-firefox-theme/chrome/global/tree.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/arc-firefox-theme/chrome/global/tree.css b/arc-firefox-theme/chrome/global/tree.css
index 24bba1b..1002847 100644
--- a/arc-firefox-theme/chrome/global/tree.css
+++ b/arc-firefox-theme/chrome/global/tree.css
@@ -176,7 +176,7 @@ treechildren::-moz-tree-drop-feedback {
background-color: Highlight;
width: 50px;
height: 2px;
- -moz-margin-start: 5px;
+ margin-inline-start: 5px;
}
/* ::::: tree progress meter ::::: */
@@ -249,13 +249,13 @@ treecolpicker:hover:active {
-moz-border-left-colors: ThreeDShadow -moz-Dialog;
padding-top: 0px;
padding-bottom: 0px;
- -moz-padding-start: 3px;
- -moz-padding-end: 1px;
+ padding-inline-start: 3px;
+ padding-inline-end: 1px;
}
.treecol-image:hover:active {
padding: 0px;
- -moz-padding-start: 2px;
+ padding-inline-start: 2px;
}
treecol:hover:active .treecol-text {
@@ -284,11 +284,11 @@ treecol[insertbefore="true"]:-moz-locale-dir(ltr) {
}
treechildren::-moz-tree-column(insertbefore) {
- -moz-border-start: 1px solid ThreeDShadow;
+ border-inline-start: 1px solid ThreeDShadow;
}
treechildren::-moz-tree-column(insertafter) {
- -moz-border-end: 1px solid ThreeDShadow;
+ border-inline-end: 1px solid ThreeDShadow;
}
/* ::::: sort direction indicator ::::: */
@@ -307,7 +307,7 @@ treechildren::-moz-tree-column(insertafter) {
treechildren::-moz-tree-twisty {
-moz-appearance: treetwisty;
- -moz-padding-end: 4px;
+ padding-inline-end: 4px;
padding-top: 1px;
width: 9px; /* The image's width is 9 pixels */
list-style-image: url("chrome://global/skin/tree/twisty-clsd.png");
@@ -353,6 +353,6 @@ treechildren::-moz-tree-cell-text(selected, editing) {
-moz-border-left-colors: Highlight;
-moz-border-right-colors: Highlight;
margin: 0;
- -moz-margin-start: -4px;
+ margin-inline-start: -4px;
padding: 1px;
}