aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css')
-rw-r--r--arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css22
1 files changed, 18 insertions, 4 deletions
diff --git a/arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css b/arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css
index 0a19818..28f5fc3 100644
--- a/arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css
+++ b/arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css
@@ -9,7 +9,6 @@
padding: 0;
font: message-box;
font-size: 1.25rem;
- line-height: 22px;
}
* {
@@ -221,7 +220,7 @@ description > html|a {
border-radius: 50%;
border-width: 5px;
border-color: red;
- background-image: url(chrome://browser/skin/preferences/in-content/default-profile-image.svg);
+ background-image: url(chrome://browser/skin/fxa/default-profile-image.svg);
background-size: contain;
cursor: pointer;
-moz-margin-end: 15px;
@@ -322,15 +321,17 @@ description > html|a {
#dialogTitle {
text-align: center;
+ -moz-user-select: none;
}
.close-icon {
background-color: transparent !important;
border: none;
box-shadow: none;
- height: 18px;
padding: 0;
- min-width: 18px;
+ height: auto;
+ min-height: 16px;
+ min-width: 0;
}
#dialogBox > .groupbox-body {
@@ -387,6 +388,19 @@ description > html|a {
to { opacity: 1; }
}
+/**
+ * Sync
+ */
+
+#fxaDeviceName {
+ margin: 14px 0px;
+}
+
+#fxaSyncComputerName.plain {
+ background-color: transparent;
+ opacity: 1;
+}
+
.treecol-sortdirection {
/* override the Linux only toolkit rule */
-moz-appearance: none;