diff options
author | Byron Jones <glob@mozilla.com> | 2015-10-08 08:59:06 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-10-08 08:59:06 +0200 |
commit | d8409c3c9c1c040054c281f8e3a2ce000fa0f9f1 (patch) | |
tree | 1f93c3b7613829d3d09070e7660ad74ced5a71ff /extensions/BugModal/web | |
parent | 87e5975ec1ca85f5ead5f5521d41433a0fbe1559 (diff) | |
download | bugzilla-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/web')
-rw-r--r-- | extensions/BugModal/web/bug_modal.css | 2 |
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 { |