diff --git a/alternative_user_files/userChrome_windows.css b/alternative_user_files/userChrome_windows.css index 1f168f7..af28f9d 100644 --- a/alternative_user_files/userChrome_windows.css +++ b/alternative_user_files/userChrome_windows.css @@ -979,17 +979,13 @@ url(chrome://browser/content/places/bookmarkProperties.xul) { -moz-border-bottom-colors: var(--dark-accent) !important; } - #placeContent treechildren:not(.autocomplete-treebody)::-moz-tree-row(odd) { - background: rgba(12, 12, 13, .1) !important; - } - #placeContent treechildren:not(.autocomplete-treebody)::-moz-tree-cell-text(selected) { color: var(--grey-30) !important; } #placeContent > treechildren::-moz-tree-cell, #placeContent > treechildren::-moz-tree-column { - border-right: 1px solid var(--light-accent-color); + border-right: 1px solid var(--light-accent-color) !important; } /* Selected, in focus */ diff --git a/userChrome-files/library.css b/userChrome-files/library.css index 104046d..b2f829a 100644 --- a/userChrome-files/library.css +++ b/userChrome-files/library.css @@ -132,17 +132,14 @@ url(chrome://browser/content/places/bookmarkProperties.xul) { -moz-border-bottom-colors: var(--dark-accent) !important; } - #placeContent treechildren:not(.autocomplete-treebody)::-moz-tree-row(odd) { - background: rgba(12, 12, 13, .1) !important; - } - + #placeContent treechildren:not(.autocomplete-treebody)::-moz-tree-cell-text(selected) { color: var(--grey-30) !important; } #placeContent > treechildren::-moz-tree-cell, #placeContent > treechildren::-moz-tree-column { - border-right: 1px solid var(--light-accent-color); + border-right: 1px solid var(--light-accent-color) !important; } /* Selected, in focus */ diff --git a/userChrome.css b/userChrome.css index bd60b3d..07d71ac 100644 --- a/userChrome.css +++ b/userChrome.css @@ -979,17 +979,13 @@ url(chrome://browser/content/places/bookmarkProperties.xul) { -moz-border-bottom-colors: var(--dark-accent) !important; } - #placeContent treechildren:not(.autocomplete-treebody)::-moz-tree-row(odd) { - background: rgba(12, 12, 13, .1) !important; - } - #placeContent treechildren:not(.autocomplete-treebody)::-moz-tree-cell-text(selected) { color: var(--grey-30) !important; } #placeContent > treechildren::-moz-tree-cell, #placeContent > treechildren::-moz-tree-column { - border-right: 1px solid var(--light-accent-color); + border-right: 1px solid var(--light-accent-color) !important; } /* Selected, in focus */