Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/skin/overlay.css

Issue 5294633391226880: issue 1435 - Port popup.html from Chrome/Safari/Opera to Firefox (Closed)
Patch Set: Created Oct. 27, 2014, 9:40 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/skin/overlay.css
===================================================================
--- a/chrome/skin/overlay.css
+++ b/chrome/skin/overlay.css
@@ -56,11 +56,17 @@
-moz-image-region: rect(32px, 32px, 64px, 0px);
}
-#abp-toolbar-popup {
+#abp-toolbar-popup, #abp-status-popup {
list-style-image: none;
-moz-image-region: rect(0px, 0px, 0px, 0px);
}
+#abp-toolbar-popup .panel-arrowcontent,
+#abp-status-popup .panel-arrowcontent
+{
+ padding: 0 !important;
+}
+
toolbox[vertical="true"] toolbar #abp-toolbarbutton dropmarker {
display: none !important;
}

Powered by Google App Engine
This is Rietveld