summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-10-08 08:59:06 +0200
committerByron Jones <glob@mozilla.com>2015-10-08 08:59:06 +0200
commitd8409c3c9c1c040054c281f8e3a2ce000fa0f9f1 (patch)
tree1f93c3b7613829d3d09070e7660ad74ced5a71ff /extensions/BugModal
parent87e5975ec1ca85f5ead5f5521d41433a0fbe1559 (diff)
downloadbugzilla-d8409c3c9c1c040054c281f8e3a2ce000fa0f9f1.tar.gz
bugzilla-d8409c3c9c1c040054c281f8e3a2ce000fa0f9f1.tar.xz
Bug 1207379 - Button edges are hard to see at most zoom-levels, with bmo "experimental user interface"
Diffstat (limited to 'extensions/BugModal')
-rw-r--r--extensions/BugModal/web/bug_modal.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css
index 007d63592..d3e958b57 100644
--- a/extensions/BugModal/web/bug_modal.css
+++ b/extensions/BugModal/web/bug_modal.css
@@ -55,7 +55,7 @@ button.minor {
text-shadow: none;
-web-kit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1), inset 0 -1px 0 0 rgba(0,0,0,0.1);
-moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1), inset 0 -1px 0 0 rgba(0,0,0,0.1);
- box-shadow: 0 1px 0 0 rgba(0,0,0,0.1), inset 0 -1px 0 0 rgba(0,0,0,0.1);
+ box-shadow: 0 1px 0 0 rgba(0,0,0,0.1), inset 0 -1px 0 0 rgba(0,0,0,0.1), inset 0 0 1px 0 rgba(0,0,0,0.1);
}
button.minor:hover {