Skip to content

Commit d8409c3

Browse files
committed
Bug 1207379 - Button edges are hard to see at most zoom-levels, with bmo "experimental user interface"
1 parent 87e5975 commit d8409c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/BugModal/web/bug_modal.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ button.minor {
5555
text-shadow: none;
5656
-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);
5757
-moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1), inset 0 -1px 0 0 rgba(0,0,0,0.1);
58-
box-shadow: 0 1px 0 0 rgba(0,0,0,0.1), inset 0 -1px 0 0 rgba(0,0,0,0.1);
58+
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);
5959
}
6060

6161
button.minor:hover {

0 commit comments

Comments
 (0)