diff --git a/.mozilla/firefox/chrome/rotate-right-solid.svg b/.mozilla/firefox/chrome/rotate-right-solid.svg
index 5ef7a1b..d3d7a42 100644
--- a/.mozilla/firefox/chrome/rotate-right-solid.svg
+++ b/.mozilla/firefox/chrome/rotate-right-solid.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/.mozilla/firefox/chrome/userChrome.css b/.mozilla/firefox/chrome/userChrome.css
index fe72f06..9209ce7 100644
--- a/.mozilla/firefox/chrome/userChrome.css
+++ b/.mozilla/firefox/chrome/userChrome.css
@@ -410,6 +410,11 @@ toolbarbutton {
list-style-image: url("right-arrow.svg") !important;
}
+#reload-button {
+ list-style-image: url("rotate-right-solid.svg") !important;
+ font-color: white;
+}
+
#pocket-button {
padding-bottom: 4px !important;
}
@@ -503,7 +508,7 @@ menuitem,
menucaption {
-moz-appearance: none !important;
height: 36px !important;
- color: black;
+ /*! color: #fffbfb; */
}
menu[disabled="true"][_moz-menuactive="false"],
@@ -748,6 +753,7 @@ menupopup:not(.in-menulist) > menu {
--arrowpanel-menuitem-padding: 4px 8px !important;
}
+#widget-overflow,
/* Bookmarks Toolbar folders */
#PersonalToolbar menupopup,
/* Right-click context menus */
@@ -780,7 +786,7 @@ menupopup:not(.in-menulist) > menu {
/* Border color (if any) */
--menu-border-color: threedshadow !important;
--arrowpanel-border-color: threedshadow !important;
- --panel-border-color: threedshadow !important;
+ /*--panel-border-color: threedshadow !important;*/
/* Hovered/expanded item background color */
--menuitem-hover-background-color: #e0e0e6 !important;
--button-hover-bgcolor: #e0e0e6 !important;
@@ -810,4 +816,8 @@ menupopup:not(.in-menulist) > menu {
/* Disabled items text color and hovered background */
--menu-disabled-color: rgba(21, 20, 26, 0.4) !important;
--menuitem-disabled-hover-background-color: rgba(224, 224, 230, 0.4) !important;
-}
\ No newline at end of file
+}
+
+menu, menuitem, menucaption {
+ color: #fff;
+}