diff options
| author | Lootyhoof <lootyhoofer@gmail.com> | 2016-01-09 19:59:03 +0000 |
|---|---|---|
| committer | Lootyhoof <lootyhoofer@gmail.com> | 2016-01-09 19:59:03 +0000 |
| commit | b229bcbc0799ca7004f7d95001bcc2b7578c3ba3 (patch) | |
| tree | fce60532f2d0df38c0aad7092eb6b529ff27833e /src/chrome/mozapps | |
| parent | e8f38e560fd7264cd850582217dd202860faa841 (diff) | |
Use SVGs for categories in about:addons
Diffstat (limited to 'src/chrome/mozapps')
| -rw-r--r-- | src/chrome/mozapps/extensions/extensions.css | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/chrome/mozapps/extensions/extensions.css b/src/chrome/mozapps/extensions/extensions.css index 49c664a..4cf5c95 100644 --- a/src/chrome/mozapps/extensions/extensions.css +++ b/src/chrome/mozapps/extensions/extensions.css | |||
| @@ -246,46 +246,46 @@ | |||
| 246 | } | 246 | } |
| 247 | 247 | ||
| 248 | #category-search > .category-icon { | 248 | #category-search > .category-icon { |
| 249 | list-style-image: url("chrome://mozapps/skin/extensions/category-search.png"); | 249 | list-style-image: url("chrome://mozapps/skin/extensions/addons.svg#search"); |
| 250 | } | 250 | } |
| 251 | #category-discover > .category-icon { | 251 | #category-discover > .category-icon { |
| 252 | list-style-image: url("chrome://mozapps/skin/extensions/category-discover.png"); | 252 | list-style-image: url("chrome://mozapps/skin/extensions/addons.svg#discover"); |
| 253 | } | 253 | } |
| 254 | #category-locale > .category-icon { | 254 | #category-locale > .category-icon { |
| 255 | list-style-image: url("chrome://mozapps/skin/extensions/category-languages.png"); | 255 | list-style-image: url("chrome://mozapps/skin/extensions/addons.svg#languages"); |
| 256 | } | 256 | } |
| 257 | #category-searchengine > .category-icon { | 257 | #category-searchengine > .category-icon { |
| 258 | list-style-image: url("chrome://mozapps/skin/extensions/category-searchengines.png"); | 258 | list-style-image: url("chrome://mozapps/skin/extensions/addons.svg#searchengines"); |
| 259 | } | 259 | } |
| 260 | #category-extension > .category-icon { | 260 | #category-extension > .category-icon { |
| 261 | list-style-image: url("chrome://mozapps/skin/extensions/category-extensions.png"); | 261 | list-style-image: url("chrome://mozapps/skin/extensions/addons.svg#extensions"); |
| 262 | } | 262 | } |
| 263 | #category-service > .category-icon { | 263 | #category-service > .category-icon { |
| 264 | list-style-image: url("chrome://mozapps/skin/extensions/category-service.png"); | 264 | list-style-image: url("chrome://mozapps/skin/extensions/addons.svg#services"); |
| 265 | } | 265 | } |
| 266 | #category-theme > .category-icon { | 266 | #category-theme > .category-icon { |
| 267 | list-style-image: url("chrome://mozapps/skin/extensions/category-themes.png"); | 267 | list-style-image: url("chrome://mozapps/skin/extensions/addons.svg#themes"); |
| 268 | } | 268 | } |
| 269 | #category-plugin > .category-icon { | 269 | #category-plugin > .category-icon { |
| 270 | list-style-image: url("chrome://mozapps/skin/extensions/category-plugins.png"); | 270 | list-style-image: url("chrome://mozapps/skin/extensions/addons.svg#plugins"); |
| 271 | } | 271 | } |
| 272 | #category-greasemonkey-user-script > .category-icon { | 272 | #category-greasemonkey-user-script > .category-icon { |
| 273 | list-style-image: url("chrome://mozapps/skin/extensions/category-userscripts.png") !important; | 273 | list-style-image: url("chrome://mozapps/skin/extensions/addons.svg#userscripts") !important; |
| 274 | } | 274 | } |
| 275 | #category-dictionary > .category-icon { | 275 | #category-dictionary > .category-icon { |
| 276 | list-style-image: url("chrome://mozapps/skin/extensions/category-dictionaries.png"); | 276 | list-style-image: url("chrome://mozapps/skin/extensions/addons.svg#dictionaries"); |
| 277 | } | 277 | } |
| 278 | #category-experiment > .category-icon { | 278 | #category-experiment > .category-icon { |
| 279 | list-style-image: url("chrome://mozapps/skin/extensions/category-experiments.png"); | 279 | list-style-image: url("chrome://mozapps/skin/extensions/addons.svg#experiments"); |
| 280 | } | 280 | } |
| 281 | #category-availableUpdates > .category-icon { | 281 | #category-availableUpdates > .category-icon { |
| 282 | list-style-image: url("chrome://mozapps/skin/extensions/category-available.png"); | 282 | list-style-image: url("chrome://mozapps/skin/extensions/addons.svg#available"); |
| 283 | } | 283 | } |
| 284 | #category-recentUpdates > .category-icon { | 284 | #category-recentUpdates > .category-icon { |
| 285 | list-style-image: url("chrome://mozapps/skin/extensions/category-recent.png"); | 285 | list-style-image: url("chrome://mozapps/skin/extensions/addons.svg#recent"); |
| 286 | } | 286 | } |
| 287 | #category-userstyle > .category-icon { | 287 | #category-userstyle > .category-icon { |
| 288 | list-style-image: url("chrome://mozapps/skin/extensions/category-userstyle.png") !important; | 288 | list-style-image: url("chrome://mozapps/skin/extensions/addons.svg#userstyle") !important; |
| 289 | } | 289 | } |
| 290 | 290 | ||
| 291 | /*** header ***/ | 291 | /*** header ***/ |
