diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-18 18:55:17 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-18 18:55:17 -0500 |
commit | e6e51061aff70d98899c11ab1352fdb0911ce529 (patch) | |
tree | 1045462f28f9faec3dd0a5691114ff7ead18ccde /components/weave/skin/syncCommon.css | |
parent | be1f005cffbb29b815a7aee659fb05bb32cb9793 (diff) | |
download | aura-central-e6e51061aff70d98899c11ab1352fdb0911ce529.tar.gz |
Issue #7 - Remove Weave
Diffstat (limited to 'components/weave/skin/syncCommon.css')
-rw-r--r-- | components/weave/skin/syncCommon.css | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/components/weave/skin/syncCommon.css b/components/weave/skin/syncCommon.css deleted file mode 100644 index 05467c5c1..000000000 --- a/components/weave/skin/syncCommon.css +++ /dev/null @@ -1,53 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -/* The following are used by both sync/setup.xul and sync/genericChange.xul */ -.status { - color: -moz-dialogtext; -} - -.statusIcon { - margin-inline-start: 4px; - max-height: 16px; - max-width: 16px; -} - -.statusIcon[status="active"] { - list-style-image: url("chrome://global/skin/icons/loading_16.png"); -} - -.statusIcon[status="error"] { -%ifdef XP_WIN - list-style-image: url("chrome://global/skin/icons/error-16.png"); -%else - list-style-image: url("moz-icon://stock/gtk-dialog-error?size=menu"); -%endif -} - -.statusIcon[status="success"] { - list-style-image: url("moz-icon://stock/gtk-dialog-info?size=menu"); -} - -/* .data is only used by sync/genericChange.xul, but it seems unnecessary to have - a separate stylesheet for it. */ -.data { - font-size: 90%; - font-weight: bold; -} - -dialog#change-dialog { - width: 40em; -} - -image#syncIcon { - list-style-image: url("chrome://weave/skin/sync-32.png"); -} - -#introText { - margin-top: 2px; -} - -#feedback { - height: 2em; -} |