diff options
author | Horst3180 | 2016-02-01 14:56:12 +0100 |
---|---|---|
committer | Horst3180 | 2016-02-01 14:56:12 +0100 |
commit | 88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3 (patch) | |
tree | 4652ebfb7cce4a3cbd074b52e599ce6f911c7e15 /arc-firefox-theme/chrome/browser/preferences/preferences.css | |
parent | 2a3195cd4290828b452ff593a4b8b96c43f451b9 (diff) | |
download | solarc-firefox-theme-88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3.tar.gz solarc-firefox-theme-88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3.tar.xz solarc-firefox-theme-88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3.zip |
update to 45.0b1
Diffstat (limited to 'arc-firefox-theme/chrome/browser/preferences/preferences.css')
-rw-r--r-- | arc-firefox-theme/chrome/browser/preferences/preferences.css | 28 |
1 files changed, 6 insertions, 22 deletions
diff --git a/arc-firefox-theme/chrome/browser/preferences/preferences.css b/arc-firefox-theme/chrome/browser/preferences/preferences.css index 8d68b81..95820e2 100644 --- a/arc-firefox-theme/chrome/browser/preferences/preferences.css +++ b/arc-firefox-theme/chrome/browser/preferences/preferences.css @@ -1,3 +1,9 @@ +/* +# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +# 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/. +*/ /* Global Styles */ #BrowserPreferences radio[pane] { @@ -178,25 +184,3 @@ label.small { #noFxaAccount > label:first-child { margin-bottom: 0.6em; } - -/** - * Sync migration - */ -#sync-migration { - border: 1px solid rgba(0, 0, 0, 0.32); - background-color: InfoBackground; - color: InfoText; - text-shadow: none; - margin: 5px 0 0 0; - animation: fadein 3000ms; -} - -#sync-migration description { - margin: 8px; -} - -@keyframes fadein { - from { opacity: 0; } - to { opacity: 1; } -} - |