summaryrefslogtreecommitdiffstats
path: root/application/basilisk/themes/shared/icon-colors.inc.svg
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-12-16 13:57:01 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-12-16 13:57:01 -0500
commit06494f307850c576868831bd28a61464eab1f359 (patch)
treef281f5c46c3e0b73c7eabe22f02622dc013b0c35 /application/basilisk/themes/shared/icon-colors.inc.svg
parente7d4713e0765c79feddf2384d343d10595fa5cb3 (diff)
downloadUXP-06494f307850c576868831bd28a61464eab1f359.tar
UXP-06494f307850c576868831bd28a61464eab1f359.tar.gz
UXP-06494f307850c576868831bd28a61464eab1f359.tar.lz
UXP-06494f307850c576868831bd28a61464eab1f359.tar.xz
UXP-06494f307850c576868831bd28a61464eab1f359.zip
Remove Basilisk from the Unified XUL Platform repository
Development will proceed at https://github.com/MoonchildProductions/Basilisk
Diffstat (limited to 'application/basilisk/themes/shared/icon-colors.inc.svg')
-rw-r--r--application/basilisk/themes/shared/icon-colors.inc.svg39
1 files changed, 0 insertions, 39 deletions
diff --git a/application/basilisk/themes/shared/icon-colors.inc.svg b/application/basilisk/themes/shared/icon-colors.inc.svg
deleted file mode 100644
index dc29d6055..000000000
--- a/application/basilisk/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>