diff options
| author | Lootyhoof <lootyhoofer@gmail.com> | 2018-06-14 23:23:52 +0100 |
|---|---|---|
| committer | Lootyhoof <lootyhoofer@gmail.com> | 2018-06-14 23:23:52 +0100 |
| commit | ab7374907dedb93996073064c0f8f58956650d7f (patch) | |
| tree | 6db25fb51b0364aaef0b0caf699ecad89f2ef5ed /src/chrome/browser/browser.css | |
| parent | 53e35d77fea5c0fa740d7fa7e341ab94de8483a3 (diff) | |
Add more PM28 autocomplete fixes
Diffstat (limited to 'src/chrome/browser/browser.css')
| -rw-r--r-- | src/chrome/browser/browser.css | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css index 3e8b57c..f1987b6 100644 --- a/src/chrome/browser/browser.css +++ b/src/chrome/browser/browser.css | |||
| @@ -1041,21 +1041,24 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon | |||
| 1041 | } | 1041 | } |
| 1042 | 1042 | ||
| 1043 | .ac-result-type-bookmark, | 1043 | .ac-result-type-bookmark, |
| 1044 | .autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) { | 1044 | .autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage), |
| 1045 | .private-autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) { | ||
| 1045 | list-style-image: url("chrome://browser/skin/places/bookmark.svg"); | 1046 | list-style-image: url("chrome://browser/skin/places/bookmark.svg"); |
| 1046 | width: 16px; | 1047 | width: 16px; |
| 1047 | height: 16px; | 1048 | height: 16px; |
| 1048 | } | 1049 | } |
| 1049 | 1050 | ||
| 1050 | .ac-result-type-keyword, | 1051 | .ac-result-type-keyword, |
| 1051 | .autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage) { | 1052 | .autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage), |
| 1053 | .private-autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage) { | ||
| 1052 | list-style-image: url(chrome://global/skin/icons/Search-glass.svg); | 1054 | list-style-image: url(chrome://global/skin/icons/Search-glass.svg); |
| 1053 | width: 16px; | 1055 | width: 16px; |
| 1054 | height: 16px; | 1056 | height: 16px; |
| 1055 | } | 1057 | } |
| 1056 | 1058 | ||
| 1057 | .ac-result-type-tag, | 1059 | .ac-result-type-tag, |
| 1058 | .autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) { | 1060 | .autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage), |
| 1061 | .private-autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) { | ||
| 1059 | list-style-image: url("chrome://browser/skin/places/places.svg#tag"); | 1062 | list-style-image: url("chrome://browser/skin/places/places.svg#tag"); |
| 1060 | width: 16px; | 1063 | width: 16px; |
| 1061 | height: 16px; | 1064 | height: 16px; |
| @@ -1079,7 +1082,8 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- | |||
| 1079 | list-style-image: url("chrome://browser/skin/actionicon-tab.png"); | 1082 | list-style-image: url("chrome://browser/skin/actionicon-tab.png"); |
| 1080 | } | 1083 | } |
| 1081 | 1084 | ||
| 1082 | .autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) { | 1085 | .autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment), |
| 1086 | .private-autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) { | ||
| 1083 | color: GrayText; | 1087 | color: GrayText; |
| 1084 | } | 1088 | } |
| 1085 | 1089 | ||
| @@ -1090,13 +1094,15 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- | |||
| 1090 | } | 1094 | } |
| 1091 | 1095 | ||
| 1092 | .autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment), | 1096 | .autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment), |
| 1093 | .autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment) | 1097 | .autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment), |
| 1094 | { | 1098 | .private-autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment), |
| 1099 | .private-autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment) { | ||
| 1095 | color: GrayText; | 1100 | color: GrayText; |
| 1096 | font-size: smaller; | 1101 | font-size: smaller; |
| 1097 | } | 1102 | } |
| 1098 | 1103 | ||
| 1099 | .autocomplete-treebody::-moz-tree-cell(suggesthint) { | 1104 | .autocomplete-treebody::-moz-tree-cell(suggesthint), |
| 1105 | .private-autocomplete-treebody::-moz-tree-cell(suggesthint) { | ||
| 1100 | border-top: 1px solid GrayText; | 1106 | border-top: 1px solid GrayText; |
| 1101 | } | 1107 | } |
| 1102 | 1108 | ||
