diff options
Diffstat (limited to 'browser/themes/shared/icon-colors.inc.svg')
-rw-r--r-- | browser/themes/shared/icon-colors.inc.svg | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/browser/themes/shared/icon-colors.inc.svg b/browser/themes/shared/icon-colors.inc.svg deleted file mode 100644 index dc29d6055..000000000 --- a/browser/themes/shared/icon-colors.inc.svg +++ /dev/null @@ -1,39 +0,0 @@ -<style> - -.fieldtext { - fill: -moz-fieldtext; -#ifdef MOZ_WIDGET_GTK - /* The fill-opacity needs to be sufficient for high-contrast settings, and - pathological Gtk themes where -moz-fieldtext provides low contrast by - default. */ - fill-opacity: .7; -#else - fill-opacity: .5; -#endif -} - -#ifdef XP_WIN -@media (-moz-windows-default-theme: 0) { - /* more opacity for high-contrast themes */ - .fieldtext { - fill-opacity: .8; - } -} -#endif - -.highlighttext { - fill: highlighttext; - fill-opacity: 1; -} - -.black { - fill: black; - fill-opacity: .6; -} - -.white { - fill: white; - fill-opacity: .7; -} - -</style> |