From 6c416e7ad2ecdf09c6e0d999e5df81ffc974deba Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 29 Jun 2015 07:06:20 -0400 Subject: [PATCH] Get rid of middle border radius in combo button on Windows --- chrome/content/zotero-platform/win/overlay.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/chrome/content/zotero-platform/win/overlay.css b/chrome/content/zotero-platform/win/overlay.css index 4acc5fb95..d2ba621cb 100644 --- a/chrome/content/zotero-platform/win/overlay.css +++ b/chrome/content/zotero-platform/win/overlay.css @@ -64,6 +64,16 @@ box-shadow: none; } +#zotero-toolbar-buttons[cui-areatype="toolbar"]:not([overflowedItem=true]):hover > #zotero-toolbar-main-button .toolbarbutton-icon { + border-top-right-radius: 0px !important; + border-bottom-right-radius: 0px !important; +} + +#zotero-toolbar-buttons[cui-areatype="toolbar"]:not([overflowedItem=true]):hover > #zotero-toolbar-save-button .toolbarbutton-icon { + border-top-left-radius: 0px !important; + border-bottom-left-radius: 0px !important; +} + /* There are two hover effects: when the toolbaritem is hovered over, and when the button is hovered over. This applies the latter (and may not be right on different versions of Windows).