aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorst31802016-03-07 11:57:14 +0100
committerHorst31802016-03-07 11:57:14 +0100
commiteba6095819e2c2192d9a3399cec21f263076e9aa (patch)
tree327c56c7d12c94a63e631fffafaeb8c8b05be3a1
parent88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3 (diff)
downloadsolarc-firefox-theme-eba6095819e2c2192d9a3399cec21f263076e9aa.tar.gz
solarc-firefox-theme-eba6095819e2c2192d9a3399cec21f263076e9aa.tar.xz
solarc-firefox-theme-eba6095819e2c2192d9a3399cec21f263076e9aa.zip
update to 45.0rc2
-rw-r--r--arc-firefox-theme/chrome/browser/customizableui/panelUIOverlay.css9
-rw-r--r--arc-firefox-theme/chrome/global/notification.css1
2 files changed, 6 insertions, 4 deletions
diff --git a/arc-firefox-theme/chrome/browser/customizableui/panelUIOverlay.css b/arc-firefox-theme/chrome/browser/customizableui/panelUIOverlay.css
index 330a0f9..9ad075f 100644
--- a/arc-firefox-theme/chrome/browser/customizableui/panelUIOverlay.css
+++ b/arc-firefox-theme/chrome/browser/customizableui/panelUIOverlay.css
@@ -673,10 +673,11 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton {
color: GrayText;
}
-/* The boxes with "instructions" get extra padding for space around the
- illustration and buttons */
+/* The boxes with "instructions" get extra top and bottom padding for space
+ around the illustration and buttons */
.PanelUI-remotetabs-instruction-box {
- padding: 30px 15px 15px 15px;
+ padding-bottom: 30px;
+ padding-top: 15px;
}
.PanelUI-remotetabs-prefs-button {
@@ -728,7 +729,7 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton {
#PanelUI-remotetabs[mainview] #PanelUI-remotetabs-reauthsync,
#PanelUI-remotetabs[mainview] #PanelUI-remotetabs-nodevicespane,
#PanelUI-remotetabs[mainview] #PanelUI-remotetabs-tabsdisabledpane {
- min-height: 30em;
+ min-height: 33em;
}
#PanelUI-remotetabs-tabslist > label[itemtype="client"] {
diff --git a/arc-firefox-theme/chrome/global/notification.css b/arc-firefox-theme/chrome/global/notification.css
index ffa0607..125f060 100644
--- a/arc-firefox-theme/chrome/global/notification.css
+++ b/arc-firefox-theme/chrome/global/notification.css
@@ -7,6 +7,7 @@
notification {
color: -moz-gtk-info-bar-text;
-moz-appearance: -moz-gtk-info-bar;
+ background-color: InfoBackground;
text-shadow: none;
}